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