| /vim-8.2.3635/src/ |
| H A D | spell.c | 562 if (slang->sl_compprog == NULL && !slang->sl_nobreak) in find_word() 965 && count_syllables(slang, word) > slang->sl_compsylmax) in can_compound() 1035 slang_T *slang, in valid_word_prefix() argument 1785 slang_T *slang; in spell_load_cb() local 1980 slang_T *slang; in did_set_spelllang() local 2087 if (slang == NULL) in did_set_spelllang() 2190 if (slang == NULL) in did_set_spelllang() 2444 slang_T *slang; in spell_free_all() local 2455 slang_free(slang); in spell_free_all() 3098 slang_T *slang, in spell_soundfold() argument [all …]
|
| H A D | spellsuggest.c | 240 slang_T *slang, in can_be_compound() argument 247 ? slang->sl_compstartflags : slang->sl_compallflags, flag)) in can_be_compound() 272 slang_T *slang, in score_wordcount_adj() argument 1717 if (slang->sl_nobreak && !slang->sl_nocompoundsugs) in suggest_trie_walk() 2995 slang_T *slang, in stp_sal_score() argument 3067 slang_T *slang; in suggest_try_soundalike_prep() local 3075 if (slang->sl_sal.ga_len > 0 && slang->sl_sbyts != NULL) in suggest_try_soundalike_prep() 3091 slang_T *slang; in suggest_try_soundalike() local 3099 if (slang->sl_sal.ga_len > 0 && slang->sl_sbyts != NULL) in suggest_try_soundalike() 3126 slang_T *slang; in suggest_try_soundalike_finish() local [all …]
|
| H A D | spellfile.c | 671 slang_T *slang; in suggest_load_files() local 686 slang = lp->lp_slang; in suggest_load_files() 687 if (slang->sl_sugtime != 0 && !slang->sl_sugloaded) in suggest_load_files() 741 if (spell_read_tree(fd, &slang->sl_sbyts, NULL, &slang->sl_sidxs, in suggest_load_files() 791 tree_count_words(slang->sl_fbyts, slang->sl_fidxs); in suggest_load_files() 792 tree_count_words(slang->sl_sbyts, slang->sl_sidxs); in suggest_load_files() 1754 slang_T *slang; in spell_reload_one() local 1764 slang_clear(slang); in spell_reload_one() 5463 slang_T *slang; in spell_make_sugfile() local 5480 if (slang == NULL) in spell_make_sugfile() [all …]
|
| H A D | globals.h | 1560 #define FOR_ALL_SPELL_LANGS(slang) \ argument 1561 for ((slang) = first_lang; (slang) != NULL; (slang) = (slang)->sl_next)
|
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 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… 17 int init_syl_tab(slang_T *slang); 37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | slang.vim | 87 let b:current_syntax = "slang"
|
| H A D | mplayerconf.vim | 50 \ osdlevel sid slang spuaa spualign spugauss
|
| H A D | conaryrecipe.vim | 107 syn keyword conaryUseFlag contained slang netpbm nptl ipv6 buildtests
|
| H A D | slrnrc.vim | 135 " Functions in readline mode (actually from slang's slrline.c)
|
| H A D | raku.vim | 163 …cro\|sub\|submethod\|method\|module\|class\|role\|package\|enum\|grammar\|slang\|subset\)\>" nextg… 1961 …T\|module\|package\|enum\|subset\|class\|sub\%(method\)\?\|multi\|method\|slang\|grammar\|regex\|t…
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 1354 559) gangsta (Oxford - black slang) 3272 2445) sh*thead (Oxford: vulgar slang) 3399 2572) pissy (Oxford: vulgar slang) 3716 2884) bumboy (Oxford: vulgar slang) 5544 4601) fuckwit (Oxford: vulgar slang) 6033 4183) RTFM (Oxford: vulgar slang) 8633 5167) peggy (+plural - slang) 11549 9146) arsewipe (Oxford: slang) 12299 9888) arse-licking (vulgar slang) 12300 9889) arse-licker (vulgar slang) [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | makemenu.vim | 503 SynMenu S-Sm.S-Lang:slang
|
| H A D | synmenu.vim | 477 an 50.130.100 &Syntax.S-Sm.S-Lang :cal SetSyn("slang")<CR>
|
| H A D | filetype.vim | 1537 au BufNewFile,BufRead *.sl setf slang
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 457 \ 'slang': ['file.sl'],
|