Searched refs:LINEEMPTY (Results 1 – 5 of 5) sorted by relevance
80 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()
50 #define LINEEMPTY(p) (*ml_get(p) == NUL) macro
1029 if (do_second_indent && !LINEEMPTY(curwin->w_cursor.lnum + 1)) in format_lines()
4060 && !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()
1534 if (!LINEEMPTY(curwin->w_cursor.lnum) in op_insert()1724 if ((l > curwin->w_cursor.col) && !LINEEMPTY(curwin->w_cursor.lnum) in op_change()