Searched refs:ENTIRE_LINE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/nvi/common/ |
| H A D | cut.c | 140 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp)) in cut() 148 ENTIRE_LINE : (tm->cno - fm->cno) + 1, cbp)) in cut() 153 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp)) in cut() 244 if (clen == ENTIRE_LINE) in cut_line()
|
| H A D | cut.h | 35 #define ENTIRE_LINE ((size_t)-1) /* cno: end of the line. */ macro
|
| H A D | delete.c | 63 eof = tm->cno != ENTIRE_LINE && tm->cno >= len ? 1 : 0; in del()
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_move.c | 51 if (cut_line(sp, cnt, 0, ENTIRE_LINE, &cb)) { in ex_copy()
|