Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1995 static int str_equal(char_u *s1, char_u *s2);
2830 if (str_equal(p, aff_entry->ae_cond)) in spell_read_aff()
3410 str_equal(char_u *s1, char_u *s2) in str_equal() function