Symbol: lastline
games/backgammon/common_source/board.c
146
lastline:
games/backgammon/common_source/board.c
54
goto lastline;
games/boggle/boggle/extern.h
46
extern int lastline;
games/boggle/boggle/mach.c
357
if (crow == lastline) {
games/boggle/boggle/mach.c
392
row = LIST_LINE + n % (lastline - LIST_LINE + 1);
games/boggle/boggle/mach.c
393
col = colstarts[n / (lastline - LIST_LINE + 1)];
games/boggle/boggle/mach.c
60
int ncols, nlines, lastline;
games/boggle/boggle/mach.c
601
lastline = nlines - 1;
games/boggle/boggle/prtable.c
105
if (row + 1 == lastline && a != nrows) {
games/cribbage/io.c
394
static int lastline = 0;
games/cribbage/io.c
399
mvaddch(lastline + Y_MSG_START, SCORE_X, ' ');
games/cribbage/io.c
412
lastline = Lineno;
games/gomoku/bdisp.c
116
lastline = 0;
games/gomoku/bdisp.c
226
if (++lastline >= SCRNH - 1) {
games/gomoku/bdisp.c
228
lastline = 1;
games/gomoku/bdisp.c
230
move(lastline, TRANSCRIPT_COL);
games/gomoku/bdisp.c
233
move(lastline + 1, TRANSCRIPT_COL);
games/gomoku/bdisp.c
46
static int lastline;
sys/netgraph7/netgraph.h
125
int lastline;
sys/netgraph7/netgraph.h
191
hook->lastline = line;
sys/netgraph7/netgraph.h
349
int lastline;
sys/netgraph7/netgraph.h
437
node->lastline = line;
sys/netgraph7/netgraph.h
629
int lastline;
sys/netgraph7/netgraph.h
702
(item)->lastline = line;
sys/netgraph7/netgraph.h
796
(item)->lastline = __LINE__; \
sys/netgraph7/netgraph/ng_base.c
2829
hook->lastfile, hook->lastline);
sys/netgraph7/netgraph/ng_base.c
2843
node->lastfile, node->lastline);
sys/netgraph7/netgraph/ng_base.c
2853
item->lastfile, item->lastline);
sys/sys/queue.h
111
int lastline;
sys/sys/queue.h
121
(head)->trace.prevline = (head)->trace.lastline; \
sys/sys/queue.h
123
(head)->trace.lastline = __LINE__; \
sys/sys/queue.h
128
(elem)->trace.prevline = (elem)->trace.lastline; \
sys/sys/queue.h
130
(elem)->trace.lastline = __LINE__; \
usr.bin/calendar/dates.c
226
(line == desc->lastline) ? "" : "\n");
usr.bin/calendar/io.c
605
if (desc->lastline != NULL) {
usr.bin/calendar/io.c
606
desc->lastline->next = cline;
usr.bin/calendar/io.c
607
desc->lastline = cline;
usr.bin/calendar/io.c
609
desc->firstline = desc->lastline = cline;
usr.bin/calendar/io.h
47
struct cal_line *lastline;
usr.bin/csplit/csplit.c
438
long lastline, tgtline;
usr.bin/csplit/csplit.c
446
lastline = tgtline;
usr.bin/csplit/csplit.c
447
if (lastline <= lineno)
usr.bin/csplit/csplit.c
452
while (lineno + 1 != lastline) {
usr.bin/csplit/csplit.c
454
errx(1, "%ld: out of range", lastline);
usr.bin/csplit/csplit.c
464
lastline += tgtline;
usr.bin/diff/diffreg.c
1251
int last = lastline;
usr.bin/diff/diffreg.c
1254
lastline = pos;
usr.bin/diff/diffreg.c
229
static int lastline;
usr.bin/diff/diffreg.c
300
lastline = 0;
usr.bin/patch/patch.c
1023
copy_till(LINENUM lastline, bool endoffile)
usr.bin/patch/patch.c
1025
if (last_frozen_line > lastline)
usr.bin/patch/patch.c
1027
while (last_frozen_line < lastline) {
usr.bin/patch/patch.c
1028
if (++last_frozen_line == lastline && endoffile)
usr.bin/patch/patch.c
890
const LINENUM lastline = pch_ptrn_lines();
usr.bin/patch/patch.c
891
LINENUM new = lastline + 1;
usr.bin/patch/patch.c
903
while (old <= lastline) {
usr.bin/sed/extern.h
57
int lastline(void);
usr.bin/sed/main.c
460
} else if (!lastline()) {
usr.bin/sed/process.c
138
if (cp->a2 == NULL || lastaddr || lastline())
usr.bin/sed/process.c
291
(a)->type == AT_LINE ? linenum == (a)->u.l : lastline())