Searched refs:mc_node (Results 1 – 3 of 3) sorted by relevance
61 typedef struct mc_node struct63 struct mc_node *next; argument71 } mc_node; argument73 extern mc_node *mc_nodes;79 mc_node_lang *mc_add_node_lang (mc_node *, const mc_keyword *, rc_uint_type);80 mc_node *mc_add_node (void);
71 mc_node *mc_nodes = NULL;307 mc_node *310 mc_node *ret; in mc_add_node()312 ret = res_alloc (sizeof (mc_node)); in mc_add_node()313 memset (ret, 0, sizeof (mc_node)); in mc_add_node()318 mc_node *h = mc_nodes; in mc_add_node()328 mc_add_node_lang (mc_node *root, const mc_keyword *lang, rc_uint_type vid) in mc_add_node_lang()481 mc_node *h; in do_sorts()827 mc_node *h; in write_dbg()870 mc_node *h; in write_header()
40 static mc_node *cur_node = NULL;49 mc_node *nod;