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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1652 int *nlastpos; /* Element count stack for lastpos sets. */ local
1682 MALLOC(nlastpos, int, d->depth);
1683 o_nlast = nlastpos;
1704 *nfirstpos++ = *nlastpos++ = 0;
1714 for (j = 0; j < nlastpos[-1]; ++j)
1733 pos = lastpos + nlastpos[-1];
1734 for (j = 0; j < nlastpos[-2]; ++j)
1753 nlastpos[-2] += nlastpos[-1];
1756 pos = lastpos + nlastpos[
[all...]

Completed in 89 milliseconds