Searched refs:mkbranch (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/flex/src/ |
| HD | 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],
|
| HD | parse.c | 1501 scset[i] = mkbranch( scset[i], def_rule ); in yyparse() 1649 mkbranch( scbol[scon_stk[i]], in yyparse() 1661 scbol[i] = mkbranch( scbol[i], in yyparse() 1688 mkbranch( scset[scon_stk[i]], in yyparse() 1697 mkbranch( scset[i], in yyparse()
|
| HD | nfa.c | 377 int mkbranch (int first, int second) in mkbranch() function
|
| HD | flexdef.h | 936 extern int mkbranch(int, int);
|
| HD | dfa.c | 568 mkbranch (scbol[i / 2], scset[i / 2]); in ntod()
|