Searched refs:finsh_node_new_string (Results 1 – 3 of 3) sorted by relevance
63 struct finsh_node* finsh_node_new_string(char* s);
151 struct finsh_node* finsh_node_new_string(char* s) in finsh_node_new_string() function
827 return finsh_node_new_string((char*)self->token.string); in proc_primary_expr()