Searched refs:in_id_list (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 309 static int in_id_list(stateitem_T *item, short *cont_list, struct sp_syn *ssp, int contained); 1966 ? in_id_list(NULL, current_next_list, in syn_current_attr() 1970 : in_id_list(cur_si, in syn_current_attr() 2270 *can_spell = !in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr() 2286 *can_spell = in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr() 2291 if (in_id_list(sip, sip->si_cont_list, &sps, 0)) in syn_current_attr() 3297 ? in_id_list(NULL, current_next_list, &kp->k_syn, 0) in check_keyword_id() 3300 : in_id_list(cur_si, cur_si->si_cont_list, in check_keyword_id() 6147 in_id_list( in in_id_list() function 6170 if (cur_si->si_idx >= 0 && in_id_list(NULL, ssp->cont_in_list, in in_id_list() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4455 8 in_id_list() takes much time for syntax highlighting. Cache the result? 4463 8 Profiling shows that in_id_list() is used very often for C code. Can this
|
| H A D | version6.txt | 7701 Problem: Crash in in_id_list() for an item with a "containedin" list. (Dave
|