Searched refs:current_token (Results 1 – 2 of 2) sorted by relevance
357 apr_off_t current_token[2]; /* current token per source */ member397 if (until <= btn->current_token[tokens]) in output_unified_token_range()404 APR_ARRAY_IDX(source->tokens, btn->current_token[tokens], in output_unified_token_range()425 btn->current_token[tokens]++; in output_unified_token_range()426 if (btn->current_token[tokens] == until) in output_unified_token_range()430 if (btn->current_token[tokens] == source->tokens->nelts in output_unified_token_range()547 if (output_baton->current_token[0] < new_hunk_start in output_unified_diff_modified()
2109 re_token_t current_token; in parse() local2111 fetch_token (¤t_token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse()2112 tree = parse_reg_exp (regexp, preg, ¤t_token, syntax, 0, err); in parse()