Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c238 nummecs = cre8ecs (tecfwd, tecbck, numecs); in cmptmps()
261 if (tecbck[j] > 0) { in cmptmps()
262 tmp[tecbck[j]] = trans; in cmptmps()
438 tecbck[1] = NIL; in inittbl()
441 tecbck[i] = i - 1; in inittbl()
715 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0); in mktemplate()
H A Dgen.c1285 i, ABS (tecbck[i])); in gentabs()
1287 mkdata (ABS (tecbck[i])); in gentabs()
1288 yymecs_data[i] = ABS (tecbck[i]); in gentabs()
H A Dflexdef.h542 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
H A Dmain.c87 int tecbck[CSIZE + 1]; variable