Searched refs:ENTIRE_LINE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/nvi/common/
H A Dcut.c136 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp))
140 * Get the first line. A length of ENTIRE_LINE causes
144 ENTIRE_LINE : (tm->cno - fm->cno) + 1, cbp))
149 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp))
239 if (clen == ENTIRE_LINE)
H A Dcut.h35 #define ENTIRE_LINE ((size_t)-1) /* cno: end of the line. */ macro
H A Ddelete.c63 eof = tm->cno != ENTIRE_LINE && tm->cno >= len ? 1 : 0;
/freebsd-current/contrib/nvi/ex/
H A Dex_move.c51 if (cut_line(sp, cnt, 0, ENTIRE_LINE, &cb)) {

Completed in 182 milliseconds