Home
last modified time | relevance | path

Searched refs:create_int_node (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/ntp/ntpd/
H A Dntp_parser.c2720 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
2729 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3651 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3660 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3669 APPEND_G_FIFO((yyval.Attr_val_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3678 APPEND_G_FIFO((yyval.Attr_val_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
H A Dntp_config.c1358 create_int_node( in create_int_node() function
/freebsd-src/contrib/ntp/include/
H A Dntp_config.h329 int_node *create_int_node(int val);