Symbol: NEXT
common/dist/zlib/examples/gun.c
178
if (NEXT() == -1) \
common/dist/zlib/examples/gun.c
226
flags = NEXT();
common/dist/zlib/examples/gun.c
249
if (NEXT() == -1) /* no compressed data is ok */
common/dist/zlib/examples/gun.c
252
if (NEXT() == -1) /* missing a bit */
common/dist/zlib/examples/gun.c
279
if (NEXT() == -1) { /* EOF is end of compressed data */
common/dist/zlib/examples/gun.c
291
if (NEXT() == -1) /* can't end in middle of code */
common/dist/zlib/examples/gun.c
402
if (NEXT() == -1) {
common/dist/zlib/examples/gun.c
406
if (last != 31 || (NEXT() != 139 && last != 157)) {
common/dist/zlib/examples/gun.c
421
if (NEXT() != 8) { /* only deflate method allowed */
common/dist/zlib/examples/gun.c
427
flags = NEXT(); /* header flags */
common/dist/zlib/examples/gun.c
428
NEXT(); /* discard mod time, xflgs, os */
common/dist/zlib/examples/gun.c
429
NEXT();
common/dist/zlib/examples/gun.c
430
NEXT();
common/dist/zlib/examples/gun.c
431
NEXT();
common/dist/zlib/examples/gun.c
432
NEXT();
common/dist/zlib/examples/gun.c
433
NEXT();
common/dist/zlib/examples/gun.c
441
len = NEXT();
common/dist/zlib/examples/gun.c
442
len += (unsigned)(NEXT()) << 8;
common/dist/zlib/examples/gun.c
447
if (NEXT() == -1) break;
common/dist/zlib/examples/gun.c
455
while (NEXT() != 0 && last != -1)
common/dist/zlib/examples/gun.c
458
while (NEXT() != 0 && last != -1)
common/dist/zlib/examples/gun.c
461
NEXT();
common/dist/zlib/examples/gun.c
462
NEXT();
common/dist/zlib/examples/gun.c
483
if (NEXT() != (int)(outd.crc & 0xff) ||
common/dist/zlib/examples/gun.c
484
NEXT() != (int)((outd.crc >> 8) & 0xff) ||
common/dist/zlib/examples/gun.c
485
NEXT() != (int)((outd.crc >> 16) & 0xff) ||
common/dist/zlib/examples/gun.c
486
NEXT() != (int)((outd.crc >> 24) & 0xff)) {
common/dist/zlib/examples/gun.c
494
if (NEXT() != (int)(outd.total & 0xff) ||
common/dist/zlib/examples/gun.c
495
NEXT() != (int)((outd.total >> 8) & 0xff) ||
common/dist/zlib/examples/gun.c
496
NEXT() != (int)((outd.total >> 16) & 0xff) ||
common/dist/zlib/examples/gun.c
497
NEXT() != (int)((outd.total >> 24) & 0xff)) {
lib/libc/regex/regcomp.c
1065
NEXT();
lib/libc/regex/regcomp.c
1225
NEXT();
lib/libc/regex/regcomp.c
1304
NEXT();
lib/libc/regex/regcomp.c
1385
NEXT();
lib/libc/regex/regcomp.c
201
#define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
lib/libc/regex/regcomp.c
633
NEXT();
lib/libc/regex/regcomp.c
670
NEXT();
lib/libcompat/regexp/regexp.c
1153
offset = NEXT(p);
sys/arch/m68k/fpsp/fpsp.h
144
*NEXT equ LV+192 ;need to increase LOCAL_SIZE
sys/arch/sparc/dev/ms_pckbport.c
264
NEXT;
sys/arch/sparc/dev/ms_pckbport.c
274
NEXT;
sys/arch/sparc/dev/ms_pckbport.c
283
NEXT;
sys/arch/x68k/dev/ms.c
446
NEXT;
sys/arch/x68k/dev/ms.c
456
NEXT;
sys/arch/x68k/dev/ms.c
465
NEXT;
sys/dev/sun/ms.c
356
NEXT;
sys/dev/sun/ms.c
365
NEXT;
sys/dev/sun/ms.c
373
NEXT;
sys/netinet6/in6_src.c
249
NEXT(2);
sys/netinet6/in6_src.c
252
NEXT(2);
sys/netinet6/in6_src.c
262
NEXT(3);
sys/netinet6/in6_src.c
266
NEXT(3);
sys/netinet6/in6_src.c
292
NEXT(4);
sys/netinet6/in6_src.c
309
NEXT(4);
sys/netinet6/in6_src.c
329
NEXT(0);
sys/netinet6/in6_src.c
342
NEXT(5);
sys/netinet6/in6_src.c
356
NEXT(6);
sys/netinet6/in6_src.c
381
NEXT(7);
sys/netinet6/in6_src.c
386
NEXT(7);
sys/netinet6/in6_src.c
397
NEXT(8);
sys/netinet6/in6_src.c
411
NEXT(9);
sys/netinet6/in6_src.c
431
NEXT(14);
usr.bin/menuc/parse.y
184
elem : NEXT MENU NAME
usr.bin/menuc/parse.y
55
%token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
usr.bin/msgs/msgs.c
543
ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));