Home
last modified time | relevance | path

Searched refs:AtomExtendFileSearchPath (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dratoms.h102 AtomExtendFileSearchPath = AtomAdjust(AtomExtendFileSearchPath);
H A Diatoms.h102 AtomExtendFileSearchPath = Yap_FullLookupAtom("$extend_file_search_path");
H A Dtatoms.h200 #define AtomExtendFileSearchPath Yap_heap_regs->AtomExtendFileSearchPath_ macro
/dports/lang/yap/yap-6.2.2/C/
H A Dc_interface.c2648 Yap_PutValue(AtomExtendFileSearchPath, MkAtomTerm(Yap_LookupAtom(yap_init->YapPrologAddPath))); in YAP_Init()