Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/VC/include/
H A DYatom.h109 inline EXTERN FunctorEntry * RepFunctorProp(Prop p);
111 inline EXTERN FunctorEntry * RepFunctorProp(Prop p) in RepFunctorProp() function
128 inline EXTERN FunctorEntry * RepFunctorProp(Prop p);
130 inline EXTERN FunctorEntry * RepFunctorProp(Prop p) in RepFunctorProp() function
/dports/lang/yap/yap-6.2.2/H/
H A DYatom.h113 inline EXTERN FunctorEntry *RepFunctorProp (Prop p);
116 RepFunctorProp (Prop p) in RepFunctorProp() function
134 inline EXTERN FunctorEntry *RepFunctorProp (Prop p);
137 RepFunctorProp (Prop p) in RepFunctorProp() function
/dports/lang/yap/yap-6.2.2/C/
H A Dadtdefs.c46 pp = RepFunctorProp(ae->PropsOfAE); in GetFunctorProp()
50 pp = RepFunctorProp(pp->NextOfPE); in GetFunctorProp()
H A Dstdpreds.c2919 FunctorEntry *pp = RepFunctorProp(pf); in cont_current_predicate_for_atom()