Home
last modified time | relevance | path

Searched refs:fMacroHashTable (Results 1 – 5 of 5) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dkeyin.c129 gWindow->fMacroHashTable = in handle_key()
132 gWindow->fMacroHashTable, in handle_key()
162 gWindow->fMacroHashTable, in handle_key()
H A Dmem.c104 w->fMacroHashTable = hash_copy_table(&init_macro_hash); in alloc_hd_window()
125 free_hash(w->fMacroHashTable, (FreeFunction)dont_free); in free_hd_window()
133 free(w->fMacroHashTable); in free_hd_window()
H A Dmacro.c251 macro = (MacroStore *) hash_find(gWindow->fMacroHashTable, token.id); in parse_macro()
H A Dhyper.h363 HashTable *fMacroHashTable; /* hash table of HyperDoc macros */ member
H A Dlex.c781 if (hash_find(gWindow->fMacroHashTable, token.id) != NULL) in keyword_type()