Lines Matching refs:mk_node
59 static struct string_list *mk_node(const char *string);
211 defn = concat_list(mk_node("("), in __add_symbol()
213 mk_node(")"), in __add_symbol()
214 mk_node("+"), in __add_symbol()
215 mk_node(buf), NULL); in __add_symbol()
217 defn = mk_node(buf); in __add_symbol()
338 static struct string_list *mk_node(const char *string) in mk_node() function
591 n = concat_list(mk_node in expand_and_crc_sym()
593 mk_node(cur->string), in expand_and_crc_sym()
594 mk_node("{"), in expand_and_crc_sym()
595 mk_node("UNKNOWN"), in expand_and_crc_sym()
596 mk_node("}"), NULL); in expand_and_crc_sym()