Searched refs:Attr_val (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.y56 struct attr_val *Attr_val;
241 %type <Attr_val> crypto_command
244 %type <Attr_val> discard_option
246 %type <Attr_val> filegen_option
249 %type <Attr_val> fudge_factor
256 %type <Attr_val> log_config_command
260 %type <Attr_val> option
265 %type <Attr_val> system_option
267 %type <Attr_val> tinker_option
269 %type <Attr_val> tos_optio
[all...]
H A Dntp_parser.h382 struct attr_val *Attr_val; member in union:YYSTYPE
H A Dntp_parser.c462 struct attr_val *Attr_val; member in union:YYSTYPE
2218 { (yyval.Queue) = enqueue((yyvsp[(1) - (2)].Queue), (yyvsp[(2) - (2)].Attr_val)); ;}
2223 { (yyval.Queue) = enqueue_in_new_queue((yyvsp[(1) - (1)].Attr_val)); ;}
2228 { (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[(1) - (1)].Integer)); ;}
2233 { (yyval.Attr_val) = create_attr_dval((yyvsp[(1) - (2)].Integer), (yyvsp[(2) - (2)].Double)); ;}
2238 { (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[(1) - (1)].Integer)); ;}
2243 { (yyval.Attr_val) = create_attr_ival(T_Flag, (yyvsp[(1) - (1)].Integer)); ;}
2248 { (yyval.Attr_val) = create_attr_ival((yyvsp[(1) - (2)].Integer), (yyvsp[(2) - (2)].Integer)); ;}
2253 { (yyval.Attr_val) = create_attr_ival((yyvsp[(1) - (2)].Integer), (yyvsp[(2) - (2)].Integer)); ;}
2258 { (yyval.Attr_val)
[all...]

Completed in 128 milliseconds