Searched refs:REG_BASIC (Results 1 – 4 of 4) sorted by relevance
60 #define REG_BASIC 0000 macro
56 #define REG_BASIC 0000 macro
170 e = regcomp(&re, d, i == 6 ? REG_BASIC : REG_EXTENDED); in main()
378 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()