Home
last modified time | relevance | path

Searched refs:html_special_type (Results 1 – 4 of 4) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Dparser.h147 enum html_special_type { enum
172 void *(*special)(struct html_context *, enum html_special_type,
H A Dinternal.h115 void *(*special_f)(struct html_context *, enum html_special_type, ...);
H A Dparser.c757 void *(*special)(struct html_context *, enum html_special_type, ...)) in init_html_parser() argument
H A Drenderer.c1703 html_special(struct html_context *html_context, enum html_special_type c, ...) in html_special()