Searched refs:RE_NO_BK_VBAR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h180 # define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1) macro
186 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
249 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
271 | RE_NO_BK_VBAR)
299 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
308 | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
H A Dregcomp.c1831 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR))
1948 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR))

Completed in 37 milliseconds