Lines Matching refs:char_u
2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount);
3 int match_checkcompoundpattern(char_u *ptr, int wlen, garray_T *gap);
4 int can_compound(slang_T *slang, char_u *word, char_u *flags);
5 int match_compoundrule(slang_T *slang, char_u *compflags);
6 int valid_word_prefix(int totprefcnt, int arridx, int flags, char_u *word, slang_T *slang, int cond…
9 void spell_cat_line(char_u *buf, char_u *line, int maxlen);
10 char_u *spell_enc(void);
11 slang_T *slang_alloc(char_u *lang);
15 void count_common_word(slang_T *lp, char_u *word, int len, int count);
16 int byte_in_str(char_u *str, int n);
19 int captype(char_u *word, char_u *end);
27 int spell_iswordp(char_u *p, win_T *wp);
28 int spell_iswordp_nmw(char_u *p, win_T *wp);
29 int spell_casefold(win_T *wp, char_u *str, int len, char_u *buf, int buflen);
32 void onecap_copy(char_u *word, char_u *wcopy, int upper);
33 void allcap_copy(char_u *word, char_u *wcopy);
34 int nofold_len(char_u *fword, int flen, char_u *word);
35 void make_case_word(char_u *fword, char_u *cword, int flags);
36 char_u *eval_soundfold(char_u *word);
37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
40 void spell_dump_compl(char_u *pat, int ic, int *dir, int dumpflags_arg);
41 char_u *spell_to_word_end(char_u *start, win_T *win);
44 int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
45 int valid_spelllang(char_u *val);
46 int valid_spellfile(char_u *val);