Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro40 int getwhitecols(char_u *p);
/vim-8.2.3635/src/
H A Dcharset.c1481 return getwhitecols(ml_get_curline()); in getwhitecols_curline()
1485 getwhitecols(char_u *p) in getwhitecols() function
H A Dspell.c1329 capcol = getwhitecols(line); in spell_move_to()
1333 col = getwhitecols(line); in spell_move_to()
2818 if (getwhitecols(line) >= (int)col) in check_need_cap()
H A Dinsexpand.c3758 compl_col = (colnr_T)getwhitecols(line); in ins_complete()
3913 compl_col = (colnr_T)getwhitecols(line); in ins_complete()
H A Dops.c1738 pre_indent = (long)getwhitecols(firstline); in op_change()
1761 long new_indent = (long)getwhitecols(firstline); in op_change()
H A Ddrawline.c704 cap_col = getwhitecols(line); in win_line()