Searched refs:dispatch4 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y564 #define dispatch4(n,a,b,c,d) ripper_dispatch4(parser, TOKEN_PASTE(ripper_id_, n), (a), (b), (c), (d))
974 $$ = dispatch4(bodystmt,
1407 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
1418 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
1428 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1439 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
3565 $$ = dispatch4(command_call, $1, $2, $3, $4);
3577 $$ = dispatch4(command_call, $1, $2, $3, $4);
3764 $$ = dispatch4(rescue,
H A Dripper.c624 #define dispatch4(n,a,b,c,d) ripper_dispatch4(parser, TOKEN_PASTE(ripper_id_, n), (a), (b), (c), (d)) macro
5375 (yyval.val) = dispatch4(bodystmt,
6002 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (4)].val), ripper_id2sym('.'), (yyvsp[(3) - (4)].val), (yyvsp[(4) - (4)].val));
6018 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (5)].val), ripper_id2sym('.'), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val));
6033 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (4)].val), ripper_intern("::"), (yyvsp[(3) - (4)].val), (yyvsp[(4) - (4)].val));
6049 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (5)].val), ripper_intern("::"), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val));
9399 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (5)].val), (yyvsp[(2) - (5)].val), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val));
9416 (yyval.val) = dispatch4(command_call, (yyvsp[(1) - (5)].val), (yyvsp[(2) - (5)].val), (yyvsp[(3) - (5)].val), (yyvsp[(4) - (5)].val));
9680 (yyval.val) = dispatch4(rescue,
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c1579 dns_dispatch_t *dispatch4 = NULL; local
2118 CHECK(get_view_querysource_dispatch(maps, AF_INET, &dispatch4,
2124 if (dispatch4 == NULL && dispatch6 == NULL) {
2134 dispatch4, dispatch6));
2911 if (dispatch4 != NULL)
2912 dns_dispatch_detach(&dispatch4);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c624 #define dispatch4(n,a,b,c,d) ripper_dispatch4(parser, TOKEN_PASTE(ripper_id_, n), (a), (b), (c), (d)) macro
5375 $$ = dispatch4(bodystmt,
6002 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
6018 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
6033 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
6049 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
9351 $$ = dispatch4(command_call, $1, $2, $3, $4);
9368 $$ = dispatch4(command_call, $1, $2, $3, $4);
9632 $$ = dispatch4(rescue,
H A Dparse.y564 #define dispatch4(n,a,b,c,d) ripper_dispatch4(parser, TOKEN_PASTE(ripper_id_, n), (a), (b), (c), (d))
974 $$ = dispatch4(bodystmt,
1407 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
1418 $$ = dispatch4(command_call, $1, ripper_id2sym('.'), $3, $4);
1428 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
1439 $$ = dispatch4(command_call, $1, ripper_intern("::"), $3, $4);
3565 $$ = dispatch4(command_call, $1, $2, $3, $4);
3577 $$ = dispatch4(command_call, $1, $2, $3, $4);
3764 $$ = dispatch4(rescue,

Completed in 555 milliseconds