HomeSort by relevance Sort by last modified time
    Searched refs:curstat (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
b.c 156 f->curstat = 2;
170 f->curstat = cgoto(f, 2, HAT);
178 if (f->curstat != 2)
179 --(*f->posns[f->curstat]);
181 return f->curstat;
532 for (i = 2; i <= f->curstat; i++)
539 f->initstat = f->curstat = 2;
589 for (i = 2; i <= f->curstat; i++)
596 f->initstat = f->curstat = 2;
913 for (i = 1; i <= f->curstat; i++)
    [all...]
awk.h 234 int curstat; member in struct:fa

Completed in 179 milliseconds