Searched refs:RE_NOSUB (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.h48 #define RE_NOSUB 0004 macro
H A Dre.c163 if (rec_byte(&inf, flags & (RE_NEWLINE | RE_NOSUB)) == 0 &&
210 nosub = preg->cod[0] & RE_NOSUB;
1654 * RE_NOSUB to use parenthesis only for grouping, but avoiding
2052 if (!(inf->flags & RE_NOSUB)) {
2356 if (cod[0] & RE_NOSUB)
H A Drec.c653 if ((inf->flags & RE_NOSUB) || (chr -= '1') >= inf->ngrps) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c103 cflags |= RE_NOSUB;
160 if (nmatch && (cflags & RE_NOSUB))
/xsrc/external/mit/xedit/dist/
H A Dtags.c531 if (recomp(&regex->regex, pattern, RE_NOSUB | RE_NOSPEC)) {

Completed in 7 milliseconds