Searched refs:mkbranch (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | parse.y | 135 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 D | nfa.c | 377 int mkbranch (int first, int second) in mkbranch() function
|
H A D | flexdef.h | 936 extern int mkbranch(int, int);
|
H A D | dfa.c | 568 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 877 scset[i] = mkbranch( scset[i], def_rule ); in YYPARSE_DECL() 989 mkbranch( scbol[scon_stk[i]], in YYPARSE_DECL() 1001 scbol[i] = mkbranch( scbol[i], in YYPARSE_DECL() 1026 mkbranch( scset[scon_stk[i]], in YYPARSE_DECL() 1035 mkbranch( scset[i], in YYPARSE_DECL()
|