Home
last modified time | relevance | path

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

/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Dprocesador.c512 && ELM_PTR(actual_element).contenttype[doctype] == CONTTYPE_MIXED) { in saxWhiteSpace()
907 EPRINTF1(" %s\n",ELM_PTR(nodo).name); in insert_element()
942 EPRINTF1("cerrando elemento %s\n",ELM_PTR(nodo).name); in elm_close()
944 if (ELM_PTR(nodo).contenttype[doctype]==CONTTYPE_CHILDREN) { in elm_close()
981 if (ELM_PTR(actual_element).contenttype[doctype]!=CONTTYPE_MIXED) { in insert_chardata()
1334 if (dtd_is_child_valid(ELM_PTR(nodo).contentspec[doctype], in err_content_invalid()
1396 if (dtd_is_child_valid(ELM_PTR(nodo).contentspec[doctype], in err_content_invalid()
1416 corregido = dtd_is_child_valid(ELM_PTR(nodo).contentspec[doctype], in err_content_invalid()
1472 EPRINTF1("err_child_no_valid(%s)\n", ELM_PTR(nodo).name); in err_child_no_valid()
1740 att_ptr= dtd_att_search_list("id",ELM_PTR(elm).attlist[doctype]); in err_att_default()
[all …]
H A Dtree.h361 #define ELM_PTR(tree_node) (elm_list[tree_node->cont.elemento.elm_id]) macro