Searched refs:mkbranch (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dparse.y135 scset[i] = mkbranch( scset[i], def_rule );
243 mkbranch( scbol[scon_stk[i]],
255 scbol[i] = mkbranch( scbol[i],
279 mkbranch( scset[scon_stk[i]],
288 mkbranch( scset[i],
H A Dnfa.c363 /* mkbranch - make a machine that branches to two machines
367 * branch = mkbranch( first, second );
374 * more mkbranch's. Compare with mkor()
377 int mkbranch (int first, int second) function
H A Dflexdef.h936 extern int mkbranch(int, int);
H A Ddfa.c568 mkbranch (scbol[i / 2], scset[i / 2]);
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c878 scset[i] = mkbranch( scset[i], def_rule );
990 mkbranch( scbol[scon_stk[i]],
1002 scbol[i] = mkbranch( scbol[i],
1027 mkbranch( scset[scon_stk[i]],
1036 mkbranch( scset[i],

Completed in 69 milliseconds