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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_parser.h458 int_fifo * Int_fifo; member in union:YYSTYPE
H A Dntp_parser.c544 int_fifo * Int_fifo; member in union:YYSTYPE
2385 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); }
2416 (yyval.Int_fifo) = (yyvsp[-1].Int_fifo);
2417 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer)));
2425 (yyval.Int_fifo) = NULL;
2426 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer)));
2519 rn = create_restrict_node((yyvsp[-1].Address_node), NULL, (yyvsp[0].Int_fifo),
2531 rn = create_restrict_node((yyvsp[-3].Address_node), (yyvsp[-1].Address_node), (yyvsp[0].Int_fifo),
2543 rn = create_restrict_node(NULL, NULL, (yyvsp[0].Int_fifo),
[all...]

Completed in 101 milliseconds