Searched refs:IsPushedLast (Results 1 – 15 of 15) sorted by relevance
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/ |
H A D | istack.c | 179 Bool IsPushedLast( TidyDocImpl* doc, Node *element, Node *node ) in IsPushedLast() function
|
H A D | lexer.h | 599 Bool IsPushedLast( TidyDocImpl* doc, Node *element, Node *node );
|
H A D | parser.c | 1717 if( IsPushedLast( doc, element, node ) ) in ParseInline()
|
/dports/textproc/tidyp/tidyp-1.04/src/ |
H A D | istack.c | 173 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node ) in TY_() argument
|
H A D | lexer.h | 558 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node );
|
H A D | parser.c | 1700 if( TY_(IsPushedLast)( doc, element, node ) ) in TY_() local
|
/dports/www/tidy-html5/tidy-html5-5.8.0/src/ |
H A D | istack.c | 180 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node ) in TY_() argument
|
H A D | lexer.h | 565 TY_PRIVATE Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node );
|
H A D | parser.c | 2038 if( TY_(IsPushedLast)( doc, element, node ) ) in TY_() local
|
/dports/www/tidy-lib/tidy/src/ |
H A D | istack.c | 179 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node ) in TY_() argument
|
H A D | lexer.h | 580 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node );
|
H A D | parser.c | 1741 if( TY_(IsPushedLast)( doc, element, node ) ) in TY_() local
|
/dports/www/tidy-devel/tidy/src/ |
H A D | istack.c | 179 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node ) in TY_() argument
|
H A D | lexer.h | 580 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node );
|
H A D | parser.c | 1741 if( TY_(IsPushedLast)( doc, element, node ) ) in TY_() local
|