Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml2pl.c141 static functor_t FUNCTOR_parse1; variable
205 FUNCTOR_parse1 = mkfunctor("parse", 1); in initConstants()
1805 } else if ( PL_is_functor(head, FUNCTOR_parse1) ) in pl_sgml_parse()
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c156 static functor_t FUNCTOR_parse1; variable
232 FUNCTOR_parse1 = mkfunctor("parse", 1); in initConstants()
2028 } else if ( PL_is_functor(head, FUNCTOR_parse1) ) in pl_sgml_parse()