Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalvars.pro12 list_T *eval_spell_expr(char_u *badword, char_u *expr);
/vim-8.2.3635/src/
H A Devalvars.c451 eval_spell_expr(char_u *badword, char_u *expr) in eval_spell_expr() function
H A Dspellsuggest.c900 list = eval_spell_expr(su->su_badword, expr); in spell_suggest_expr()