Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
DParseXS.pm243 unless $self->{lastline};
261 $self->{lastline} = $_;
1616 LastLine => $self->{lastline},
1683 $self->{lastline} = $_;
1763 $self->{lastline} = $_;
1787 $self->{lastline} = $data->{LastLine};
1829 $self->{lastline} = "";
1836 while ($self->{lastline} =~ /^=/) {
1837 while ($self->{lastline} = readline($self->{FH})) {
1838 last if ($self->{lastline} =~ /^=cut\s*$/);
[all …]
/openbsd/src/games/gomoku/
Dbdisp.c43 static int lastline; variable
110 lastline = 0; in bdisp_init()
219 if (++lastline >= SCRNH - 1) { in dislog()
221 lastline = 1; in dislog()
225 move(lastline, (2 * BSZ4)); in dislog()
228 move(lastline + 1, (2 * BSZ4)); in dislog()
/openbsd/src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/
DSimple.pm192 my ($status, $lastline);
199 $lastline = $_;
210 if (defined $lastline) {
214 elsif ($lastline =~ $def_terminator) {
215 $_ .= $lastline;
/openbsd/src/usr.bin/csplit/
Dcsplit.c439 long lastline, tgtline; in do_lineno() local
447 lastline = tgtline; in do_lineno()
448 if (lastline <= lineno) in do_lineno()
453 while (lineno + 1 != lastline) { in do_lineno()
455 errx(1, "%ld: out of range", lastline); in do_lineno()
465 lastline += tgtline; in do_lineno()
/openbsd/src/games/boggle/boggle/
Dmach.c58 int ncols, nlines, lastline; variable
363 if (crow == lastline) { in addword()
399 row = LIST_LINE + n % (lastline - LIST_LINE + 1); in showword()
400 col = colstarts[n / (lastline - LIST_LINE + 1)]; in showword()
613 lastline = nlines - 1; in tty_setup()
Dprtable.c46 extern int lastline, LIST_LINE, LIST_COL;
107 if (row + 1 == lastline && a != nrows) { in prtable()
/openbsd/src/usr.bin/patch/
Dpatch.c888 const LINENUM lastline = pch_ptrn_lines(); in apply_hunk() local
889 LINENUM new = lastline + 1; in apply_hunk()
901 while (old <= lastline) { in apply_hunk()
1021 copy_till(LINENUM lastline, bool endoffile) in copy_till() argument
1023 if (last_frozen_line > lastline) in copy_till()
1025 while (last_frozen_line < lastline) { in copy_till()
1026 if (++last_frozen_line == lastline && endoffile) in copy_till()
/openbsd/src/usr.bin/sed/
Dextern.h55 int lastline(void);
Dmain.c442 } else if (!lastline()) { in mf_getline()
513 lastline(void) in lastline() function
Dprocess.c125 if (cp->a2 == NULL || lastaddr || lastline()) in process()
269 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline()
/openbsd/src/games/cribbage/
Dio.c390 static int lastline = 0; in endmsg() local
395 mvaddch(lastline + Y_MSG_START, SCORE_X, ' '); in endmsg()
408 lastline = Lineno; in endmsg()
/openbsd/src/usr.bin/vi/vi/
Dvs_refresh.c163 recno_t lastline, lcnt; in vs_paint() local
344 bottom: if (db_last(sp, &lastline)) in vs_paint()
349 lcnt = vs_sm_nlines(sp, &tmp, lastline, sp->t_rows); in vs_paint()
351 if (vs_sm_fill(sp, lastline, P_BOTTOM)) in vs_paint()
/openbsd/src/lib/libedit/
Drefresh.c1053 wchar_t *lastline; in re_fastputc() local
1078 lastline = el->el_display[0]; in re_fastputc()
1081 el->el_display[i - 1] = lastline; in re_fastputc()
1084 lastline = el->el_display[++el->el_refresh.r_oldcv]; in re_fastputc()
1086 re__copy_and_pad(lastline, L"", el->el_terminal.t_size.h); in re_fastputc()
/openbsd/src/lib/libcurses/tty/
Dtty_update.c917 NCURSES_CH_T *lastline = in TINFO_DOUPDATE() local
926 && ISBLANK(lastline[n]) in TINFO_DOUPDATE()
927 && SAFE(SP_PARM, AttrOf(lastline[n]))) { in TINFO_DOUPDATE()
928 RemAttr(lastline[n--], turnon); in TINFO_DOUPDATE()
934 || !ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
935 || !SAFE(SP_PARM, AttrOf(lastline[n + k]))) { in TINFO_DOUPDATE()
940 (ISBLANK(lastline[n + k]) in TINFO_DOUPDATE()
943 (SAFE(SP_PARM, AttrOf(lastline[n + k])) in TINFO_DOUPDATE()
/openbsd/src/usr.bin/rcs/
Ddiff.c236 static int lastline; variable
308 lastline = 0; in diffreg()
1157 int last = lastline; in match_function()
1160 lastline = pos; in match_function()
/openbsd/src/usr.bin/diff/
Ddiffreg.c230 static int lastline; variable
301 lastline = 0; in diffreg()
1259 int last = lastline; in match_function()
1262 lastline = pos; in match_function()
/openbsd/src/usr.bin/cvs/
Ddiff_internals.c239 static int lastline; variable
314 lastline = 0; in diffreg()
1230 int last = lastline; in match_function()
1233 lastline = pos; in match_function()