SIGN_EXTEND_CHAR 10227 ext/ripper/ripper.c #undef SIGN_EXTEND_CHAR
SIGN_EXTEND_CHAR 10229 ext/ripper/ripper.c # define SIGN_EXTEND_CHAR(c) ((signed char)(c))
SIGN_EXTEND_CHAR 10232 ext/ripper/ripper.c # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128)
SIGN_EXTEND_CHAR 4827 ext/ripper/ripper.y #undef SIGN_EXTEND_CHAR
SIGN_EXTEND_CHAR 4829 ext/ripper/ripper.y # define SIGN_EXTEND_CHAR(c) ((signed char)(c))
SIGN_EXTEND_CHAR 4832 ext/ripper/ripper.y # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128)
SIGN_EXTEND_CHAR  971 marshal.c      #undef SIGN_EXTEND_CHAR
SIGN_EXTEND_CHAR  973 marshal.c      # define SIGN_EXTEND_CHAR(c) ((signed char)(c))
SIGN_EXTEND_CHAR  976 marshal.c      # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128)
SIGN_EXTEND_CHAR 10159 parse.c        #undef SIGN_EXTEND_CHAR
SIGN_EXTEND_CHAR 10161 parse.c        # define SIGN_EXTEND_CHAR(c) ((signed char)(c))
SIGN_EXTEND_CHAR 10164 parse.c        # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128)
SIGN_EXTEND_CHAR 4827 parse.y        #undef SIGN_EXTEND_CHAR
SIGN_EXTEND_CHAR 4829 parse.y        # define SIGN_EXTEND_CHAR(c) ((signed char)(c))
SIGN_EXTEND_CHAR 4832 parse.y        # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128)