/netbsd/external/gpl3/gcc.old/dist/contrib/ |
H A D | filter_knr2ansi.pl | 16 $lastline = $i; 17 while ($lastline < @blah && $blah[$lastline] !~ /^{/) 19 $lastline++; 21 $lastline--; 25 if ($i != $lastline)
|
/netbsd/external/gpl3/gcc/dist/contrib/ |
H A D | filter_knr2ansi.pl | 16 $lastline = $i; 17 while ($lastline < @blah && $blah[$lastline] !~ /^{/) 19 $lastline++; 21 $lastline--; 25 if ($i != $lastline)
|
/netbsd/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | graph-header-logs | 99 lastline = "note" 101 if line[0] != "note" and lastline[0] == "error": 102 fname = lastline[2] 103 msg = lastline[1] 104 incfrom = lastline[3] 130 lastline = line;
|
/netbsd/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | graph-header-logs | 99 lastline = "note" 101 if line[0] != "note" and lastline[0] == "error": 102 fname = lastline[2] 103 msg = lastline[1] 104 incfrom = lastline[3] 130 lastline = line;
|
/netbsd/games/gomoku/ |
H A D | bdisp.c | 48 static int lastline; variable 114 lastline = 0; in bdisp_init() 244 if (++lastline >= SCRNH - 1) { in dislog() 246 lastline = 1; in dislog() 248 mvaddnstr(lastline, TRANSCRIPT_COL, str, SCRNW - TRANSCRIPT_COL - 1); in dislog() 250 move(lastline + 1, TRANSCRIPT_COL); in dislog()
|
/netbsd/usr.bin/csplit/ |
H A D | csplit.c | 451 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()
|
/netbsd/tests/usr.bin/unifdef/ |
H A D | t_basic.sh | 43 atf_test_case lastline 61 atf_add_test_case lastline
|
/netbsd/games/boggle/boggle/ |
H A D | mach.c | 66 static int lastline; variable 339 if (crow == lastline) { in addword() 375 row = LIST_LINE + n % (lastline - LIST_LINE + 1); in showword() 376 col = colstarts[n / (lastline - LIST_LINE + 1)]; in showword() 572 lastline = nlines - 1; in tty_setup()
|
/netbsd/usr.bin/patch/ |
H A D | patch.c | 837 const LINENUM lastline = pch_ptrn_lines(); in apply_hunk() local 838 LINENUM new = lastline + 1; in apply_hunk() 850 while (old <= lastline) { in apply_hunk() 970 copy_till(LINENUM lastline, bool endoffile) in copy_till() argument 972 if (last_frozen_line > lastline) in copy_till() 974 while (last_frozen_line < lastline) { in copy_till() 975 if (++last_frozen_line == lastline && endoffile) in copy_till()
|
/netbsd/games/backgammon/common_source/ |
H A D | board.c | 62 goto lastline; in wrboard() 154 lastline: in wrboard()
|
/netbsd/games/cribbage/ |
H A D | io.c | 406 static int lastline = 0; in endmsg() local 411 mvaddch(lastline + Y_MSG_START, SCORE_X, ' '); in endmsg() 424 lastline = Lineno; in endmsg()
|
/netbsd/external/bsd/nvi/dist/vi/ |
H A D | vs_refresh.c | 150 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()
|
/netbsd/external/bsd/jemalloc/dist/bin/ |
H A D | jeprof.in | 1650 my $lastline = 0; 1655 $lastline = $l; 1671 my $oldlastline = $lastline; 1689 if ($l >= $lastline && $indent >= 0) { 1691 $lastline = $l+1; 1769 ($line <= $lastline)) { 1787 AddEntry($samples1, $lastline, $running1); 1788 AddEntry($samples2, $lastline, $running2); 1790 if ($lastline != $last_touched_line && $disasm{$lastline} ne '') { 1791 $disasm{$lastline} .= "\n"; [all …]
|
/netbsd/usr.bin/sed/ |
H A D | extern.h | 55 int lastline(void);
|
H A D | main.c | 477 } else if (!lastline()) { in mf_fgets() 549 lastline(void) in lastline() function
|
H A D | process.c | 144 if (cp->a2 == NULL || lastaddr || lastline()) in process() 292 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
|
/netbsd/lib/libedit/ |
H A D | refresh.c | 1097 wint_t *lastline; in re_fastputc() local 1123 lastline = el->el_display[0]; in re_fastputc() 1127 el->el_display[i - 1] = lastline; in re_fastputc() 1130 lastline = el->el_display[++el->el_refresh.r_oldcv]; in re_fastputc() 1132 re__copy_and_pad((wchar_t *)lastline, L"", in re_fastputc()
|
/netbsd/external/mit/lua/dist/src/ |
H A D | llex.h | 75 int lastline; /* line of last token 'consumed' */ member
|
H A D | llex.c | 184 ls->lastline = 1; in luaX_setinput() 601 ls->lastline = ls->linenumber; in luaX_next()
|
H A D | lcode.c | 394 savelineinfo(fs, f, fs->ls->lastline); in luaK_code()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-gen-builtins.cc | 201 static int lastline; variable 593 *real_line = line - lastline; in real_line_pos() 676 lastline = 0; in advance_line() 683 lastline++; in advance_line() 684 if (lastline == MAXLINES) in advance_line() 687 if (!fgets (lines[lastline], LINELEN, file)) in advance_line() 689 strcpy (&linebuf[len - 2], lines[lastline]); in advance_line() 690 len += strlen (lines[lastline]) - 2; in advance_line()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 5868 (lastline): Likewise.
|