Lines Matching refs:capcol
162 int *capcol, // column to check for Capital in spell_check() argument
227 if (capcol != NULL && *capcol == 0 && wp->w_s->b_cap_prog != NULL) in spell_check()
235 if (capcol != NULL) in spell_check()
236 *capcol = -1; in spell_check()
319 if (capcol != NULL && wp->w_s->b_cap_prog != NULL) in spell_check()
330 *capcol = (int)(regmatch.endp[0] - ptr); in spell_check()
1288 int capcol = -1; in spell_move_to() local
1325 capcol = 0; in spell_move_to()
1328 if (capcol == 0) in spell_move_to()
1329 capcol = getwhitecols(line); in spell_move_to()
1335 capcol = col; in spell_move_to()
1363 len = spell_check(wp, p, &attr, &capcol, FALSE); in spell_move_to()
1422 capcol -= len; in spell_move_to()
1457 capcol = -1; in spell_move_to()
1488 --capcol; in spell_move_to()
1492 capcol = 0; in spell_move_to()