Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1989 static unsigned affitem2flag(int flagtype, char_u *item, char_u *fname, int lnum);
1990 static unsigned get_affitem(int flagtype, char_u **pp);
3180 int flagtype, in affitem2flag() argument
3188 res = get_affitem(flagtype, &p); in affitem2flag()
3191 if (flagtype == AFT_NUM) in affitem2flag()
3213 get_affitem(int flagtype, char_u **pp) in get_affitem() argument
3217 if (flagtype == AFT_NUM) in get_affitem()
3231 if (flagtype == AFT_LONG || (flagtype == AFT_CAPLONG in get_affitem()
3346 flag_in_afflist(int flagtype, char_u *afflist, unsigned flag) in flag_in_afflist() argument
3351 switch (flagtype) in flag_in_afflist()
[all …]