HomeSort by: relevance | last modified time | path
    Searched refs:mkbranch (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/flex/dist/src/
parse.y 138 scset[i] = mkbranch( scset[i], def_rule );
246 mkbranch( scbol[scon_stk[i]],
258 scbol[i] = mkbranch( scbol[i],
282 mkbranch( scset[scon_stk[i]],
291 mkbranch( scset[i],
initparse.c 958 scset[i] = mkbranch( scset[i], def_rule );
1052 mkbranch( scbol[scon_stk[i]],
1064 scbol[i] = mkbranch( scbol[i],
1088 mkbranch( scset[scon_stk[i]],
1097 mkbranch( scset[i],
nfa.c 366 /* mkbranch - make a machine that branches to two machines
370 * branch = mkbranch( first, second );
377 * more mkbranch's. Compare with mkor()
380 int mkbranch (int first, int second) function
flexdef.h 945 extern int mkbranch(int, int);
dfa.c 569 mkbranch (scbol[i / 2], scset[i / 2]);

Completed in 21 milliseconds