Home
last modified time | relevance | path

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

/dragonfly/contrib/flex/src/
H A Dtblcmp.c235 nummecs = cre8ecs (tecfwd, tecbck, numecs); in cmptmps()
258 if (tecbck[j] > 0) { in cmptmps()
259 tmp[tecbck[j]] = trans; in cmptmps()
435 tecbck[1] = NIL; in inittbl()
438 tecbck[i] = i - 1; in inittbl()
712 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0); in mktemplate()
H A Dgen.c1282 i, ABS (tecbck[i])); in gentabs()
1284 mkdata (ABS (tecbck[i])); in gentabs()
1285 yymecs_data[i] = ABS (tecbck[i]); in gentabs()
H A Dflexdef.h531 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
H A Dmain.c84 int tecbck[CSIZE + 1]; variable