Home
last modified time | relevance | path

Searched refs:re_string_cur_idx (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c1715 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token()
1725 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token()
1738 re_string_cur_idx (input) + 1); in peek_token()
1851 wint_t wc = re_string_wchar_at (input, re_string_cur_idx (input)); in peek_token()
1903 re_string_cur_idx (input) != 0) in peek_token()
1914 re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token()
1950 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token_bracket()
1958 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
1972 if (re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket()
2166 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
[all …]
A Dregexec.c997 int cur_str_idx = re_string_cur_idx (&mctx->input); in check_matching()
1052 int next_char_idx = re_string_cur_idx (&mctx->input) + 1; in check_matching()
1098 re_string_cur_idx (&mctx->input))) in check_matching()
1101 match_last = re_string_cur_idx (&mctx->input); in check_matching()
2202 re_string_cur_idx (&mctx->input) - 1, in transit_state()
2227 int cur_idx = re_string_cur_idx (&mctx->input); in merge_state_with_log()
2263 re_string_cur_idx (&mctx->input) - 1, in merge_state_with_log()
2308 int cur_str_idx = re_string_cur_idx (&mctx->input); in find_recover_state()
2426 re_string_cur_idx (&mctx->input), in transit_state_mb()
2435 re_string_cur_idx (&mctx->input)); in transit_state_mb()
[all …]
A Dregex_internal.h356 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) macro

Completed in 18 milliseconds