Home
last modified time | relevance | path

Searched defs:re_string_eoi (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dregex_internal.h446 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro
/dragonfly/contrib/diffutils/lib/
H A Dregex_internal.h454 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro
/dragonfly/contrib/grep/lib/
H A Dregex_internal.h441 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro