Home
last modified time | relevance | path

Searched refs:cut_line (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dcut.c136 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 Dmemory.c525 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 Dex_move.c51 if (cut_line(sp, cnt, 0, ENTIRE_LINE, &cb)) { in ex_copy()
/freebsd/usr.bin/vi/
H A Dextern.h319 int cut_line(SCR *, recno_t, size_t, size_t, CB *);