Lines Matching refs:pat
139 static void dump_word(slang_T *slang, char_u *word, char_u *pat, int *dir, int round, int flags, li…
140 static linenr_T dump_prefixes(slang_T *slang, char_u *word, char_u *pat, int *dir, int round, int f…
3863 char_u *pat, // leading part of the word in spell_dump_compl() argument
3890 if (pat != NULL) in spell_dump_compl()
3896 n = captype(pat, NULL); in spell_dump_compl()
3899 else if (n == WF_ALLCAP && (int)STRLEN(pat) > mb_ptr2len(pat)) in spell_dump_compl()
3924 if (pat == NULL) in spell_dump_compl()
3943 if (pat == NULL) in spell_dump_compl()
3951 if (pat != NULL && slang->sl_pbyts == NULL) in spell_dump_compl()
3952 patlen = (int)STRLEN(pat); in spell_dump_compl()
3979 && (pat == NULL || !ins_compl_interrupted())) in spell_dump_compl()
4017 dump_word(slang, word, pat, dir, in spell_dump_compl()
4019 if (pat == NULL) in spell_dump_compl()
4025 lnum = dump_prefixes(slang, word, pat, dir, in spell_dump_compl()
4043 && MB_STRNICMP(word, pat, depth) != 0) in spell_dump_compl()
4060 char_u *pat, in dump_word() argument
4095 if (pat == NULL) in dump_word()
4132 ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0 in dump_word()
4133 : STRNCMP(p, pat, STRLEN(pat)) == 0) in dump_word()
4150 char_u *pat, in dump_prefixes() argument
4218 dump_word(slang, prefix, pat, dir, dumpflags, in dump_prefixes()
4236 dump_word(slang, prefix, pat, dir, dumpflags, in dump_prefixes()
4332 char_u *pat, in expand_spelling() argument
4337 spell_suggest_list(&ga, pat, 100, spell_expand_need_cap, TRUE); in expand_spelling()