more 199 ddb/db_command.c if ((cmd_table = cmd->more) != 0) {
more 496 ddb/db_command.c db_command_table[0].more = ptr;
more 81 ddb/db_command.h struct db_command *more; /* another level of command */
more 162 dev/ic/dpt.c int more;
more 178 dev/ic/dpt.c more = 0;
more 198 dev/ic/dpt.c if (more != 0 && moretimo++ < DPT_MORE_TIMEOUT / 100) {
more 209 dev/ic/dpt.c more = dpt_inb(sc, HA_STATUS) & HA_ST_MORE;
more 254 dev/ic/dpt.c more = dpt_inb(sc, HA_STATUS) & HA_ST_MORE;
more 263 dev/ic/dpt.c more = dpt_inb(sc, HA_STATUS) & HA_ST_MORE;
more 1486 kern/kern_sysctl.c more:
more 1521 kern/kern_sysctl.c goto more;
more 559 net/pf.c pf_find_state_all(struct pf_state_key_cmp *key, u_int8_t tree, int *more)
more 581 net/pf.c if (more == NULL)
more 585 net/pf.c (*more)++;
more 100 net/pfkey.c int pfkey_sendup(struct socket *socket, struct mbuf *packet, int more);
more 139 net/pfkey.c pfkey_sendup(struct socket *socket, struct mbuf *packet, int more)
more 144 net/pfkey.c if (more) {
more 425 net/pfkeyv2.h int pfkey_sendup(struct socket *socket, struct mbuf *packet, int more);
more 1127 net/zlib.c unsigned more; /* Amount of free space at the end of the window. */
more 1131 net/zlib.c more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
more 1134 net/zlib.c if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
more 1135 net/zlib.c more = wsize;
more 1136 net/zlib.c } else if (more == (unsigned)(-1)) {
more 1140 net/zlib.c more--;
more 1177 net/zlib.c more += wsize;
more 1192 net/zlib.c Assert(more >= 2, "more < 2");
more 1195 net/zlib.c more);
more 1203 net/zlib.c Call UPDATE_HASH() MIN_MATCH-3 more times
more 1311 net/zlib.c Call UPDATE_HASH() MIN_MATCH-3 more times
more 2678 net/zlib.c } more;
more 3428 net/zlib.c c = h->more.Base;
more 3625 net/zlib.c #define base more.Base
more 3626 net/zlib.c #define next more.Next
more 4095 net/zlib.c #define base more.Base
more 4096 net/zlib.c #define next more.Next
more 4413 net/zlib.c #define base more.Base
more 4414 net/zlib.c #define next more.Next