Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c6330 static int xt_index_in = 0; variable
6337 xt_index_in = 0; in req_codes_from_term()
6353 while (xt_index_out < xt_index_in + 10 && key_names[xt_index_out] != NULL) in req_more_codes_from_term()
6400 xt_index_in = i; in got_code_from_term()
6405 LOG_TR(("Received XT %d: %s", xt_index_in, (char *)name)); in got_code_from_term()
6430 ++xt_index_in; in got_code_from_term()
6446 if (xt_index_out == 0 || xt_index_out == xt_index_in) in check_for_codes_from_term()