Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-privitf.c136 ctx->gstore = ctx->start = YAP_OpenList(maxcells); in allocList()
H A Dpl-yap.h52 return (word)YAP_OpenList(n); in INIT_SEQ_CODES()
/dports/lang/yap/yap-6.2.2/include/
H A DYapInterface.h497 extern X_API YAP_Term PROTO(YAP_OpenList,(int));
/dports/lang/yap/yap-6.2.2/C/
H A Dc_interface.c511 X_API Term STD_PROTO(YAP_OpenList,(int));
3075 YAP_OpenList(int n) in YAP_OpenList() function