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

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c77 static int poscnt; variable
142 poscnt = 0;
144 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
146 f->accept = poscnt-1; /* penter has computed number of positions in re */
201 info(p) = poscnt;
202 poscnt++;

Completed in 106 milliseconds