HomeSort by: relevance | last modified time | path
    Searched refs:REG_NEWLINE (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libform/
type_regex.c 67 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) != 0) {
  /src/include/
regex.h 101 #define REG_NEWLINE 0010
  /src/usr.bin/nl/
nl.c 382 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
  /src/lib/libc/regex/
engine.c 631 (m->g->cflags&REG_NEWLINE)) || \
715 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
723 (m->g->cflags&REG_NEWLINE)) )
933 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
938 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
regcomp.c 421 = #define REG_NEWLINE 0010
515 if (p->g->cflags&REG_NEWLINE)
958 if (p->g->cflags&REG_NEWLINE)
1136 if (cs->invert && p->g->cflags&REG_NEWLINE)
1544 - nonnewline - emit REG_NEWLINE version of OANY
  /src/tests/lib/libc/regex/
main.c 370 o |= REG_NEWLINE;
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.mk 82 # REG_NEWLINE, thus newline is an ordinary character.
  /src/usr.bin/m4/
gnum4.c 505 mode |= REG_NEWLINE;
  /src/usr.sbin/user/
user.c 1318 if ((sc = regcomp(&r, line, REG_EXTENDED|REG_NEWLINE)) != 0) {

Completed in 89 milliseconds