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

/macosx-10.10/vim-55/src/proto/
H A Dspell.pro2 int spell_check __ARGS((win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount));
/macosx-10.10/vim-55/src/
H A Dspell.c1003 * "capcol" is used to check for a Capitalised word after the end of a
1012 spell_check(wp, ptr, attrp, capcol, docount)
1016 int *capcol; /* column to check for Capital */
1060 if (capcol != NULL && *capcol == 0 && wp->w_s->b_cap_prog != NULL)
1068 if (capcol != NULL)
1069 *capcol = -1;
1148 if (capcol != NULL && wp->w_s->b_cap_prog != NULL)
1156 *capcol = (int)(regmatch.endp[0] - ptr);
2185 int capcol local
[all...]

Completed in 185 milliseconds