Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dxsd.c216 static functor_t FUNCTOR_time3; variable
727 } else if ( PL_is_functor(term, FUNCTOR_time3) ) in xsd_time_string()
881 PL_unify_term(term, PL_FUNCTOR, FUNCTOR_time3, in xsd_time_string()
/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c183 static functor_t FUNCTOR_time3; /* time/7 */ variable
3380 { if ( PL_is_functor(head, FUNCTOR_time3) )
4057 FUNCTOR_time3 = MKFUNCTOR("time", 3);
4516 PL_cons_functor_v(val, FUNCTOR_time3, av)