Searched refs:RE_NEWLINE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.h49 #define RE_NEWLINE 0010 macro
H A Dtests.c77 flags |= RE_NEWLINE;
H A Drec.c146 if (flags & RE_NEWLINE)
162 if (flags & RE_NEWLINE)
528 if ((inf->flags & RE_NEWLINE) &&
H A Dreo.c326 if (!(inf->flags & RE_NEWLINE))
H A Dre.c163 if (rec_byte(&inf, flags & (RE_NEWLINE | RE_NOSUB)) == 0 &&
211 newline = preg->cod[0] & RE_NEWLINE;
2358 if (cod[0] & RE_NEWLINE)
/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c105 cflags |= RE_NEWLINE;

Completed in 8 milliseconds