Home
last modified time | relevance | path

Searched refs:DropFontElements (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/tidyp/tidyp-1.04/src/
H A Dclean.h65 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **pnode);
H A Dclean.c2279 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) in TY_() argument
2295 TY_(DropFontElements)(doc, node->content, &next); in TY_()
H A Dtidyplib.c1353 TY_(DropFontElements)(doc, &doc->root, NULL); in tidyDocSaveStream()
/dports/www/tidy-lib/tidy/src/
H A Dclean.h75 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **pnode);
H A Dclean.c2329 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) in TY_() argument
2345 TY_(DropFontElements)(doc, node->content, &next); in TY_()
H A Dtidylib.c1396 TY_(DropFontElements)(doc, &doc->root, NULL); in tidyDocSaveStream()
/dports/www/tidy-devel/tidy/src/
H A Dclean.h75 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **pnode);
H A Dclean.c2329 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) in TY_() argument
2345 TY_(DropFontElements)(doc, node->content, &next); in TY_()
H A Dtidylib.c1396 TY_(DropFontElements)(doc, &doc->root, NULL); in tidyDocSaveStream()
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dclean.h88 void DropFontElements(TidyDocImpl* doc, Node* node, Node **pnode);
H A Dclean.c2253 void DropFontElements(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) in DropFontElements() function
2269 DropFontElements(doc, node->content, &next); in DropFontElements()
H A Dtidylib.c1324 DropFontElements(doc, &doc->root, NULL); in tidyDocSaveStream()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dclean.h65 TY_PRIVATE void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **pnode);
H A Dclean.c2394 void TY_(DropFontElements)(TidyDocImpl* doc, Node* node, Node **ARG_UNUSED(pnode)) in TY_() argument
2410 TY_(DropFontElements)(doc, node->content, &next); in TY_()
H A Dtidylib.c2247 TY_(DropFontElements)(doc, &doc->root, NULL); in tidyDocSaveStream()