Searched refs:REG_NOSUB (Results 1 – 5 of 5) sorted by relevance
228 #define REG_NOSUB (REG_NEWLINE << 1) macro
4776 preg->no_sub = !!(cflags & REG_NOSUB);
276 #define REG_NOSUB (REG_NEWLINE << 1) macro
494 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()
1060 …ma->error = regcomp((regex_t *)ma->matchdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((fl… in datamatcher_init()