HomeSort by: relevance | last modified time | path
    Searched defs:lastline (Results 1 - 13 of 13) sorted by relevancy

  /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/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/games/cribbage/
io.c 406 static int lastline = 0; local
411 mvaddch(lastline + Y_MSG_START, SCORE_X, ' ');
424 lastline = Lineno;
  /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/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/usr.bin/sed/
main.c 477 } else if (!lastline()) {
549 lastline(void) function
  /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/external/mit/lua/dist/src/
llex.h 75 int lastline; /* line of last token 'consumed' */ member in struct:LexState
  /src/usr.bin/diff/
diffreg.c 227 static int lastline; variable
254 lastline = 0;
1382 int last = lastline;
1385 lastline = pos;
  /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/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;

Completed in 44 milliseconds