Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.h415 #define re_string_length(pstr) ((pstr)->len) macro
H A Dregcomp.c1796 if (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()
2029 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2043 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()