Home
last modified time | relevance | path

Searched refs:lastline (Results 1 – 18 of 18) sorted by relevance

/minix/tests/usr.bin/unifdef/
H A Dt_basic.sh43 atf_test_case lastline
61 atf_add_test_case lastline
/minix/usr.bin/csplit/
H A Dcsplit.c451 long lastline, tgtline; in do_lineno() local
459 lastline = tgtline; in do_lineno()
460 if (lastline <= lineno) in do_lineno()
465 while (lineno + 1 != lastline) { in do_lineno()
467 errx(1, "%ld: out of range", lastline); in do_lineno()
477 lastline += tgtline; in do_lineno()
/minix/usr.bin/patch/
H A Dpatch.c816 const LINENUM lastline = pch_ptrn_lines(); in apply_hunk() local
817 LINENUM new = lastline + 1; in apply_hunk()
829 while (old <= lastline) { in apply_hunk()
949 copy_till(LINENUM lastline, bool endoffile) in copy_till() argument
951 if (last_frozen_line > lastline) in copy_till()
953 while (last_frozen_line < lastline) { in copy_till()
954 if (++last_frozen_line == lastline && endoffile) in copy_till()
/minix/usr.bin/sed/
H A Dextern.h55 int lastline(void);
H A Dprocess.c139 if (cp->a2 == NULL || lastaddr || lastline()) in process()
282 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
H A Dmain.c507 lastline(void) in lastline() function
/minix/external/bsd/mdocml/dist/
H A Dtree.c168 if (n->lastline != n->line) in print_mdoc()
169 printf("-%d", n->lastline); in print_mdoc()
H A Dmdoc.h354 int lastline; /* the node ends on this line */ member
H A Dmdoc_macro.c564 n->lastline = line - in rew_sub()
575 n->lastline = line - in rew_sub()
H A Dmdoc.c437 p->lastline = line; in node_alloc()
H A Dmdoc_term.c313 if (n->prev ? (n->prev->lastline != n->line) : in print_mdoc_node()
H A Dmdoc_html.c463 if (n->prev ? (n->prev->lastline != n->line) : in print_mdoc_node()
/minix/external/mit/lua/dist/src/
H A Dllex.h67 int lastline; /* line of last token 'consumed' */ member
H A Dllex.c180 ls->lastline = 1; in luaX_setinput()
619 ls->lastline = ls->linenumber; in luaX_next()
H A Dlcode.c245 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code()
/minix/external/bsd/nvi/dist/vi/
H A Dvs_refresh.c150 db_recno_t lastline, lcnt; in vs_paint() local
324 bottom: if (db_last(sp, &lastline)) in vs_paint()
329 lcnt = vs_sm_nlines(sp, &tmp, lastline+1, sp->t_rows); in vs_paint()
331 if (vs_sm_fill(sp, lastline, P_BOTTOM)) in vs_paint()
/minix/minix/usr.bin/diff/
H A Ddiffreg.c227 static int lastline; variable
299 lastline = 0; in diffreg()
1312 int last = lastline; in match_function()
1315 lastline = pos; in match_function()
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt4568 lastline=$2; \
4574 else if (length(lastline) < 72) { \
4576 print (lastline,$1); \
4578 lastline=$1; \