Searched refs:REG_NOSPEC (Results 1 – 3 of 3) sorted by relevance
89 #define REG_NOSPEC 0x08000 /* no special characters */ macro
186 regflags |= REG_NOSPEC; in main()325 regflags |= REG_NOSPEC; in main()
230 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp()309 if (cflags & REG_NOSPEC) in regcomp()