show_bitstack     166 ext/ripper/ripper.c static void show_bitstack(stack_type, const char *, int);
show_bitstack     167 ext/ripper/ripper.c # define SHOW_BITSTACK(stack, name) (yydebug ? show_bitstack(stack, name, __LINE__) : (void)0)
show_bitstack     112 ext/ripper/ripper.y static void show_bitstack(stack_type, const char *, int);
show_bitstack     113 ext/ripper/ripper.y # define SHOW_BITSTACK(stack, name) (yydebug ? show_bitstack(stack, name, __LINE__) : (void)0)
show_bitstack     166 parse.c        static void show_bitstack(stack_type, const char *, int);
show_bitstack     167 parse.c        # define SHOW_BITSTACK(stack, name) (yydebug ? show_bitstack(stack, name, __LINE__) : (void)0)
show_bitstack     112 parse.y        static void show_bitstack(stack_type, const char *, int);
show_bitstack     113 parse.y        # define SHOW_BITSTACK(stack, name) (yydebug ? show_bitstack(stack, name, __LINE__) : (void)0)