Searched refs:yank_copy_line (Results 1 – 1 of 1) sorted by relevance
35 static int yank_copy_line(struct block_def *bd, long y_idx, int exclude_trailing_space);1221 if (yank_copy_line(&bd, y_idx, oap->excl_tr_ws) == FAIL) in op_yank()1295 if (yank_copy_line(&bd, y_idx, FALSE) == FAIL) in op_yank()1461 yank_copy_line(struct block_def *bd, long y_idx, int exclude_trailing_space) in yank_copy_line() function