more              975 lib/lua/lapi.c   int more;
more              979 lib/lua/lapi.c   more = luaH_next(L, hvalue(t), L->top - 1);
more              980 lib/lua/lapi.c   if (more) {
more              986 lib/lua/lapi.c   return more;
more              116 tools/ghidra_scripts/datatypes/fw_types.h     int more[1];
more             1271 tools/packfi2/deflate.c     unsigned more;    /* Amount of free space at the end of the window. */
more             1275 tools/packfi2/deflate.c         more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
more             1279 tools/packfi2/deflate.c             if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
more             1280 tools/packfi2/deflate.c                 more = wsize;
more             1282 tools/packfi2/deflate.c             } else if (more == (unsigned)(-1)) {
more             1286 tools/packfi2/deflate.c                 more--;
more             1325 tools/packfi2/deflate.c             more += wsize;
more             1340 tools/packfi2/deflate.c         Assert(more >= 2, "more < 2");
more             1342 tools/packfi2/deflate.c         n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
more             1350 tools/packfi2/deflate.c             Call UPDATE_HASH() MIN_MATCH-3 more times
more             1529 tools/packfi2/deflate.c                 Call UPDATE_HASH() MIN_MATCH-3 more times