Searched refs:create_string_node (Results 1 – 3 of 3) sorted by relevance
321 string_node *create_string_node(char *str);
3717 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()3726 APPEND_G_FIFO((yyval.String_fifo), create_string_node((yyvsp[0].String))); in yyparse()
1372 create_string_node( in create_string_node() function