Searched refs:cut_line (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | cut.c | 136 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp)) in cut() 143 if (cut_line(sp, fm->lno, fm->cno, fm->lno != tm->lno ? in cut() 149 if (cut_line(sp, lno, 0, ENTIRE_LINE, cbp)) in cut() 154 cut_line(sp, lno, 0, tm->cno + 1, cbp)) in cut() 220 cut_line(SCR *sp, recno_t lno, size_t fcno, size_t clen, CB *cbp) in cut_line() function
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | memory.c | 525 uintptr_t cut_line) in split_range() argument 532 new_node->start = cut_line; in split_range() 535 node->end = cut_line - 1; in split_range()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_move.c | 51 if (cut_line(sp, cnt, 0, ENTIRE_LINE, &cb)) { in ex_copy()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 319 int cut_line(SCR *, recno_t, size_t, size_t, CB *);
|