Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c6331 static int xt_index_out = 0; variable
6336 xt_index_out = 0; in req_codes_from_term()
6345 int old_idx = xt_index_out; in req_more_codes_from_term()
6353 while (xt_index_out < xt_index_in + 10 && key_names[xt_index_out] != NULL) in req_more_codes_from_term()
6355 char *key_name = key_names[xt_index_out]; in req_more_codes_from_term()
6360 LOG_TR(("Requesting XT %d: %s", xt_index_out, key_name)); in req_more_codes_from_term()
6363 ++xt_index_out; in req_more_codes_from_term()
6367 if (xt_index_out != old_idx) in req_more_codes_from_term()
6446 if (xt_index_out == 0 || xt_index_out == xt_index_in) in check_for_codes_from_term()