Searched refs:cpphash_install (Results 1 – 3 of 3) sorted by relevance
/dports/devel/splint/splint-3.1.2/src/Headers/ |
H A D | cpphash.h | 44 extern /*@exposed@*/ hashNode cpphash_install (char *, int,
|
/dports/devel/splint/splint-3.1.2/src/ |
H A D | cpphash.c | 405 hashNode cpphash_install (char *name, int len, enum node_type type, in cpphash_install() function 469 return cpphash_install (name, size_toInt (len), T_MACRO, 0, (char *) defn, hash); in cpphash_installMacro()
|
H A D | cpplib.c | 3693 (void) cpphash_install (name, len, type, ivalue, value, hash); in cpplib_installBuiltin() 3717 (void) cpphash_install (name, len, type, ivalue, value, hash); in cpplib_installBuiltinType() 5501 save_defined = cpphash_install ("defined", -1, T_SPEC_DEFINED, 0, 0, -1); in eval_if_expression()
|