Home
last modified time | relevance | path

Searched refs:pbc (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
4080 pbc = wbadword[i - 2]; in spell_edit_score()
4085 pbc = badword[i - 2]; in spell_edit_score()
4088 if (bc == pgc && pbc == gc) in spell_edit_score()