Home
last modified time | relevance | path

Searched refs:REG_MULTIPLE (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h61 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h43 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h43 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h43 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h43 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
/titanic_50/usr/src/lib/libcmd/common/
H A Dgrep.c210 if (c = regcomp(&x->re, s, state->options|REG_MULTIPLE)) in addre()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregcomp.c940 if (c == '\n' && (env->flags & REG_MULTIPLE) && !env->delimiter) in token()
997 …v->cursor + 1) == '\\' && *(env->cursor + 2) == ')') || (env->flags & REG_MULTIPLE) && *(env->curs… in token()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1201 regex: REG_MULTIPLE, BM for fixed string alternation