Searched refs:RE_NO_BK_PARENS (Results 1 – 2 of 2) sorted by relevance
173 # define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1) macro177 # define RE_NO_BK_REFS (RE_NO_BK_PARENS << 1)248 | RE_NO_BK_PARENS | RE_NO_BK_REFS \270 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \299 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \307 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
1886 if (!(syntax & RE_NO_BK_PARENS)) in peek_token()1890 if (!(syntax & RE_NO_BK_PARENS)) in peek_token()1956 if (syntax & RE_NO_BK_PARENS) in peek_token()1960 if (syntax & RE_NO_BK_PARENS) in peek_token()