Lines Matching defs:byte
40 uchar_t byte;
42 byte = *env->fcode_ptr;
44 return (byte);
482 CHECK_DEPTH(env, 2, "byte-load");
486 log_message(MSG_WARN, "byte-load: ignoring xt\n");
491 if (!check_fcode_header("byte-load", env->fcode_ptr, length))
492 log_message(MSG_WARN, "byte-load: header NOT OK\n");
517 log_message(MSG_WARN, "byte-load: past EOB\n");
1088 FCODE(0x0fe, 0, "4-byte-id", fc_historical);
1149 P1275(0x23e, 0, "byte-load", byte_load);