Lines Matching defs:byte
44 uchar_t byte;
46 byte = *env->fcode_ptr;
48 return (byte);
486 CHECK_DEPTH(env, 2, "byte-load");
490 log_message(MSG_WARN, "byte-load: ignoring xt\n");
495 if (!check_fcode_header("byte-load", env->fcode_ptr, length))
496 log_message(MSG_WARN, "byte-load: header NOT OK\n");
521 log_message(MSG_WARN, "byte-load: past EOB\n");
966 FCODE(0x0fe, 0, "4-byte-id", fc_historical);
1027 P1275(0x23e, 0, "byte-load", byte_load);