Searched refs:REG_PEND (Results 1 – 13 of 13) sorted by relevance
62 #define REG_PEND 0040 macro
36 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
310 if (cflags®_PEND) { in llvm_regcomp()
68 #define REG_PEND 0040 macro
43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
197 if (cflags®_PEND) { in regcomp()
69 #define REG_PEND 0040 macro
250 re.re_endp = (opts®_PEND) ? f0copy + strlen(f0copy) : NULL; in try()363 o |= REG_PEND; in options()
30 p REG_PEND
219 re.re_endp = (opts®_PEND) ? f0copy + strlen(f0copy) : NULL; in try()331 o |= REG_PEND; in options()
30 # p REG_PEND
42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
223 if (cflags®_PEND) { in regcomp_internal()