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

/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h81 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h365 #define REG_NOTEOL (1 << 1)
363 #define REG_NOTEOL macro
H A Dregexec.c220 string; if REG_NOTEOL is set, then $ does not match at the end.
238 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
277 eflags & (REG_NOTBOL | REG_NOTEOL));
445 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
H A Dregex_internal.c934 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h63 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregex.h63 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h63 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h63 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
H A Dregnexec.c1175 if ((!(rex->flags & REG_NEWLINE) || *s != '\n') && ((env->flags & REG_NOTEOL) || s < env->end))

Completed in 55 milliseconds