Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c3208 char_u *pf; in spell_soundfold_sal() local
3282 while (*pf != NUL && *pf != word[i + k]) in spell_soundfold_sal()
3283 ++pf; in spell_soundfold_sal()
3353 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_sal()
3354 ++pf; in spell_soundfold_sal()
3355 if (*pf == NUL) in spell_soundfold_sal()
3488 int *pf; in spell_soundfold_wsal() local
3575 while (*pf != NUL && *pf != word[i + k]) in spell_soundfold_wsal()
3576 ++pf; in spell_soundfold_wsal()
3649 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_wsal()
[all …]
H A Dspellfile.c6439 char_u *pf = fol, *pl = low, *pu = upp; in set_spell_chartab() local
6444 while (*pf != NUL) in set_spell_chartab()
6451 f = mb_ptr2char_adv(&pf); in set_spell_chartab()
/vim-8.2.3635/runtime/syntax/
H A Dpf.vim1 " pf syntax file
2 " Language: OpenBSD packet filter configuration (pf.conf)
11 let b:current_syntax = "pf"
H A Dipfilter.vim8 " This will also work for OpenBSD pf but there might be some tags that are
H A Dmodula2.vim3 " Maintainer: pf@artcom0.north.de (Peter Funk)
H A Dredif.vim720 …y\|cz\|dk\|dj\|dm\|do\|ec\|eg\|sv\|gq\|er\|ee\|et\|fk\|fo\|fj\|fi\|fr\|gf\|pf\|tf\|ga\|gm\|ge\|de\…
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim371 \ 'pf': ['pf.conf'],
/vim-8.2.3635/runtime/
H A Dmakemenu.vim425 SynMenu PQ.Packet\ filter\ conf:pf
H A Dfiletype.vim1213 au BufNewFile,BufRead pf.conf setf pf
H A Dsynmenu.vim401 an 50.90.100 &Syntax.PQ.Packet\ filter\ conf :cal SetSyn("pf")<CR>