Home
last modified time | relevance | path

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

/dports/math/fricas/fricas-1.3.7/src/include/
H A Dmem.H117 extern void free_patch(PatchStore * p);
20 extern PatchStore * alloc_patchstore(void);
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dparse-paste.c51 static void load_patch(PatchStore * patch);
220 PatchStore *patch; in parse_patch()
236 patch = (PatchStore *) hash_find(gWindow->fPatchHashTable, patch_name); in parse_patch()
345 load_patch(PatchStore *patch) in load_patch()
H A Dmem.c658 PatchStore *
661 PatchStore *p = (PatchStore *) halloc(sizeof(PatchStore), "PatchStore"); in alloc_patchstore()
669 free_patch(PatchStore *p) in free_patch()
H A Dparse-aux.c154 PatchStore *patch; in read_ht_file()
280 patch = (PatchStore *) alloc_patchstore(); in read_ht_file()
H A Dhyper.h222 } PatchStore; typedef