r_byte           660 marshal.c          x =  r_byte(arg);
r_byte           661 marshal.c          x |= r_byte(arg)<<8;
r_byte           687 marshal.c          int c = SIGN_EXTEND_CHAR(r_byte(arg));
r_byte           698 marshal.c      	    x |= (long)r_byte(arg) << (8*i);
r_byte           710 marshal.c      	    x |= (long)r_byte(arg) << (8*i);
r_byte           771 marshal.c          if (r_byte(arg) == TYPE_SYMLINK) {
r_byte           848 marshal.c          int type = r_byte(arg);
r_byte           940 marshal.c      	    big->sign = (r_byte(arg) == '+');
r_byte           978 marshal.c      	    int options = r_byte(arg);
r_byte           1197 marshal.c          major = r_byte(&arg);
r_byte           1198 marshal.c          minor = r_byte(&arg);