HomeSort by relevance Sort by last modified time
    Searched refs:mkbranch (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
parse.y 129 scset[i] = mkbranch( scset[i], def_rule );
229 mkbranch( scbol[scon_stk[i]],
241 scbol[i] = mkbranch( scbol[i],
265 mkbranch( scset[scon_stk[i]],
274 mkbranch( scset[i],
nfa.c 353 /* mkbranch - make a machine that branches to two machines
357 * branch = mkbranch( first, second );
364 * more mkbranch's. Compare with mkor()
367 int mkbranch( first, second ) function
flexdef.h 939 extern int mkbranch PROTO((int, int));
    [all...]
dfa.c 565 mkbranch( scbol[i / 2], scset[i / 2] );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 699 scset[i] = mkbranch( scset[i], def_rule );
797 mkbranch( scbol[scon_stk[i]],
809 scbol[i] = mkbranch( scbol[i],
834 mkbranch( scset[scon_stk[i]],
843 mkbranch( scset[i],
    [all...]

Completed in 167 milliseconds