Lines Matching refs:mk_node
57 static struct string_list *mk_node(const char *string);
209 defn = concat_list(mk_node("("), in __add_symbol()
211 mk_node(")"), in __add_symbol()
212 mk_node("+"), in __add_symbol()
213 mk_node(buf), NULL); in __add_symbol()
215 defn = mk_node(buf); in __add_symbol()
336 static struct string_list *mk_node(const char *string) in mk_node() function
589 n = concat_list(mk_node in expand_and_crc_sym()
591 mk_node(cur->string), in expand_and_crc_sym()
592 mk_node("{"), in expand_and_crc_sym()
593 mk_node("UNKNOWN"), in expand_and_crc_sym()
594 mk_node("}"), NULL); in expand_and_crc_sym()