Searched defs:re_string_eoi (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex_internal.h453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.h453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.h390 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h413 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) macro

Completed in 99 milliseconds