Symbol: more
games/hack/extern.h
421
void more(void);
games/hack/hack.end.c
193
more();
games/hack/hack.mkshop.c
177
more();
games/hack/hack.mon.c
182
more();
games/hack/hack.pager.c
209
more();
games/hack/hack.pager.c
305
more(); /* ab@unido */
games/hack/hack.potion.c
150
more();
games/hack/hack.potion.c
170
more();
games/hack/hack.pri.c
116
more(); /* contains a fflush() */
games/hack/hack.pri.c
791
more();
games/hack/hack.read.c
359
more();
games/hack/hack.read.c
392
more();
games/hack/hack.topl.c
106
more();
games/hack/hack.topl.c
238
more();
games/hack/hack.unix.c
426
more();
games/hack/hack.unix.c
500
more();
games/larn/display.c
568
more();
games/larn/display.c
605
more();
games/larn/display.c
623
more();
games/larn/header.h
407
void more(void);
games/larn/main.c
322
more();
games/larn/main.c
398
more();
games/larn/main.c
456
more();
games/larn/main.c
488
more();
games/larn/main.c
518
more();
games/larn/main.c
548
more();
games/larn/main.c
600
more();
games/phantasia/fight.c
1139
more(whichtreasure);
games/phantasia/fight.c
1149
more(whichtreasure);
games/phantasia/fight.c
1158
more(whichtreasure);
games/phantasia/fight.c
128
more(Lines);
games/phantasia/fight.c
135
more(Lines);
games/phantasia/fight.c
151
more(Lines);
games/phantasia/fight.c
159
more(Lines);
games/phantasia/fight.c
165
more(Lines + 1);
games/phantasia/fight.c
402
more(Lines);
games/phantasia/gamesupport.c
176
more(LINES - 1);
games/phantasia/interplayer.c
246
more(Lines);
games/phantasia/interplayer.c
291
more(Lines); /* pause */
games/phantasia/interplayer.c
500
more(7);
games/phantasia/interplayer.c
506
more(7);
games/phantasia/interplayer.c
666
more(LINES - 1);
games/phantasia/main.c
816
more(13);
games/phantasia/misc.c
411
more(23);
games/phantasia/misc.c
729
more(3);
games/phantasia/misc.c
735
more(3);
games/phantasia/phantglobs.h
95
void more(int);
games/rogue/inventory.c
309
mvaddstr(rows - 1, 0, need_two_screens ? more : press_space);
games/rogue/message.c
58
const char *more = "-more-";
games/rogue/message.c
78
mvaddstr(MIN_ROW-1, msg_col, more);
games/rogue/rogue.h
715
extern const char *more;
lib/libc/gen/fts.c
1042
fts_palloc(FTS *sp, size_t more)
lib/libc/gen/fts.c
1045
sp->fts_pathlen += more + 256;
lib/libc/gen/getpwent.c
1609
more:
lib/libc/gen/getpwent.c
1634
goto more;
lib/libc/yp/xdryp.c
75
if (out.more == 0) {
sbin/hammer2/zlib/hammer2_zlib_deflate.c
802
unsigned more; /* Amount of free space at the end of the window. */
sbin/hammer2/zlib/hammer2_zlib_deflate.c
808
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
812
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
sbin/hammer2/zlib/hammer2_zlib_deflate.c
813
more = wsize;
sbin/hammer2/zlib/hammer2_zlib_deflate.c
815
} else if (more == (unsigned)(-1)) {
sbin/hammer2/zlib/hammer2_zlib_deflate.c
819
more--;
sbin/hammer2/zlib/hammer2_zlib_deflate.c
857
more += wsize;
sbin/hammer2/zlib/hammer2_zlib_deflate.c
872
Assert(more >= 2, "more < 2");
sbin/hammer2/zlib/hammer2_zlib_deflate.c
874
n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
sbin/hammer2/zlib/hammer2_zlib_deflate.c
883
Call UPDATE_HASH() MIN_MATCH-3 more times
stand/boot/common/commands.c
413
COMMAND_SET(more, "more", "show contents of a file", command_more);
sys/ddb/db_command.c
339
if ((cmd_table = cmd->more) != NULL) {
sys/ddb/ddb.h
159
struct command *more; /* another level of command */
sys/ddb/ddb.h
61
#define DB_SET(cmd_name, func_name, set, flag, more) \
sys/ddb/ddb.h
68
more \
sys/dev/disk/isp/isp_freebsd.c
3103
int i, more = 0, last;
sys/dev/disk/isp/isp_freebsd.c
3136
more = TAILQ_FIRST(&softc->work_queue) || TAILQ_FIRST(&softc->rework_queue);
sys/dev/disk/isp/isp_freebsd.c
3146
more = TAILQ_FIRST(&softc->work_queue) != NULL;
sys/dev/disk/isp/isp_freebsd.c
3205
if (more) {
sys/dev/disk/isp/isp_freebsd.c
3244
if (more) {
sys/dev/disk/isp/isp_freebsd.c
3399
if (more) {
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
181
bool more)
sys/dev/drm/amd/display/dc/dce/dce_i2c_sw.c
217
write_bit_to_ddc(ddc_handle, SDA, !more);
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
246
bool more)
sys/dev/drm/amd/display/dc/i2caux/i2c_sw_engine.c
280
write_bit_to_ddc(ddc_handle, SDA, !more);
sys/dev/raid/dpt/dpt.h
390
more :1, /* More DATA coming soon Poll BSY & DRQ (PIO) */
sys/dev/virtual/virtio/net/if_vtnet.c
1801
int more;
sys/dev/virtual/virtio/net/if_vtnet.c
1816
more = vtnet_rxeof(sc, sc->vtnet_rx_process_limit, NULL);
sys/dev/virtual/virtio/net/if_vtnet.c
1817
if (!more && vtnet_enable_rx_intr(sc) != 0) {
sys/dev/virtual/virtio/net/if_vtnet.c
1819
more = 1;
sys/dev/virtual/virtio/net/if_vtnet.c
1822
if (more) {
sys/kern/subr_cpu_topology.c
724
int more = 0;
sys/kern/subr_cpu_topology.c
737
if (more)
sys/kern/subr_cpu_topology.c
744
more = 1;
sys/kern/subr_cpu_topology.c
748
if (more)
sys/kern/subr_prf.c
1315
int more = 0;
sys/kern/subr_prf.c
1328
if (more)
sys/kern/subr_prf.c
1335
more = 1;
sys/kern/subr_prf.c
1339
if (more)
sys/net/pf/pf.c
1206
pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more)
sys/net/pf/pf.c
1228
if (more == NULL) {
sys/net/pf/pf.c
1233
(*more)++;
sys/net/zlib.c
1447
unsigned more; /* Amount of free space at the end of the window. */
sys/net/zlib.c
1451
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
sys/net/zlib.c
1454
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
sys/net/zlib.c
1455
more = wsize;
sys/net/zlib.c
1457
} else if (more == (unsigned)(-1)) {
sys/net/zlib.c
1461
more--;
sys/net/zlib.c
1496
more += wsize;
sys/net/zlib.c
1511
Assert(more >= 2, "more < 2");
sys/net/zlib.c
1514
more);
sys/net/zlib.c
1522
Call UPDATE_HASH() MIN_MATCH-3 more times
sys/net/zlib.c
1687
Call UPDATE_HASH() MIN_MATCH-3 more times
sys/net/zlib.c
3467
} more;
sys/net/zlib.c
3894
c = h->more.Base;
sys/net/zlib.c
4120
#define base more.Base
sys/net/zlib.c
4121
#define next more.Next
sys/net/zlib.c
4639
#define base more.Base
sys/net/zlib.c
4640
#define next more.Next
sys/net/zlib.c
4985
#define base more.Base
sys/net/zlib.c
4986
#define next more.Next
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
1633
int more, error, rcvflg, savelen = 0;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
1661
for (more = 1; more; ) {
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
1676
more = (sio.sb_mb->m_nextpkt != NULL);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
807
unsigned more; /* Amount of free space at the end of the window. */
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
813
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
817
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
818
more = wsize;
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
820
} else if (more == (unsigned)(-1)) {
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
824
more--;
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
862
more += wsize;
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
877
Assert(more >= 2, "more < 2");
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
879
n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
sys/vfs/hammer2/zlib/hammer2_zlib_deflate.c
888
Call UPDATE_HASH() MIN_MATCH-3 more times
usr.bin/mail/cmdtab.c
64
{ "more", more, MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
65
{ "page", more, MSGLIST, 0, MMNDEL },
usr.bin/mail/extern.h
174
int more(int *);
usr.bin/sed/compile.c
560
int more = 1, sawesc = 0;
usr.bin/sed/compile.c
639
if (*++p == '\0' && more) {
usr.bin/sed/compile.c
640
if (cu_fgets(lbuf, sizeof(lbuf), &more))
usr.bin/sed/compile.c
661
} while (cu_fgets(p = lbuf, sizeof(lbuf), &more) != NULL);
usr.bin/sed/main.c
218
cu_fgets(char *buf, int n, int *more)
usr.bin/sed/main.c
230
if (more != NULL)
usr.bin/sed/main.c
231
*more = 0;
usr.bin/sed/main.c
265
if (more != NULL)
usr.bin/sed/main.c
266
*more = !feof(f);
usr.bin/sed/main.c
281
if (more != NULL)
usr.bin/sed/main.c
282
*more = 1;
usr.bin/sed/main.c
295
if (more != NULL)
usr.bin/sed/main.c
296
*more = 0;
usr.bin/sed/main.c
304
if (more != NULL)
usr.bin/sed/main.c
305
*more = 0;
usr.bin/window/cmd2.c
122
switch (more(w, 0)) {
usr.bin/window/cmd2.c
133
return more(w, 1) == 2 ? -1 : 0;
usr.bin/window/cmd6.c
97
if (more(w, 0) == 2)
usr.bin/window/defs.h
107
int more(struct ww *, char);
usr.bin/window/error.c
82
if (more(w, 0) == 2) {
usr.bin/window/lcmd2.c
222
if (more(w, 0) == 2)
usr.bin/window/lcmd2.c
341
if (more(w, 0) == 2)
usr.sbin/inetd/inetd.c
1437
more:
usr.sbin/inetd/inetd.c
1453
goto more;
usr.sbin/inetd/inetd.c
1462
goto more;
usr.sbin/inetd/inetd.c
1467
goto more;
usr.sbin/inetd/inetd.c
1472
goto more;
usr.sbin/inetd/inetd.c
1477
goto more;
usr.sbin/inetd/inetd.c
1483
goto more;
usr.sbin/inetd/inetd.c
1532
goto more;
usr.sbin/inetd/inetd.c
1557
goto more;
usr.sbin/inetd/inetd.c
1573
goto more;
usr.sbin/inetd/inetd.c
1588
goto more;
usr.sbin/inetd/inetd.c
1605
goto more;
usr.sbin/inetd/inetd.c
1628
goto more;
usr.sbin/inetd/inetd.c
1645
goto more;
usr.sbin/inetd/inetd.c
1659
goto more;
usr.sbin/inetd/inetd.c
1685
goto more;
usr.sbin/inetd/inetd.c
1691
goto more;
usr.sbin/inetd/inetd.c
1721
goto more;
usr.sbin/inetd/inetd.c
1754
goto more;
usr.sbin/lpr/chkprintcap/chkprintcap.c
120
more = firstprinter(pp, &error);
usr.sbin/lpr/chkprintcap/chkprintcap.c
121
if (interpret_error(pp, error) && more)
usr.sbin/lpr/chkprintcap/chkprintcap.c
124
while (more) {
usr.sbin/lpr/chkprintcap/chkprintcap.c
143
more = nextprinter(pp, &error);
usr.sbin/lpr/chkprintcap/chkprintcap.c
144
if (interpret_error(pp, error) && more)
usr.sbin/lpr/chkprintcap/chkprintcap.c
69
int c, error, makedirs, more, queuecnt, verbosity;
usr.sbin/lpr/lpc/cmds.c
184
more = firstprinter(pp, &cmdstatus);
usr.sbin/lpr/lpc/cmds.c
187
while (more) {
usr.sbin/lpr/lpc/cmds.c
190
more = nextprinter(pp, &cmdstatus);
usr.sbin/lpr/lpc/cmds.c
202
} while (more && cmdstatus);
usr.sbin/lpr/lpc/cmds.c
99
int cmdstatus, more, targc;
usr.sbin/lpr/lpd/lpd.c
576
int pid, status, more;
usr.sbin/lpr/lpd/lpd.c
579
more = firstprinter(pp, &status);
usr.sbin/lpr/lpd/lpd.c
582
while (more) {
usr.sbin/lpr/lpd/lpd.c
601
more = nextprinter(pp, &status);
usr.sbin/lpr/lpd/lpd.c
607
} while (more && status);
usr.sbin/lpr/lpq/lpq.c
118
int more, status;
usr.sbin/lpr/lpq/lpq.c
120
more = firstprinter(pp, &status);
usr.sbin/lpr/lpq/lpq.c
123
while (more) {
usr.sbin/lpr/lpq/lpq.c
130
more = nextprinter(pp, &status);
usr.sbin/lpr/lpq/lpq.c
142
} while (more && status);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
807
unsigned more; /* Amount of free space at the end of the window. */
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
813
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
817
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
818
more = wsize;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
820
} else if (more == (unsigned)(-1)) {
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
824
more--;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
862
more += wsize;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
877
Assert(more >= 2, "more < 2");
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
879
n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_deflate.c
888
Call UPDATE_HASH() MIN_MATCH-3 more times
usr.sbin/moused/moused.c
943
goto more;
usr.sbin/moused/moused.c
989
more:
usr.sbin/ppp/ccp.c
435
fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/ccp.c
552
fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/fsm.c
154
fp->more.reqs = fp->more.naks = fp->more.rejs = 3;
usr.sbin/ppp/fsm.c
385
if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
usr.sbin/ppp/fsm.c
389
if (fp->more.reqs < 0)
usr.sbin/ppp/fsm.c
594
if (dec.rejend != dec.rej && --fp->more.rejs <= 0) {
usr.sbin/ppp/fsm.c
601
if (dec.nakend != dec.nak && --fp->more.naks <= 0) {
usr.sbin/ppp/fsm.h
116
} more;
usr.sbin/ppp/ipcp.c
816
fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/ipcp.c
957
fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/ipv6cp.c
494
fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/ipv6cp.c
543
fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/lcp.c
556
fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
usr.sbin/ppp/lcp.c
578
fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
usr.sbin/ypserv/yp_server.c
470
objp->more = TRUE;
usr.sbin/ypserv/yp_server.c
472
objp->more = FALSE;
usr.sbin/ypserv/yp_server.c
478
if (objp->more == FALSE)
usr.sbin/ypserv/yp_server.c
493
result.more = TRUE;