HomeSort by: relevance | last modified time | path
    Searched refs:lastline (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/contrib/
filter_knr2ansi.pl 16 $lastline = $i;
17 while ($lastline < @blah && $blah[$lastline] !~ /^{/)
19 $lastline++;
21 $lastline--;
25 if ($i != $lastline)
  /src/external/gpl3/gcc.old/dist/contrib/
filter_knr2ansi.pl 16 $lastline = $i;
17 while ($lastline < @blah && $blah[$lastline] !~ /^{/)
19 $lastline++;
21 $lastline--;
25 if ($i != $lastline)
  /src/tests/usr.bin/unifdef/
t_basic.sh 43 atf_test_case lastline
61 atf_add_test_case lastline
  /src/usr.bin/sed/
extern.h 55 int lastline(void);
main.c 478 } else if (!lastline()) {
550 lastline(void) function
process.c 145 if (cp->a2 == NULL || lastaddr || lastline())
289 * (lastline, linenumber, ps).
293 (a)->type == AT_LINE ? linenum == (a)->u.l : lastline())
  /src/external/gpl3/gcc/dist/contrib/header-tools/
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;
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
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;
  /src/games/gomoku/
bdisp.c 48 static int lastline; variable
114 lastline = 0;
244 if (++lastline >= SCRNH - 1) {
246 lastline = 1;
248 mvaddnstr(lastline, TRANSCRIPT_COL, str, SCRNW - TRANSCRIPT_COL - 1);
250 move(lastline + 1, TRANSCRIPT_COL);
  /src/usr.bin/csplit/
csplit.c 451 long lastline, tgtline; local
459 lastline = tgtline;
460 if (lastline <= lineno)
465 while (lineno + 1 != lastline) {
467 errx(1, "%ld: out of range", lastline);
477 lastline += tgtline;
  /src/games/backgammon/common_source/
board.c 62 goto lastline;
154 lastline:
  /src/external/mit/lua/dist/src/
llex.h 75 int lastline; /* line of last token 'consumed' */ member in struct:LexState
llex.c 184 ls->lastline = 1;
601 ls->lastline = ls->linenumber;
  /src/games/boggle/boggle/
mach.c 66 static int lastline; variable
339 if (crow == lastline) {
375 row = LIST_LINE + n % (lastline - LIST_LINE + 1);
376 col = colstarts[n / (lastline - LIST_LINE + 1)];
572 lastline = nlines - 1;
  /src/usr.bin/patch/
patch.c 837 const LINENUM lastline = pch_ptrn_lines(); local
838 LINENUM new = lastline + 1;
850 while (old <= lastline) {
970 copy_till(LINENUM lastline, bool endoffile)
972 if (last_frozen_line > lastline)
974 while (last_frozen_line < lastline) {
975 if (++last_frozen_line == lastline && endoffile)
  /src/games/cribbage/
io.c 406 static int lastline = 0; local
411 mvaddch(lastline + Y_MSG_START, SCORE_X, ' ');
424 lastline = Lineno;
  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 150 db_recno_t lastline, lcnt; local
254 small_fill: (void)gp->scr_move(sp, LASTLINE(sp), 0);
324 bottom: if (db_last(sp, &lastline))
329 lcnt = vs_sm_nlines(sp, &tmp, lastline+1, sp->t_rows);
331 if (vs_sm_fill(sp, lastline, P_BOTTOM))
828 (void)gp->scr_move(sp, LASTLINE(sp), 0);
886 (void)gp->scr_move(sp, LASTLINE(sp), midpoint);
910 (void)gp->scr_move(sp, LASTLINE(sp), endpoint);
  /src/lib/libedit/
refresh.c 1097 wint_t *lastline; local
1123 lastline = el->el_display[0];
1127 el->el_display[i - 1] = lastline;
1130 lastline = el->el_display[++el->el_refresh.r_oldcv];
1132 re__copy_and_pad((wchar_t *)lastline, L"",
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 155 int lastline; member in struct:qm_trace
164 (head)->trace.prevline = (head)->trace.lastline; \
166 (head)->trace.lastline = __LINE__; \
171 (elem)->trace.prevline = (elem)->trace.lastline; \
173 (elem)->trace.lastline = __LINE__; \
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 201 static int lastline; variable
593 *real_line = line - lastline;
676 lastline = 0;
683 lastline++;
684 if (lastline == MAXLINES)
687 if (!fgets (lines[lastline], LINELEN, file))
689 strcpy (&linebuf[len - 2], lines[lastline]);
690 len += strlen (lines[lastline]) - 2;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 201 static int lastline; variable
593 *real_line = line - lastline;
676 lastline = 0;
683 lastline++;
684 if (lastline == MAXLINES)
687 if (!fgets (lines[lastline], LINELEN, file))
689 strcpy (&linebuf[len - 2], lines[lastline]);
690 len += strlen (lines[lastline]) - 2;
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1665 my $lastline = 0;
1669 if (($f eq $filename) && ($l > $lastline)) {
1670 $lastline = $l;
1686 my $oldlastline = $lastline;
1704 if ($l >= $lastline && $indent >= 0) {
1706 $lastline = $l+1;
1715 # Assign all samples to the range $firstline,$lastline,
1729 for (my $l = $firstline; $l <= $lastline; $l++) {
1784 ($line <= $lastline)) {
1801 # Assign any leftover samples to $lastline
    [all...]
  /src/external/bsd/jemalloc/dist/bin/
jeprof 1666 my $lastline = 0;
1670 if (($f eq $filename) && ($l > $lastline)) {
1671 $lastline = $l;
1687 my $oldlastline = $lastline;
1705 if ($l >= $lastline && $indent >= 0) {
1707 $lastline = $l+1;
1716 # Assign all samples to the range $firstline,$lastline,
1730 for (my $l = $firstline; $l <= $lastline; $l++) {
1785 ($line <= $lastline)) {
1802 # Assign any leftover samples to $lastline
    [all...]
jeprof.in 1666 my $lastline = 0;
1670 if (($f eq $filename) && ($l > $lastline)) {
1671 $lastline = $l;
1687 my $oldlastline = $lastline;
1705 if ($l >= $lastline && $indent >= 0) {
1707 $lastline = $l+1;
1716 # Assign all samples to the range $firstline,$lastline,
1730 for (my $l = $firstline; $l <= $lastline; $l++) {
1785 ($line <= $lastline)) {
1802 # Assign any leftover samples to $lastline
    [all...]
  /src/usr.bin/diff/
diffreg.c 227 static int lastline; variable
254 lastline = 0;
1382 int last = lastline;
1385 lastline = pos;

Completed in 108 milliseconds

1 2