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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h198 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
206 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
251 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
260 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dregcomp.c1843 if (!(syntax & RE_NO_GNU_OPS))
1850 if (!(syntax & RE_NO_GNU_OPS))
1857 if (!(syntax & RE_NO_GNU_OPS))
1864 if (!(syntax & RE_NO_GNU_OPS))
1871 if (!(syntax & RE_NO_GNU_OPS))
1875 if (!(syntax & RE_NO_GNU_OPS))
1879 if (!(syntax & RE_NO_GNU_OPS))
1883 if (!(syntax & RE_NO_GNU_OPS))
1887 if (!(syntax & RE_NO_GNU_OPS))
1894 if (!(syntax & RE_NO_GNU_OPS))
[all...]

Completed in 21 milliseconds