Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dcharmap.c40 char_range(dtd_charclass *map, int from, int to, int msk) in char_range()
49 dtd_charclass *
51 { dtd_charclass *map = sgml_calloc(1, sizeof(*map)); in new_charclass()
H A Ddtd.h436 } dtd_charclass; typedef
461 dtd_charclass *charclass; /* ichar -> CH_-mask */
472 extern dtd_charclass *new_charclass(void); /* default classification */
H A Dquote.c341 is_xml_nmstart(dtd_charclass *map, int c) in is_xml_nmstart()
353 is_xml_chname(dtd_charclass *map, int c) in is_xml_chname()
366 static dtd_charclass *map;
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dcharmap.c30 char_range(dtd_charclass *map, int from, int to, int msk) in char_range()
39 dtd_charclass *
41 { dtd_charclass *map = sgml_calloc(1, sizeof(*map)); in new_charclass()
H A Ddtd.h410 } dtd_charclass; typedef
433 dtd_charclass *charclass; /* ichar -> CH_-mask */
442 extern dtd_charclass *new_charclass(void); /* default classification */
H A Dquote.c329 is_xml_nmstart(dtd_charclass *map, int c) in is_xml_nmstart()
341 is_xml_chname(dtd_charclass *map, int c) in is_xml_chname()
354 static dtd_charclass *map;