ripper_dispatch0  790 ext/ripper/ripper.c static VALUE ripper_dispatch0(struct parser_params*,ID);
ripper_dispatch0  797 ext/ripper/ripper.c #define dispatch0(n)            ripper_dispatch0(parser, TOKEN_PASTE(ripper_id_, n))
ripper_dispatch0  486 ext/ripper/ripper.y static VALUE ripper_dispatch0(struct parser_params*,ID);
ripper_dispatch0  493 ext/ripper/ripper.y #define dispatch0(n)            ripper_dispatch0(parser, TOKEN_PASTE(ripper_id_, n))
ripper_dispatch0  790 parse.c        static VALUE ripper_dispatch0(struct parser_params*,ID);
ripper_dispatch0  797 parse.c        #define dispatch0(n)            ripper_dispatch0(parser, TOKEN_PASTE(ripper_id_, n))
ripper_dispatch0  486 parse.y        static VALUE ripper_dispatch0(struct parser_params*,ID);
ripper_dispatch0  493 parse.y        #define dispatch0(n)            ripper_dispatch0(parser, TOKEN_PASTE(ripper_id_, n))