Home
last modified time | relevance | path

Searched refs:score (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dspellsuggest.c273 int score, in score_wordcount_adj() argument
300 return score; in score_wordcount_adj()
894 int score; in spell_suggest_expr() local
909 if (score >= 0 && score <= su->su_maxscore) in spell_suggest_expr()
1258 int score; in suggest_trie_walk() local
2833 int score; in score_comp_sal() local
3481 int score, in add_suggestion() argument
4157 score = 0; in spell_edit_score_limit()
4285 score = stack[stackidx].score; in spell_edit_score_limit()
4341 score = 0; in spell_edit_score_limit_w()
[all …]
H A Dsearch.c4262 int score; member
4301 int score; in fuzzy_match_compute_score() local
4309 score = 100; in fuzzy_match_compute_score()
4315 score += penalty; in fuzzy_match_compute_score()
4361 score += CAMEL_BONUS; in fuzzy_match_compute_score()
4375 return score; in fuzzy_match_compute_score()
4527 int score = 0; in fuzzy_match() local
4563 score = 0; in fuzzy_match()
4575 *outScore += score; in fuzzy_match()
4643 int score; in fuzzy_match_in_list() local
[all …]
H A Dquickfix.c5989 int score; in vgr_match_buflines() local
5994 while (fuzzy_match(str + col, spat, FALSE, &score, matches, sz) > 0) in vgr_match_buflines()
/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c912 struct split_score score = {0, 0}; in xdl_change_compact() local
915 score_add_split(&m, &score); in xdl_change_compact()
917 score_add_split(&m, &score); in xdl_change_compact()
919 score_cmp(&score, &best_score) <= 0) { in xdl_change_compact()
920 best_score.effective_indent = score.effective_indent; in xdl_change_compact()
921 best_score.penalty = score.penalty; in xdl_change_compact()
/vim-8.2.3635/runtime/syntax/
H A Dslrnsc.vim2 " Language: Slrn score file (based on slrn 0.9.8.0)
H A Dquake.vim71 syn keyword quake12Command pingservers playerlist players score
H A Dsas.vim143 …idge rmsstd roc roccontrast rules samplesize samplingunit seed size scale score selection show sim…
147 …r|princomp|prinqual|probit|quantlife|quantreg|quantselect|robustreg|rsreg|score|seqdesign|seqtest|…
H A Dinform.vim218 syn keyword informKeyword additive score time string table
H A Dneomuttrc.vim450 \ 'score', 'show_new_news', 'show_only_unread', 'sidebar_folder_indent',
611 \ ignore lua lua-source mailboxes mailto_allow mime_lookup my_hdr push score
H A Dmuttrc.vim133 \ save_empty save_name score sidebar_folder_indent sidebar_new_mail_only
429 \ mailto_allow mime_lookup my_hdr pgp-hook push score sidebar_whitelist source
H A Dcsdl.vim210 syn match csdlTarget 'klout\.score'
/vim-8.2.3635/src/testdir/
H A Dtest_matchfuzzy.vim25 " matches with same score should not be reordered
80 " matches with same score should not be reordered
H A Dtest_spell.vim375 " and makes the score of each suggestion the length of the suggested word.
399 " With verbose, z= should show the score i.e. word length with
H A Dtest_filetype.vim463 \ 'slrnsc': ['file.score'],
/vim-8.2.3635/runtime/spell/en/
H A Den_GB.diff139 + # the score.
H A Den_CA.diff162 ! # the score.
H A Den_US.diff160 ! # the score.
H A Den_NZ.diff144 ! # the score.
H A Den_AU.diff144 ! # the score.
/vim-8.2.3635/runtime/doc/
H A Dspell.txt192 If 'verbose' is non-zero a score will be displayed
194 badly spelled word (the higher the score the more
1572 'verbose' option to see the score in the output of the |z=| command.
H A Dpattern.txt1468 Fuzzy matching assigns a score for each matched string based on the following
1477 The matching string with the highest score is returned first.
H A Doptions.txt7306 Lists, each with a suggestion and a score.
7310 internal methods use. A lower score is better.
/vim-8.2.3635/runtime/
H A Dmakemenu.vim544 SynMenu S-Sm.SLRN.Slrn\ score:slrnsc
H A Dsynmenu.vim518 an 50.130.510 &Syntax.S-Sm.SLRN.Slrn\ score :cal SetSyn("slrnsc")<CR>
H A Dfiletype.vim1675 au BufNewFile,BufRead *.score setf slrnsc

12