Searched refs:REG_STARTEND (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dregex.h98 #define REG_STARTEND 00004 macro
H A Dpcreposix.h62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h61 #define REG_STARTEND 00004 macro
H A Dmain.c91 if (eopts&REG_STARTEND) {
253 if (options('e', f1)&REG_STARTEND) {
351 o |= REG_STARTEND;
H A Dregexec.c103 = #define REG_STARTEND 00004
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c86 if (eflags&REG_STARTEND) {
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
H A Dpcreposix.c361 /* REG_STARTEND is a BSD extension, to allow for non-NUL-terminated strings.
362 The man page from OS X says "REG_STARTEND affects only the location of the
366 if ((eflags & REG_STARTEND) != 0)
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c94 if ((eopts & REG_STARTEND) != 0) {
247 if (options('e', f1)&REG_STARTEND) {
343 o |= REG_STARTEND;
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregexec.c197 = #define REG_STARTEND 00004
217 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A Dengine.c176 if (eflags&REG_STARTEND) {

Completed in 73 milliseconds