Home
last modified time | relevance | path

Searched refs:cp_depth (Results 1 – 7 of 7) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Damidefs.h891 CELL cp_depth; member
905 CELL cp_depth; member
919 CELL cp_depth;
H A Dabsmi.h749 #define store_yaam_reg_cpdepth(CPTR) (CPTR)->cp_depth = DEPTH
792 #define restore_yaam_reg_cpdepth(CPTR) DEPTH = (CPTR)->cp_depth
891 #define pop_yaam_reg_cpdepth(CPTR) DEPTH = (CPTR)->cp_depth
/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dtab.insts.i777 gcp->cp_depth = B->cp_depth;
809 gcp->cp_depth = B->cp_depth;
/dports/lang/yap/yap-6.2.2/C/
H A Dexec.c1052 B->cp_depth = DEPTH; in init_stack()
1192 DEPTH= B->cp_depth; in Yap_execute_goal()
1216 DEPTH= B->cp_depth; in Yap_trust_last()
H A Dc_interface.c1884 DEPTH = B->cp_depth = DEPTH; in run_emulator()
1923 myB->cp_depth = DEPTH; in YAP_EnterGoal()
1987 DEPTH = B->cp_depth; in YAP_LeaveGoal()
H A Dabsmi.c7492 DEPTH = B->cp_depth;
7519 DEPTH = pt0->cp_depth;
7531 DEPTH = pt0->cp_depth;
7914 DEPTH =B->cp_depth;
7988 DEPTH =B->cp_depth;
H A Dindex.c6592 bptr->cp_depth = DEPTH; in store_clause_choice_point()