Home
last modified time | relevance | path

Searched refs:HASHsearch (Results 1 – 3 of 3) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/express/
H A Ddict.c87 if( 0 == ( old = HASHsearch( dict, &new, HASH_INSERT ) ) ) { in DICTdefine()
135 if( 0 == ( e2 = HASHsearch( dict, &e, HASH_INSERT ) ) ) { in DICT_define()
159 HASHsearch( dict, &e, HASH_DELETE ); in DICTundefine()
175 ep = HASHsearch( dictionary, &e, HASH_FIND ); in DICTlookup()
194 ep = HASHsearch( dictionary, &e, HASH_FIND ); in DICTlookup_symbol()
H A Dhash.c318 HASHsearch( Hash_Table table, Element item, Action action ) { in HASHsearch() function
562 e = HASHsearch( t, &e1, HASH_INSERT ); in main()
563 e = HASHsearch( t, &e2, HASH_INSERT ); in main()
564 e = HASHsearch( t, &e3, HASH_INSERT ); in main()
/dports/cad/stepcode/stepcode-0.8/include/express/
H A Dhash.h200 extern SC_EXPRESS_EXPORT Element HASHsearch PROTO( ( Hash_Table, Element, Action ) );