Searched refs:CUT_LINE_TO_EOL (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/vi/common/ |
H A D | cut.c | 137 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 D | cut.h | 81 #define CUT_LINE_TO_EOL ((size_t) -1) /* Cut to the end of line. */ macro
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_move.c | 53 if (cut_line(sp, cnt, 0, CUT_LINE_TO_EOL, &cb)) { in ex_copy()
|