Searched refs:poscnt (Results 1 – 1 of 1) sorted by relevance
74 static int poscnt; variable238 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()