Home
last modified time | relevance | path

Searched refs:LINEEMPTY (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c80 if (decl(&tpos) == -1 || (LINEEMPTY(tpos.lnum) && dir == FORWARD)) in findsent()
458 && LINEEMPTY(curwin->w_cursor.lnum)) in bck_word()
537 && LINEEMPTY(curwin->w_cursor.lnum)) in end_word()
595 if (curwin->w_cursor.col == 0 && LINEEMPTY(curwin->w_cursor.lnum)) in bckend_word()
H A Dmacros.h50 #define LINEEMPTY(p) (*ml_get(p) == NUL) macro
H A Dtextformat.c1029 if (do_second_indent && !LINEEMPTY(curwin->w_cursor.lnum + 1)) in format_lines()
H A Dnormal.c4060 && !LINEEMPTY(curwin->w_cursor.lnum)) in nv_right()
4080 if (!LINEEMPTY(curwin->w_cursor.lnum)) in nv_right()
4153 && !LINEEMPTY(curwin->w_cursor.lnum)) in nv_left()
5296 if (LINEEMPTY(curwin->w_cursor.lnum) && vim_strchr(p_ww, '~') == NULL) in n_swapchar()
H A Dops.c1534 if (!LINEEMPTY(curwin->w_cursor.lnum) in op_insert()
1724 if ((l > curwin->w_cursor.col) && !LINEEMPTY(curwin->w_cursor.lnum) in op_change()