Searched refs:REG_NOSPEC (Results 1 – 16 of 16) sorted by relevance
61 #define REG_NOSPEC 0020 macro
307 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()361 else if (cflags®_NOSPEC) in llvm_regcomp()
67 #define REG_NOSPEC 0020 macro
43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
194 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp()256 else if (cflags®_NOSPEC) in regcomp()
68 #define REG_NOSPEC 0020 macro
48 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
663 #if defined(REG_NOSPEC)664 cflags |= REG_NOSPEC;
24 m ("mundane") REG_NOSPEC
508 flags = REG_NOSPEC; in att_test()
360 o |= REG_NOSPEC; in options()
186 REG_NOSPEC)) in main()
328 o |= REG_NOSPEC; in options()
24 # m ("mundane") REG_NOSPEC
42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
220 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp_internal()307 if (cflags & REG_NOSPEC) in regcomp_internal()