Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dtblcmp.c246 nummecs = cre8ecs(tecfwd, tecbck, numecs); in cmptmps()
457 tecfwd[i - 1] = i; in inittbl()
460 tecfwd[numecs] = NIL; in inittbl()
734 mkeccl(transset, tsptr, tecfwd, tecbck, numecs, 0); in mktemplate()
Dflexdef.h538 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable