Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/head/
H A Dregex.h78 #define REG_NEWLINE 0x08 /* Treat \n as regular character */ macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c608 (m->g->cflags&REG_NEWLINE))) { in backref()
615 (m->g->cflags&REG_NEWLINE))) { in backref()
622 (m->g->cflags&REG_NEWLINE)) || in backref()
631 (m->g->cflags&REG_NEWLINE)) || in backref()
801 if ((lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
806 if ((c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
900 if ((lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
905 if ((c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
H A Dregcomp.c386 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
552 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
710 if (cs->invert && p->g->cflags&REG_NEWLINE) in p_bracket()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h47 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h29 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h29 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h29 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h29 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c2121 env->flags |= REG_NEWLINE; in grp()
2123 env->flags &= ~REG_NEWLINE; in grp()
2124 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1; in grp()
2143 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1; in grp()
3125 if (env->flags & REG_NEWLINE) in special()
3256 if ((env.flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE) in regcomp()
H A Dreglib.h79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|R…
H A Dregnexec.c893 …if ((!(rex->flags & REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBO… in parse()
1176 if ((!(rex->flags & REG_NEWLINE) || *s != '\n') && ((env->flags & REG_NOTEOL) || s < env->end)) in parse()
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c436 REG_NOSUB|REG_NEWLINE)) != 0) { in setupnamevalue()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c1257 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()