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

/freebsd-10.1-release/contrib/flex/
H A Dparse.y135 scset[i] = mkbranch( scset[i], def_rule );
241 mkbranch( scbol[scon_stk[i]],
253 scbol[i] = mkbranch( scbol[i],
277 mkbranch( scset[scon_stk[i]],
286 mkbranch( scset[i],
H A Dnfa.c359 /* mkbranch - make a machine that branches to two machines
363 * branch = mkbranch( first, second );
370 * more mkbranch's. Compare with mkor()
373 int mkbranch (first, second) function
H A Ddfa.c585 mkbranch (scbol[i / 2], scset[i / 2]);
H A Dflexdef.h995 extern int mkbranch PROTO ((int, int));
/freebsd-10.1-release/usr.bin/lex/
H A Dinitparse.c881 scset[i] = mkbranch( scset[i], def_rule );
991 mkbranch( scbol[scon_stk[i]],
1003 scbol[i] = mkbranch( scbol[i],
1028 mkbranch( scset[scon_stk[i]],
1037 mkbranch( scset[i],

Completed in 68 milliseconds