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

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dtags.h107 Parser TY_(ParseList);
H A Dtags.c163 { TidyTag_DIR, "dir", VERS_ELEM_DIR, &TY_(W3CAttrsFor_DIR)[0], (CM_BLOCK|CM_OBSOLETE), TY_(ParseList), NULL },
195 { TidyTag_MENU, "menu", VERS_ELEM_MENU, &TY_(W3CAttrsFor_MENU)[0], (CM_BLOCK|CM_OBSOLETE), TY_(ParseList), NULL },
200 { TidyTag_OL, "ol", VERS_ELEM_OL, &TY_(W3CAttrsFor_OL)[0], (CM_BLOCK), TY_(ParseList), NULL },
236 { TidyTag_UL, "ul", VERS_ELEM_UL, &TY_(W3CAttrsFor_UL)[0], (CM_BLOCK), TY_(ParseList), NULL },
H A Dparser.c1080 ParseBlock (which is parsing the LI's content) and ParseList (which
1087 of tests performed by ParseBlock and ParseList to trigger the
1195 element->parent->tag->parser == TY_(ParseList) )
1982 void TY_(ParseList)(TidyDocImpl* doc, Node *list, GetTokenMode ARG_UNUSED(mode)) function
H A Dclean.c1536 if ( node->tag && node->tag->parser == TY_(ParseList) &&

Completed in 488 milliseconds