Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c74 static int poscnt; variable
238 poscnt = 0; in mkdfa()
240 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
242 f->accept = poscnt-1; /* penter has computed number of positions in re */ in mkdfa()
293 info(p) = poscnt; in penter()
294 poscnt++; in penter()