Searched refs:syn_list_header (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | highlight.pro | 34 int syn_list_header(int did_header, int outlen, int id);
|
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 2935 (void)syn_list_header(didh, 9999, id); in highlight_list_one() 2987 (void)syn_list_header(didh, in highlight_list_arg() 3159 syn_list_header( in syn_list_header() function
|
| H A D | syntax.c | 4037 (void)syn_list_header(did_header, 999, id); in syn_list_one() 4090 (void)syn_list_header(did_header, 999, id); in syn_list_one() 4294 if (syn_list_header(did_header, outlen, id)) in syn_list_keywords()
|