Searched refs:REG_EXTENDED (Results 1 – 6 of 6) sorted by relevance
268 #define REG_EXTENDED 1 macro272 #define REG_ICASE (REG_EXTENDED << 1)
315 #ifndef REG_EXTENDED1311 #if (REG_TEST_DEFAULT & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL)) || !defined(REG_EXTENDED) in old_main()1314 i = REG_EXTENDED != 0; in old_main()1720 #if !(REG_TEST_DEFAULT & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL)) in old_main()1721 #ifdef REG_EXTENDED in old_main()1722 if (REG_EXTENDED != 0 && (test & TEST_BRE)) in old_main()1733 #ifdef REG_EXTENDED in old_main()1737 flags = cflags | REG_EXTENDED; in old_main()
70 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in do_test()
1004 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE)) in sym_re_search()
440 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED in regcomp()
7992 = (cflags & REG_EXTENDED) ? in regcomp()
Completed in 24 milliseconds