Searched refs:REG_NEWLINE (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h48 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h348 #define REG_NEWLINE (1 << 2)
346 #define REG_NEWLINE macro
H A Dregcomp.c452 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
464 If REG_NEWLINE is set, then . and [^...] don't match newline.
498 /* If REG_NEWLINE is set, newlines are treated differently. */
499 if (cflags & REG_NEWLINE)
500 { /* REG_NEWLINE implies neither . nor [^...] match newline. */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h30 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregex.h30 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h30 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h30 #define REG_NEWLINE 0x00000008 /* ^/$ match embedded \n */ macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c2146 env->flags |= REG_NEWLINE;
2148 env->flags &= ~REG_NEWLINE;
2149 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1;
2168 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1;
3155 if (env->flags & REG_NEWLINE)
3290 if ((env.flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE)
H A Dregnexec.c892 if ((!(rex->flags & REG_NEWLINE) || s <= env->beg || *(s - 1) != '\n') && ((env->flags & REG_NOTBOL) || s != env->beg))
1175 if ((!(rex->flags & REG_NEWLINE) || *s != '\n') && ((env->flags & REG_NOTEOL) || s < env->end))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1446 if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIGHT, &r)))

Completed in 59 milliseconds