Lines Matching refs:mk_node
70 static struct string_list *mk_node(const char *string);
222 defn = concat_list(mk_node("("), in __add_symbol()
224 mk_node(")"), in __add_symbol()
225 mk_node("+"), in __add_symbol()
226 mk_node(buf), NULL); in __add_symbol()
228 defn = mk_node(buf); in __add_symbol()
349 static struct string_list *mk_node(const char *string) in mk_node() function
602 n = concat_list(mk_node in expand_and_crc_sym()
604 mk_node(cur->string), in expand_and_crc_sym()
605 mk_node("{"), in expand_and_crc_sym()
606 mk_node("UNKNOWN"), in expand_and_crc_sym()
607 mk_node("}"), NULL); in expand_and_crc_sym()