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

/freebsd-11-stable/contrib/one-true-awk/
H A Db.c73 static int poscnt; variable
136 poscnt = 0;
138 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
140 f->accept = poscnt-1; /* penter has computed number of positions in re */
191 info(p) = poscnt;
192 poscnt++;

Completed in 117 milliseconds