Lines Matching refs:mk_node
58 static struct string_list *mk_node(const char *string);
210 defn = concat_list(mk_node("("), in __add_symbol()
212 mk_node(")"), in __add_symbol()
213 mk_node("+"), in __add_symbol()
214 mk_node(buf), NULL); in __add_symbol()
216 defn = mk_node(buf); in __add_symbol()
329 static struct string_list *mk_node(const char *string) in mk_node() function
582 n = concat_list(mk_node in expand_and_crc_sym()
584 mk_node(cur->string), in expand_and_crc_sym()
585 mk_node("{"), in expand_and_crc_sym()
586 mk_node("UNKNOWN"), in expand_and_crc_sym()
587 mk_node("}"), NULL); in expand_and_crc_sym()