Searched refs:REG_NEWLINE (Results 1 – 13 of 13) sorted by relevance
78 #define REG_NEWLINE 0x08 /* Treat \n as regular character */ macro
608 (m->g->cflags®_NEWLINE))) { in backref()615 (m->g->cflags®_NEWLINE))) { in backref()622 (m->g->cflags®_NEWLINE)) || in backref()631 (m->g->cflags®_NEWLINE)) || in backref()801 if ((lastc == '\n' && m->g->cflags®_NEWLINE) || in fast()806 if ((c == '\n' && m->g->cflags®_NEWLINE) || in fast()900 if ((lastc == '\n' && m->g->cflags®_NEWLINE) || in slow()905 if ((c == '\n' && m->g->cflags®_NEWLINE) || in slow()
386 if (p->g->cflags®_NEWLINE) in p_ere_exp()552 if (p->g->cflags®_NEWLINE) in p_simp_re()710 if (cs->invert && p->g->cflags®_NEWLINE) in p_bracket()
47 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
29 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
2121 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()
79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|R…
893 …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()
436 REG_NOSUB|REG_NEWLINE)) != 0) { in setupnamevalue()
1257 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()