Searched refs:need_cap (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | spellsuggest.pro | 4 void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
|
| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 200 …u *badptr, int badlen, suginfo_T *su, int maxcount, int banbadword, int need_cap, int interactive); 469 int need_cap; in spell_suggest() local 532 need_cap = check_need_cap(curwin->w_cursor.lnum, curwin->w_cursor.col); in spell_suggest() 546 TRUE, need_cap, TRUE); in spell_suggest() 712 int need_cap, // 'spellcapcheck' matched in spell_suggest_list() argument 720 spell_find_suggest(word, 0, &sug, maxcount, FALSE, need_cap, interactive); in spell_suggest_list() 759 int need_cap, // word should start with capital in spell_find_suggest() argument 803 if (need_cap) in spell_find_suggest()
|
| H A D | spell.c | 2806 int need_cap = FALSE; in check_need_cap() local 2823 need_cap = TRUE; in check_need_cap() 2828 need_cap = TRUE; in check_need_cap() 2855 need_cap = TRUE; in check_need_cap() 2864 return need_cap; in check_need_cap()
|