Symbol: more
bin/ksh/expand.h
33
int more = ((xp) + (n)) - (xs).end; \
bin/ksh/expand.h
34
if (more > 0) \
bin/ksh/expand.h
35
xp = Xcheck_grow_(&xs, xp, more); \
bin/ksh/expand.h
56
char * Xcheck_grow_ ARGS((XString *xsp, char *xp, int more));
bin/ksh/misc.c
122
Xcheck_grow_(xsp, xp, more)
bin/ksh/misc.c
125
int more;
bin/ksh/misc.c
129
xsp->len += (size_t)more > xsp->len ? (size_t)more : xsp->len;
bin/sh/input.c
254
int more;
bin/sh/input.c
293
for (more = 1; more;) {
bin/sh/input.c
312
more = 0; /* Stop processing here */
bin/sh/input.c
335
more = 0;
common/dist/zlib/deflate.c
1927
Call UPDATE_HASH() MIN_MATCH-3 more times
common/dist/zlib/deflate.c
256
unsigned more; /* Amount of free space at the end of the window. */
common/dist/zlib/deflate.c
262
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
common/dist/zlib/deflate.c
273
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
common/dist/zlib/deflate.c
274
more = wsize;
common/dist/zlib/deflate.c
276
} else if (more == (unsigned)(-1)) {
common/dist/zlib/deflate.c
280
more--;
common/dist/zlib/deflate.c
289
zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more);
common/dist/zlib/deflate.c
296
more += wsize;
common/dist/zlib/deflate.c
311
Assert(more >= 2, "more < 2");
common/dist/zlib/deflate.c
313
n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
common/dist/zlib/deflate.c
322
Call UPDATE_HASH() MIN_MATCH-3 more times
common/dist/zlib/examples/gznorm.c
119
int more; // true if not at the end of the input
common/dist/zlib/examples/gznorm.c
135
more = strm.avail_in == CHUNK;
common/dist/zlib/examples/gznorm.c
423
} while (more);
games/hack/extern.h
421
void more(void);
games/hack/hack.end.c
198
more();
games/hack/hack.mkshop.c
182
more();
games/hack/hack.mon.c
187
more();
games/hack/hack.pager.c
214
more();
games/hack/hack.pager.c
310
more(); /* ab@unido */
games/hack/hack.potion.c
155
more();
games/hack/hack.potion.c
175
more();
games/hack/hack.pri.c
121
more(); /* contains a fflush() */
games/hack/hack.pri.c
796
more();
games/hack/hack.read.c
364
more();
games/hack/hack.read.c
397
more();
games/hack/hack.topl.c
111
more();
games/hack/hack.topl.c
243
more();
games/hack/hack.unix.c
431
more();
games/hack/hack.unix.c
505
more();
games/larn/display.c
576
more();
games/larn/display.c
608
more();
games/larn/display.c
626
more();
games/larn/extern.h
91
void more(void);
games/larn/main.c
362
more();
games/larn/main.c
439
more();
games/larn/main.c
497
more();
games/larn/main.c
529
more();
games/larn/main.c
559
more();
games/larn/main.c
589
more();
games/larn/main.c
641
more();
games/phantasia/fight.c
1080
more(whichtreasure);
games/phantasia/fight.c
1090
more(whichtreasure);
games/phantasia/fight.c
1099
more(whichtreasure);
games/phantasia/fight.c
126
more(Lines);
games/phantasia/fight.c
133
more(Lines);
games/phantasia/fight.c
150
more(Lines);
games/phantasia/fight.c
161
more(Lines);
games/phantasia/fight.c
166
more(Lines + 1);
games/phantasia/fight.c
376
more(Lines);
games/phantasia/gamesupport.c
159
more(LINES - 1);
games/phantasia/interplayer.c
236
more(Lines);
games/phantasia/interplayer.c
282
more(Lines); /* pause */
games/phantasia/interplayer.c
454
more(7);
games/phantasia/interplayer.c
460
more(7);
games/phantasia/interplayer.c
604
more(LINES - 1);
games/phantasia/main.c
822
more(13);
games/phantasia/misc.c
404
more(23);
games/phantasia/misc.c
617
more(3);
games/phantasia/misc.c
624
more(3);
games/phantasia/phantglobs.h
95
void more(int);
games/rogue/inventory.c
332
mvaddstr(rows - 1, 0, need_two_screens ? more : press_space);
games/rogue/message.c
68
const char *more = "-more-";
games/rogue/message.c
87
mvaddstr(MIN_ROW-1, msg_col, more);
games/rogue/rogue.h
675
extern const char *more;
lib/libc/net/gethnamaddr.c
1114
int more;
lib/libc/net/gethnamaddr.c
1141
more = 0;
lib/libc/net/gethnamaddr.c
1168
more = 1;
lib/libc/net/gethnamaddr.c
1178
if (more)
lib/libc/stdio/open_memstream.c
101
more = ms->offset;
lib/libc/stdio/open_memstream.c
102
more += len;
lib/libc/stdio/open_memstream.c
103
if (!memstream_grow(ms, more))
lib/libc/stdio/open_memstream.c
98
off_t more;
lib/libc/yp/xdryp.c
373
bool_t more, status;
lib/libc/yp/xdryp.c
389
if (!xdr_bool(xdrs, &more))
lib/libc/yp/xdryp.c
391
if (!more)
lib/libcurses/PSD.doc/appen.C
85
It is more efficient to write this
lib/libisns/isns_thread.c
268
int iovcnt, more, transport_evt;
lib/libisns/isns_thread.c
277
more = (bavail > 0);
lib/libisns/isns_thread.c
278
while (more) {
lib/libisns/isns_thread.c
352
more = (bavail > 0) ? 1 : 0;
lib/libisns/isns_thread.c
435
more = (bavail > (int64_t)sizeof(struct isns_pdu_hdr_s)) ? 1 : 0;
libexec/makewhatis/makewhatis.c
1020
more = strlen(ptr) + 1;
libexec/makewhatis/makewhatis.c
1021
offset += more;
libexec/makewhatis/makewhatis.c
1051
int more;
libexec/makewhatis/makewhatis.c
1079
more = strlen(ptr);
libexec/makewhatis/makewhatis.c
1080
if ((more > 1) && (ptr[more - 1] == ',') &&
libexec/makewhatis/makewhatis.c
1081
ISSPACE(ptr[more - 2])) {
libexec/makewhatis/makewhatis.c
1082
ptr[more - 1] = '\0';
libexec/makewhatis/makewhatis.c
1083
ptr[more - 2] = ',';
libexec/makewhatis/makewhatis.c
1085
else more++;
libexec/makewhatis/makewhatis.c
1086
offset += more;
libexec/makewhatis/makewhatis.c
962
size_t more;
libexec/makewhatis/makewhatis.c
980
more = strlen(ptr);
libexec/makewhatis/makewhatis.c
981
if ((more > 1) && (ptr[more - 1] == ',') &&
libexec/makewhatis/makewhatis.c
982
ISSPACE(ptr[more - 2])) {
libexec/makewhatis/makewhatis.c
983
ptr[--more] = '\0';
libexec/makewhatis/makewhatis.c
984
ptr[more - 1] = ',';
libexec/makewhatis/makewhatis.c
987
(void) memmove(&buffer[length], ptr, more + 1);
libexec/makewhatis/makewhatis.c
988
length += more;
libexec/makewhatis/makewhatis.c
999
int more;
sbin/sysctl/sysctl.c
2004
size_t more;
sbin/sysctl/sysctl.c
2038
more = sz - 16;
sbin/sysctl/sysctl.c
2042
more = 0;
sbin/sysctl/sysctl.c
2045
if (more)
sbin/sysctl/sysctl.c
2046
printf("...(%zu more bytes)", more);
sys/arch/arm/ep93xx/epe.c
553
more:
sys/arch/arm/ep93xx/epe.c
616
goto more;
sys/arch/mac68k/obio/ascaudio.c
859
goto more;
sys/arch/mac68k/obio/ascaudio.c
892
goto more;
sys/arch/mac68k/obio/ascaudio.c
937
more:
sys/arch/mips/mips/mips_stacktrace.c
286
int more, stksize;
sys/arch/mips/mips/mips_stacktrace.c
391
more = 3;
sys/arch/mips/mips/mips_stacktrace.c
394
for (va = subr; more; va += sizeof(int),
sys/arch/mips/mips/mips_stacktrace.c
395
more = (more == 3) ? 3 : more - 1) {
sys/arch/mips/mips/mips_stacktrace.c
407
more = 2; /* stop after next instruction */
sys/arch/mips/mips/mips_stacktrace.c
428
more = 1; /* stop now */
sys/arch/mips/mips/mips_stacktrace.c
440
more = 2; /* stop after next instruction */
sys/arch/mips/mips/mips_stacktrace.c
450
more = 2; /* stop after next instruction */
sys/dev/ic/athrate-sample.h
131
u_int32_t more:1;
sys/dev/pci/if_iavf.c
2644
int done = 0, more = 0;
sys/dev/pci/if_iavf.c
2668
more = 1;
sys/dev/pci/if_iavf.c
2749
return more;
sys/dev/pci/if_iavf.c
2797
int done = 0, more = 0;
sys/dev/pci/if_iavf.c
2817
more = 1;
sys/dev/pci/if_iavf.c
2872
return more;
sys/dev/pci/if_iavf.c
3289
int more;
sys/dev/pci/if_iavf.c
3300
more = iavf_handle_queue_common(sc, qp,
sys/dev/pci/if_iavf.c
3303
if (more != 0) {
sys/dev/pci/if_iavf.c
3335
int more;
sys/dev/pci/if_iavf.c
3345
more = iavf_handle_queue_common(sc, qp,
sys/dev/pci/if_iavf.c
3348
if (more != 0)
sys/dev/pci/if_ixl.c
2786
int done = 0, more = 0;
sys/dev/pci/if_ixl.c
2806
more = 1;
sys/dev/pci/if_ixl.c
2856
return more;
sys/dev/pci/if_ixl.c
3185
int done = 0, more = 0;
sys/dev/pci/if_ixl.c
3209
more = 1;
sys/dev/pci/if_ixl.c
3289
return more;
sys/dev/pci/if_ixl.c
3461
int more;
sys/dev/pci/if_ixl.c
3467
more = ixl_handle_queue_common(sc, qp,
sys/dev/pci/if_ixl.c
3470
if (more != 0) {
sys/dev/pci/if_ixl.c
3501
int more;
sys/dev/pci/if_ixl.c
3506
more = ixl_handle_queue_common(sc, qp,
sys/dev/pci/if_ixl.c
3509
if (more != 0)
sys/dev/pci/if_vioif.c
1818
bool more;
sys/dev/pci/if_vioif.c
1823
more = false;
sys/dev/pci/if_vioif.c
1831
more = true;
sys/dev/pci/if_vioif.c
1853
return more;
sys/dev/pci/if_vioif.c
1863
bool more;
sys/dev/pci/if_vioif.c
1869
more = vioif_rx_deq_locked(sc, vsc, netq, vq_num, NULL);
sys/dev/pci/if_vioif.c
1870
if (more == false)
sys/dev/pci/if_vioif.c
1894
bool more;
sys/dev/pci/if_vioif.c
1901
more = vioif_rx_deq_locked(sc, vsc, netq, limit, &ndeq);
sys/dev/pci/if_vioif.c
1905
if (more) {
sys/dev/pci/if_vioif.c
2082
bool more;
sys/dev/pci/if_vioif.c
2087
more = false;
sys/dev/pci/if_vioif.c
2095
more = true;
sys/dev/pci/if_vioif.c
2115
return more;
sys/dev/pci/if_vioif.c
2126
bool more;
sys/dev/pci/if_vioif.c
2134
more = vioif_tx_deq_locked(sc, vsc, netq, vq_num, NULL);
sys/dev/pci/if_vioif.c
2135
if (more == false)
sys/dev/pci/if_vioif.c
2194
bool more;
sys/dev/pci/if_vioif.c
2201
more = vioif_tx_deq_locked(sc, vsc, netq, limit, &ndeq);
sys/dev/pci/if_vioif.c
2207
if (more) {
sys/dev/pci/if_vmx.c
2128
bool more = false;
sys/dev/pci/if_vmx.c
2140
more = true;
sys/dev/pci/if_vmx.c
2179
return more;
sys/dev/pci/if_vmx.c
2359
bool more = false;
sys/dev/pci/if_vmx.c
2368
return more;
sys/dev/pci/if_vmx.c
2378
more = true;
sys/dev/pci/if_vmx.c
2492
return more;
sys/dev/pci/if_wm.c
10228
bool more = false;
sys/dev/pci/if_wm.c
10254
more = true;
sys/dev/pci/if_wm.c
10398
return more;
sys/dev/pci/if_wm.c
10910
bool more = false;
sys/dev/pci/if_wm.c
10937
more |= wm_txeof(txq, txlimit);
sys/dev/pci/if_wm.c
10939
more = true;
sys/dev/pci/if_wm.c
10941
more = true;
sys/dev/pci/if_wm.c
10966
more = wm_rxeof(rxq, rxlimit);
sys/dev/pci/if_wm.c
10968
more = true;
sys/dev/pci/if_wm.c
10997
if (more) {
sys/dev/pci/if_wm.c
9895
bool more = false;
sys/dev/pci/if_wm.c
9927
more = true;
sys/dev/pci/if_wm.c
9998
return more;
sys/dev/pci/igc/if_igc.c
1791
bool more = false;
sys/dev/pci/igc/if_igc.c
1818
more = true;
sys/dev/pci/igc/if_igc.c
1847
return more;
sys/dev/pci/igc/if_igc.c
2103
bool more = false;
sys/dev/pci/igc/if_igc.c
2126
more = true;
sys/dev/pci/igc/if_igc.c
2255
return more;
sys/dev/pci/ixgbe/ixgbe.c
6695
bool more = false;
sys/dev/pci/ixgbe/ixgbe.c
6701
more = ixgbe_txeof(txr);
sys/dev/pci/ixgbe/ixgbe.c
6711
more |= ixgbe_rxeof(que);
sys/dev/pci/ixgbe/ixgbe.c
6714
if (more) {
sys/dev/pci/ixgbe/ixv.c
3305
bool more;
sys/dev/pci/ixgbe/ixv.c
3311
more = ixgbe_txeof(txr);
sys/dev/pci/ixgbe/ixv.c
3321
more |= ixgbe_rxeof(que);
sys/dev/pci/ixgbe/ixv.c
3322
if (more) {
sys/dev/pci/ixgbe/ixv.c
888
bool more;
sys/dev/pci/ixgbe/ixv.c
896
more = true;
sys/dev/pci/ixgbe/ixv.c
898
more = ixgbe_rxeof(que);
sys/dev/pci/ixgbe/ixv.c
961
if (more)
sys/dist/pf/net/pf.c
614
pf_find_state_all(struct pf_state_key_cmp *key, u_int8_t tree, int *more)
sys/dist/pf/net/pf.c
636
if (more == NULL)
sys/dist/pf/net/pf.c
640
(*more)++;
sys/kern/kern_sig.c
2445
bool more, restart;
sys/kern/kern_sig.c
2452
more = false;
sys/kern/kern_sig.c
2479
more = true;
sys/kern/kern_sig.c
2492
if (more)
sys/kern/sys_sig.c
589
bool more;
sys/kern/sys_sig.c
604
more = false;
sys/kern/sys_sig.c
608
more = true;
sys/kern/sys_sig.c
612
more = true;
sys/kern/sys_sig.c
619
if (more && sigispending(l, 0)) {
sys/net/zlib.c
1588
unsigned more; /* Amount of free space at the end of the window. */
sys/net/zlib.c
1592
more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
sys/net/zlib.c
1595
if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
sys/net/zlib.c
1596
more = wsize;
sys/net/zlib.c
1598
} else if (more == (unsigned)(-1)) {
sys/net/zlib.c
1602
more--;
sys/net/zlib.c
1638
more += wsize;
sys/net/zlib.c
1653
Assert(more >= 2, "more < 2");
sys/net/zlib.c
1655
n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
sys/net/zlib.c
1663
Call UPDATE_HASH() MIN_MATCH-3 more times
sys/net/zlib.c
1829
Call UPDATE_HASH() MIN_MATCH-3 more times
sys/netinet/tcp_output.c
519
#define OPT_FITS(more) ((optlen + (more)) <= sizeof(opt))
sys/nfs/nfs_socket.c
761
bool more = false;
sys/nfs/nfs_socket.c
767
more = true;
sys/nfs/nfs_socket.c
870
more |= (*nfs_timer_srvvec)();
sys/nfs/nfs_socket.c
874
if (more) {
sys/nfs/nfs_srvsocket.c
380
struct nfsrv_descript **ndp, bool *more)
sys/nfs/nfs_srvsocket.c
387
*more = false;
sys/nfs/nfs_srvsocket.c
400
*more = true;
sys/nfs/nfs_srvsocket.c
434
bool more;
sys/nfs/nfs_srvsocket.c
442
more = false;
sys/nfs/nfs_srvsocket.c
450
more = true;
sys/nfs/nfs_srvsocket.c
454
return more;
sys/nfs/nfs_syscalls.c
682
bool more;
sys/nfs/nfs_syscalls.c
690
error = nfsrv_dorec(slp, nfsd, &nd, &more);
sys/nfs/nfs_syscalls.c
708
if (error == 0 && more) {
usr.bin/audiocfg/dtmf.c
88
size_t oldlen, more;
usr.bin/audiocfg/dtmf.c
91
more = sample_rate * sample_length / 1000 * sizeof(**buf) * channels;
usr.bin/audiocfg/dtmf.c
93
*buflen = oldlen + more;
usr.bin/audiocfg/dtmf.c
99
memset((*buf) + oldlen/sizeof(**buf), 0, more);
usr.bin/mail/extern.h
48
int more(void *);
usr.bin/make/main.c
1992
bool more;
usr.bin/make/main.c
1995
more = HashIter_Next(&hi);
usr.bin/make/main.c
1996
while (more) {
usr.bin/make/main.c
1998
more = HashIter_Next(&hi);
usr.bin/sed/compile.c
615
int more = 1, sawesc = 0;
usr.bin/sed/compile.c
674
if (*++p == '\0' && more) {
usr.bin/sed/compile.c
675
if (cu_fgets(lbuf, sizeof(lbuf), &more))
usr.bin/sed/compile.c
694
} while (cu_fgets(p = lbuf, sizeof(lbuf), &more));
usr.bin/sed/main.c
244
cu_fgets(char *buf, int n, int *more)
usr.bin/sed/main.c
256
if (more != NULL)
usr.bin/sed/main.c
257
*more = 0;
usr.bin/sed/main.c
286
if (more != NULL)
usr.bin/sed/main.c
287
*more = !feof(f);
usr.bin/sed/main.c
302
if (more != NULL)
usr.bin/sed/main.c
303
*more = 1;
usr.bin/sed/main.c
316
if (more != NULL)
usr.bin/sed/main.c
317
*more = 0;
usr.bin/sed/main.c
325
if (more != NULL)
usr.bin/sed/main.c
326
*more = 0;
usr.bin/xlint/lint1/lex.c
313
bool more = false;
usr.bin/xlint/lint1/lex.c
323
more = true;
usr.bin/xlint/lint1/lex.c
340
if (!more)
usr.sbin/inetd/parse.c
407
more:
usr.sbin/inetd/parse.c
447
goto more;
usr.sbin/inetd/parse.c
454
goto more;
usr.sbin/inetd/parse.c
466
goto more;
usr.sbin/inetd/parse.c
469
goto more;
usr.sbin/inetd/parse.c
495
goto more;
usr.sbin/inetd/parse.c
522
goto more;
usr.sbin/inetd/parse.c
543
goto more;
usr.sbin/inetd/parse.c
565
goto more;
usr.sbin/inetd/parse.c
592
goto more;
usr.sbin/inetd/parse.c
606
goto more; \
usr.sbin/inetd/parse.c
626
goto more; \
usr.sbin/inetd/parse.c
651
goto more;
usr.sbin/inetd/parse.c
666
goto more;
usr.sbin/inetd/parse.c
699
goto more;
usr.sbin/inetd/parse.c
707
goto more;
usr.sbin/inetd/parse.c
738
goto more;
usr.sbin/inetd/parse.c
746
goto more;
usr.sbin/inetd/parse.c
769
goto more;
usr.sbin/inetd/parse.c
773
goto more;
usr.sbin/ypserv/ypserv/ypserv.h
33
bool_t more;
usr.sbin/ypserv/ypserv/ypserv_db.c
784
resp.more = TRUE;
usr.sbin/ypserv/ypserv/ypserv_db.c
807
resp.more = FALSE;
usr.sbin/ypserv/ypserv/ypserv_xdr.c
25
if (!xdr_bool(xdrs, &objp->more))
usr.sbin/ypserv/ypserv/ypserv_xdr.c
28
switch (objp->more) {