Searched refs:nestmatch (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 722 nestmatch(register unsigned char* s, register unsigned char* e, const unsigned short* type, register int co) in nestmatch() function 780 else if (!(s = nestmatch(s, e, type, c))) in nestmatch() 1466 if (s >= env->end || !(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse() 1474 if (!(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 723 nestmatch(register unsigned char* s, register unsigned char* e, const unsigned short* type, registe… in nestmatch() function 781 else if (!(s = nestmatch(s, e, type, c))) in nestmatch() 1467 if (s >= env->end || !(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse() 1475 if (!(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse()
|