Home
last modified time | relevance | path

Searched refs:FUNCTOR_date3 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dxsd.c215 static functor_t FUNCTOR_date3; variable
673 if ( PL_is_functor(term, FUNCTOR_date3) ) /* date(Y,M,D) */ in xsd_time_string()
820 PL_unify_term(term, PL_FUNCTOR, FUNCTOR_date3, in xsd_time_string()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h693 #define FUNCTOR_date3 (46*4+2) macro
/dports/lang/yap/yap-6.2.2/packages/tai/
H A Dpl-tai.c300 } else if ( PL_is_functor(t, FUNCTOR_date3) ) in get_ftm()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-tai.c379 } else if ( PL_is_functor(t, FUNCTOR_date3) ) in get_ftm()
/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c184 static functor_t FUNCTOR_date3; /* date/3 */ variable
3361 { if ( PL_is_functor(head, FUNCTOR_date3) )
4058 FUNCTOR_date3 = MKFUNCTOR("date", 3);
4504 PL_cons_functor_v(val, FUNCTOR_date3, av)