Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c4011 int pbc, pgc; in spell_edit_score() local
4081 pgc = wgoodword[j - 2]; in spell_edit_score()
4086 pgc = goodword[j - 2]; in spell_edit_score()
4088 if (bc == pgc && pbc == gc) in spell_edit_score()