Home
last modified time | relevance | path

Searched refs:YAP_GetValue (Results 1 – 6 of 6) sorted by relevance

/dports/lang/yap/yap-6.2.2/misc/
H A Dyap.def65 YAP_GetValue
/dports/lang/yap/yap-6.2.2/include/
H A Dc_interface.h268 #define GetValue(a) YAP_GetValue(a)
269 #define YapGetValue(a) YAP_GetValue(a)
H A DYapInterface.h328 extern X_API YAP_Term PROTO(YAP_GetValue,(YAP_Atom));
/dports/lang/yap/yap-6.2.2/console/
H A Dyap.c709 while (YAP_GetValue (livegoal) != atomfalse) { in exec_top_level()
/dports/lang/yap/yap-6.2.2/C/
H A Dc_interface.c464 X_API Term STD_PROTO(YAP_GetValue, (Atom));
2757 YAP_GetValue(Atom at) in YAP_GetValue() function
/dports/lang/yap/yap-6.2.2/docs/
H A Dyap.tex17261 @item @code{YAP_Term} YAP_GetValue(@code{Atom} @var{at})
17262 @findex YAP_GetValue/1