Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h449 #define re_string_length(pstr) ((pstr)->len) macro
H A Dregcomp.c1753 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1942 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
1985 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
1999 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()