Home
last modified time | relevance | path

Searched refs:dtd_elm_is_block (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Ddtd_util.h217 int dtd_elm_is_block(int elm);
H A Ddtd_util.c482 int dtd_elm_is_block(int elm) in dtd_elm_is_block() function
H A Dprocesador.c2179 is_block = dtd_elm_is_block(ELM_ID(elm)); in write_element()