Searched refs:token_info_push (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y677 static void token_info_push(struct parser_params*, const char *token);
679 #define token_info_push(token) (RTEST(ruby_verbose) ? token_info_push(parser, (token)) : (void)0)
682 #define token_info_push(token) /* nothing */
3049 token_info_push("begin");
3055 token_info_push("if");
3061 token_info_push("unless");
3067 token_info_push("while");
3073 token_info_push("until");
3079 token_info_push("cas
[all...]
H A Dparse.c737 static void token_info_push(struct parser_params*, const char *token);
739 #define token_info_push(token) (RTEST(ruby_verbose) ? token_info_push(parser, (token)) : (void)0) macro
742 #define token_info_push(token) /* nothing */ macro
8602 token_info_push("begin");
8611 token_info_push("if");
8620 token_info_push("unless");
8629 token_info_push("while");
8638 token_info_push("until");
8647 token_info_push("cas
11649 #undef token_info_push macro
11651 token_info_push(struct parser_params *parser, const char *token) function
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y677 static void token_info_push(struct parser_params*, const char *token);
679 #define token_info_push(token) (RTEST(ruby_verbose) ? token_info_push(parser, (token)) : (void)0)
682 #define token_info_push(token) /* nothing */
3049 token_info_push("begin");
3055 token_info_push("if");
3061 token_info_push("unless");
3067 token_info_push("while");
3073 token_info_push("until");
3079 token_info_push("cas
[all...]
H A Dripper.c737 static void token_info_push(struct parser_params*, const char *token);
739 #define token_info_push(token) (RTEST(ruby_verbose) ? token_info_push(parser, (token)) : (void)0) macro
742 #define token_info_push(token) /* nothing */ macro
8611 token_info_push("begin");
8620 token_info_push("if");
8629 token_info_push("unless");
8638 token_info_push("while");
8647 token_info_push("until");
8656 token_info_push("cas
11739 #undef token_info_push macro
11741 token_info_push(struct parser_params *parser, const char *token) function
[all...]

Completed in 196 milliseconds