Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/flex/
HDtblcmp.c236 nummecs = cre8ecs (tecfwd, tecbck, numecs); in cmptmps()
259 if (tecbck[j] > 0) { in cmptmps()
260 tmp[tecbck[j]] = trans; in cmptmps()
440 tecbck[1] = NIL; in inittbl()
443 tecbck[i] = i - 1; in inittbl()
720 mkeccl (transset, tsptr, tecfwd, tecbck, numecs, 0);
HDgen.c1283 i, ABS (tecbck[i])); in gentabs()
1285 mkdata (ABS (tecbck[i])); in gentabs()
1286 yymecs_data[i] = ABS (tecbck[i]); in gentabs()
HDflexdef.h576 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
HDmain.c83 int tecbck[CSIZE + 1]; variable