Home
last modified time | relevance | path

Searched refs:Int_fifo (Results 1 – 2 of 2) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_parser.c597 int_fifo * Int_fifo; member
2688 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); } in yyparse()
2719 (yyval.Int_fifo) = (yyvsp[-1].Int_fifo); in yyparse()
2720 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
2728 (yyval.Int_fifo) = NULL; in yyparse()
2729 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3643 { CONCAT_G_FIFOS(cfgt.reset_counters, (yyvsp[0].Int_fifo)); } in yyparse()
3650 (yyval.Int_fifo) = (yyvsp[-1].Int_fifo); in yyparse()
3651 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3659 (yyval.Int_fifo) = NULL; in yyparse()
[all …]
H A Dntp_parser.h505 int_fifo * Int_fifo; member