Searched defs:Symbol (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h43 * code int The Symbol::code argument.
44 * sym_data void * The Symbol::data argument to be deleted.
92 } Symbol; typedef in typeref:struct:__anon4082
137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
146 Symbol *_del_HashSymbol(HashTable *hash, const char *key);
150 Symbol *_find_HashSymbol(HashTable *hash, const char *key);
155 #define HASH_SCAN_FN(fn) int (fn)(Symbol *sym, void *context)
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c671 char *Symbol; local
677 Symbol = " += ";
681 Symbol = " -= ";
685 Symbol = " *= ";
689 Symbol = " /= ";
693 Symbol = " %= ";
697 Symbol = " <<= ";
701 Symbol = " >>= ";
705 Symbol = " &= ";
709 Symbol
[all...]

Completed in 54 milliseconds