Searched refs:REG_NOSUB (Results 1 – 3 of 3) sorted by relevance
232 #define REG_NOSUB (REG_NEWLINE << 1) macro
5367 preg->no_sub = !!(cflags & REG_NOSUB);
390 if ((errcode = regcomp(&search_re, re, REG_ICASE | REG_EXTENDED | REG_NOSUB))) in reg_search()