Searched defs:follow (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) macro 413 i = follow(env, rex, cont, s); 476 i = follow(env, rex, cont, s); 536 switch (follow(env, rex, cont, s)) 567 switch (follow(env, rex, cont, s)) 856 r = follow(env, rex, rex->re.alt_catch.cont, s); 914 switch (follow(env, rex, cont, s)) 935 switch (follow(env, rex, cont, s)) 975 switch (follow(env, rex, cont, s)) 999 switch (follow(en [all...] |
Completed in 13 milliseconds