Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 5 of 5) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h228 #define REG_NOSUB (REG_NEWLINE << 1) macro
H A Dregex.c4776 preg->no_sub = !!(cflags & REG_NOSUB);
/haiku/headers/posix/
H A Dregex.h276 #define REG_NOSUB (REG_NEWLINE << 1) macro
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c494 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()
/haiku/src/libs/libsolv/solv/
H A Drepodata.c1060 …ma->error = regcomp((regex_t *)ma->matchdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((fl… in datamatcher_init()