Searched refs:captype (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c881 static int captype __ARGS((char_u *word, char_u *end));
1443 mip->mi_capflags = captype(mip->mi_word, mip->mi_cend);
1546 capflags = captype(p, mip->mi_word + wlen);
4572 captype(word, end) function
4623 * Like captype() but for a KEEPCAP word add ONECAP if the word starts with a
4632 int flags = captype(word, end);
7425 int ct = captype(word, word + len);
10734 if (captype(p, NULL) == 0)
11633 captype(preword + sp->ts_prewordlen, NULL)))
11692 c = captype(prewor
[all...]
/macosx-10.10/efax-38/efax/
H A Defax.c144 enum captype { VR, BR, WD, LN, DF, EC, BF, ST } ; enum

Completed in 166 milliseconds