Home
last modified time | relevance | path

Searched refs:RE_NO_BK_PARENS (Results 1 – 2 of 2) sorted by relevance

/posix/
A Dregex.h148 # define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1) macro
152 # define RE_NO_BK_REFS (RE_NO_BK_PARENS << 1)
222 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
273 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
281 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
A Dregcomp.c1901 if (!(syntax & RE_NO_BK_PARENS)) in peek_token()
1905 if (!(syntax & RE_NO_BK_PARENS)) in peek_token()
1971 if (syntax & RE_NO_BK_PARENS) in peek_token()
1975 if (syntax & RE_NO_BK_PARENS) in peek_token()

Completed in 13 milliseconds