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

  /src/games/gomoku/
bdisp.c 48 static int lastline; variable in typeref:typename:int
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 in typeref:typename:int
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 in function:endmsg
411 mvaddch(lastline + Y_MSG_START, SCORE_X, ' ');
424 lastline = Lineno;
  /src/usr.bin/csplit/
csplit.c 451 long lastline, tgtline; local in function:do_lineno
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 in typeref:typename:int
  /src/lib/libedit/
refresh.c 1097 wint_t *lastline; local in function:re_fastputc
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/patch/
patch.c 837 const LINENUM lastline = pch_ptrn_lines(); local in function:apply_hunk
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)

Completed in 16 milliseconds