Searched refs:RE_NO_SUB (Results 1 – 5 of 5) sorted by relevance
89 #ifdef RE_NO_SUB90 syntax |= needed_sub ? 0 : RE_NO_SUB;
91 | (testno == 3 ? RE_NO_SUB : 0)); in main()
229 # define RE_NO_SUB (RE_CONTEXT_INVALID_DUP << 1) macro
232 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
526 \0 (so 10 means that \0 .. \9 are needed). Pass RE_NO_SUB531 Recompile the pattern if it was compiled with RE_NO_SUB.