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

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcdl.vim17 sy keyword cdlFunction ChildOf IChildOf LeafChildOf DescendantOf IDescendantOf LeafDescendantOf MemberIs CountOf
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dparser.c658 static Bool DescendantOf( Node *element, TidyTagId tid ) function
840 DescendantOf(element, TidyTag_FORM) )
883 if ( nodeIsBODY( node ) && DescendantOf( element, TidyTag_HEAD ))
928 else if (DescendantOf( element, node->tag->id ))
1467 DescendantOf(element, TidyTag_DT )
1509 if ( !DescendantOf(element, TidyTag_P) )
1589 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) )
2157 && DescendantOf(row, TagId(node)) )
2648 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) )

Completed in 114 milliseconds