Home
last modified time | relevance | path

Searched refs:CUT_LINE_TO_EOL (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dcut.c137 if (cut_line(sp, lno, 0, CUT_LINE_TO_EOL, cbp)) in cut()
145 CUT_LINE_TO_EOL : (tm->cno - fm->cno) + 1, cbp)) in cut()
150 if (cut_line(sp, lno, 0, CUT_LINE_TO_EOL, cbp)) in cut()
254 if (clen == CUT_LINE_TO_EOL) in cut_line()
H A Dcut.h81 #define CUT_LINE_TO_EOL ((size_t) -1) /* Cut to the end of line. */ macro
/openbsd/usr.bin/vi/ex/
H A Dex_move.c53 if (cut_line(sp, cnt, 0, CUT_LINE_TO_EOL, &cb)) { in ex_copy()