Symbol: lastline
games/backgammon/common_source/board.c
154
lastline:
games/backgammon/common_source/board.c
62
goto lastline;
games/boggle/boggle/mach.c
339
if (crow == lastline) {
games/boggle/boggle/mach.c
375
row = LIST_LINE + n % (lastline - LIST_LINE + 1);
games/boggle/boggle/mach.c
376
col = colstarts[n / (lastline - LIST_LINE + 1)];
games/boggle/boggle/mach.c
572
lastline = nlines - 1;
games/boggle/boggle/mach.c
66
static int lastline;
games/cribbage/io.c
406
static int lastline = 0;
games/cribbage/io.c
411
mvaddch(lastline + Y_MSG_START, SCORE_X, ' ');
games/cribbage/io.c
424
lastline = Lineno;
games/gomoku/bdisp.c
114
lastline = 0;
games/gomoku/bdisp.c
244
if (++lastline >= SCRNH - 1) {
games/gomoku/bdisp.c
246
lastline = 1;
games/gomoku/bdisp.c
248
mvaddnstr(lastline, TRANSCRIPT_COL, str, SCRNW - TRANSCRIPT_COL - 1);
games/gomoku/bdisp.c
250
move(lastline + 1, TRANSCRIPT_COL);
games/gomoku/bdisp.c
48
static int lastline;
lib/libedit/refresh.c
1097
wint_t *lastline;
lib/libedit/refresh.c
1123
lastline = el->el_display[0];
lib/libedit/refresh.c
1127
el->el_display[i - 1] = lastline;
lib/libedit/refresh.c
1130
lastline = el->el_display[++el->el_refresh.r_oldcv];
lib/libedit/refresh.c
1132
re__copy_and_pad((wchar_t *)lastline, L"",
usr.bin/csplit/csplit.c
451
long lastline, tgtline;
usr.bin/csplit/csplit.c
459
lastline = tgtline;
usr.bin/csplit/csplit.c
460
if (lastline <= lineno)
usr.bin/csplit/csplit.c
465
while (lineno + 1 != lastline) {
usr.bin/csplit/csplit.c
467
errx(1, "%ld: out of range", lastline);
usr.bin/csplit/csplit.c
477
lastline += tgtline;
usr.bin/diff/diffreg.c
1382
int last = lastline;
usr.bin/diff/diffreg.c
1385
lastline = pos;
usr.bin/diff/diffreg.c
227
static int lastline;
usr.bin/diff/diffreg.c
254
lastline = 0;
usr.bin/patch/patch.c
837
const LINENUM lastline = pch_ptrn_lines();
usr.bin/patch/patch.c
838
LINENUM new = lastline + 1;
usr.bin/patch/patch.c
850
while (old <= lastline) {
usr.bin/patch/patch.c
970
copy_till(LINENUM lastline, bool endoffile)
usr.bin/patch/patch.c
972
if (last_frozen_line > lastline)
usr.bin/patch/patch.c
974
while (last_frozen_line < lastline) {
usr.bin/patch/patch.c
975
if (++last_frozen_line == lastline && endoffile)
usr.bin/sed/extern.h
55
int lastline(void);
usr.bin/sed/main.c
478
} else if (!lastline()) {
usr.bin/sed/process.c
145
if (cp->a2 == NULL || lastaddr || lastline())
usr.bin/sed/process.c
293
(a)->type == AT_LINE ? linenum == (a)->u.l : lastline())