Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextobject.c1518 start_is_white = linewhite(start_lnum); in current_par()
1529 if (start_is_white != linewhite(start_lnum + dir) in current_par()
1552 white_in_front = linewhite(start_lnum); in current_par()
1557 if (!linewhite(start_lnum - 1)) in current_par()
1562 if (linewhite(start_lnum - 1) || startPS(start_lnum, 0, 0)) in current_par()
1572 while (end_lnum <= curbuf->b_ml.ml_line_count && linewhite(end_lnum)) in current_par()
1585 do_white = linewhite(end_lnum + 1); in current_par()
1594 && !linewhite(end_lnum + 1) in current_par()
1607 && linewhite(end_lnum + 1)) in current_par()
1615 if (!white_in_front && !linewhite(end_lnum) && include) in current_par()
[all …]
H A Dindent.c1928 if (linewhite(curwin->w_cursor.lnum)) in get_lisp_indent()
2093 if (linewhite(curwin->w_cursor.lnum)) in fixthisline()
H A Dchange.c2262 : KEY_OPEN_BACK, ' ', linewhite(curwin->w_cursor.lnum))) in open_line()
H A Dcindent.c2282 if (linewhite(lnum)) // skip blank lines in get_c_indent()
H A Dfold.c3745 if (!linewhite(lnum)) in f_foldtext()
H A Dsearch.c3107 linewhite(linenr_T lnum) in linewhite() function
/vim-8.2.3635/src/proto/
H A Dsearch.pro34 int linewhite(linenr_T lnum);