Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_parser.c598 string_fifo * String_fifo; member
3367 { CONCAT_G_FIFOS(cfgt.phone, (yyvsp[0].String_fifo)); } in yyparse()
3716 (yyval.String_fifo) = (yyvsp[-1].String_fifo); in yyparse()
3717 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()
3725 (yyval.String_fifo) = NULL; in yyparse()
3726 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()
H A Dntp_parser.h506 string_fifo * String_fifo; member