Searched refs:advance (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/comp/
H A Dregexp.h59 #define advance(a,b) _re_exec(&_re_info,a,b,1) macro
/ast/src/lib/libast/regex/
H A Dregnexec.c1853 int advance; local
1874 advance = 0;
1892 advance = 1;
1932 if (advance)
1970 while ((i = parse(env, e, &env->done, (unsigned char*)s)) == NONE || advance && !env->best[0].rm_eo && !(advance = 0))

Completed in 13 milliseconds