Home
last modified time | relevance | path

Searched refs:TRAVERSE_TYPE_GT_SUBGOAL (Results 1 – 2 of 2) sorted by relevance

/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dtab.tries.c767 …rse_trie_node(TrNode_entry(current_node), str, &str_index, arity, &mode, TRAVERSE_TYPE_GT_SUBGOAL);
861 if (type == TRAVERSE_TYPE_SUBGOAL || type == TRAVERSE_TYPE_GT_SUBGOAL)
H A Dtab.macros.h102 #define TRAVERSE_TYPE_GT_SUBGOAL 2 macro