Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_parser.c572 string_fifo * String_fifo; member
3068 { CONCAT_G_FIFOS(cfgt.phone, (yyvsp[0].String_fifo)); } in yyparse()
3413 (yyval.String_fifo) = (yyvsp[-1].String_fifo); in yyparse()
3414 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()
3422 (yyval.String_fifo) = NULL; in yyparse()
3423 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()
H A Dntp_parser.h485 string_fifo * String_fifo; member