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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h63 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h45 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregex.h45 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h45 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h45 #define REG_SPAN 0x00040000 /* . matches \n */ macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c2124 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1;
2140 env->flags |= REG_SPAN;
2142 env->flags &= ~REG_SPAN;
2143 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1;
3256 if ((env.flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE)

Completed in 267 milliseconds