Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h456 #define re_string_length(pstr) ((pstr)->len) macro
Dregcomp.c1793 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1982 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
2026 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2040 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()