Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dunix.c248 functor_t FUNCTOR_equal2 = PL_new_functor(PL_new_atom("="), 2); in pl_environ() local
267 if ( !PL_cons_functor(nt, FUNCTOR_equal2, nt, vt) || in pl_environ()
H A Duri.c59 static functor_t FUNCTOR_equal2; /* =/2 */ variable
864 if ( !PL_cons_functor_v(eq, FUNCTOR_equal2, nv) || in unify_query_string_components()
922 if ( PL_is_functor(head, FUNCTOR_equal2) || in uri_query_components()
1579 FUNCTOR_equal2 = PL_new_functor(PL_new_atom("="), 2); in install_uri()
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dunix.c288 functor_t FUNCTOR_equal2 = PL_new_functor(PL_new_atom("="), 2); in pl_environ() local
303 if ( !PL_cons_functor(nt, FUNCTOR_equal2, nt, vt) || in pl_environ()
H A Duri.c68 static functor_t FUNCTOR_equal2; /* =/2 */ variable
886 if ( !PL_cons_functor_v(eq, FUNCTOR_equal2, nv) || in unify_query_string_components()
944 if ( PL_is_functor(head, FUNCTOR_equal2) || in uri_query_components()
1611 FUNCTOR_equal2 = PL_new_functor(PL_new_atom("="), 2); in install_uri()
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml2pl.c128 static functor_t FUNCTOR_equal2; variable
183 FUNCTOR_equal2 = mkfunctor("=", 2); in initConstants()
1007 !PL_cons_functor_v(a, FUNCTOR_equal2, a) || in unify_attribute_list()
1016 if ( !PL_cons_functor_v(a, FUNCTOR_equal2, a) || in unify_attribute_list()
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c138 static functor_t FUNCTOR_equal2; variable
207 FUNCTOR_equal2 = mkfunctor("=", 2); in initConstants()
1152 !PL_cons_functor_v(a, FUNCTOR_equal2, a) || in unify_attribute_list()
1161 if ( !PL_cons_functor_v(a, FUNCTOR_equal2, a) || in unify_attribute_list()