Home
last modified time | relevance | path

Searched refs:finsh_node_new_string (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_node.h63 struct finsh_node* finsh_node_new_string(char* s);
H A Dfinsh_node.c151 struct finsh_node* finsh_node_new_string(char* s) in finsh_node_new_string() function
H A Dfinsh_parser.c827 return finsh_node_new_string((char*)self->token.string); in proc_primary_expr()