Home | History | Annotate | Download | only in libcpp

Lines Matching defs:node

32 /* Return an identifier node for hashtable.c.  Used by cpplib except
37 cpp_hashnode *node;
39 node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode);
40 memset (node, 0, sizeof (cpp_hashnode));
41 return HT_NODE (node);
102 cpp_hashnode *node;
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
107 return node && cpp_macro_p (node);
116 the node, and V. */