Searched refs:ml_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/mdocml/
H A Dhtml.c115 static void *ml_alloc(char *, enum htmltype);
118 ml_alloc(char *outopts, enum htmltype type) function
161 return(ml_alloc(outopts, HTML_HTML_4_01_STRICT));
169 return(ml_alloc(outopts, HTML_XHTML_1_0_STRICT));

Completed in 44 milliseconds