Searched refs:REG_ICASE (Results 1 – 2 of 2) sorted by relevance
276 #define REG_ICASE (REG_EXTENDED << 1) macro281 #define REG_NEWLINE (REG_ICASE << 1)
906 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()