Searched refs:nlastpos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c1672 int *nlastpos; /* Element count stack for lastpos sets. */ local
1702 MALLOC(nlastpos, int, d->depth);
1703 o_nlast = nlastpos;
1724 *nfirstpos++ = *nlastpos++ = 0;
1734 for (j = 0; j < nlastpos[-1]; ++j)
1753 pos = lastpos + nlastpos[-1];
1754 for (j = 0; j < nlastpos[-2]; ++j)
1773 nlastpos[-2] += nlastpos[-1];
1776 pos = lastpos + nlastpos[
[all...]

Completed in 111 milliseconds