Searched refs:keep_state (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | syntax.pro | 8 int get_syntax_attr(colnr_T col, int *can_spell, int keep_state); 18 int syn_get_id(win_T *wp, long lnum, colnr_T col, int trans, int *spellp, int keep_state);
|
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 301 static int syn_current_attr(int syncing, int displaying, int *can_spell, int keep_state); 1706 int keep_state) // keep state of char at "col" in get_syntax_attr() argument 1746 current_col == col ? keep_state : FALSE); in get_syntax_attr() 1761 int keep_state) // keep syntax stack afterwards in syn_current_attr() argument 2307 if (!syncing && !keep_state) in syn_current_attr() 6491 int keep_state) // keep state of char at "col" in syn_get_id() argument 6506 (void)get_syntax_attr(col, spellp, keep_state); in syn_get_id()
|