Home
last modified time | relevance | path

Searched refs:seenEndBody (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/tidyp/tidyp-1.04/src/
H A Dlexer.h349 Bool seenEndBody; /* true if a </body> tag has been encountered */ member
H A Dparser.c3270 if ( lexer->seenEndBody && in TY_()
3283 lexer->seenEndBody = 1; in TY_()
3556 Bool seen_body = lexer->seenEndBody; in TY_()
3573 if ( body || lexer->seenEndBody ) in TY_()
/dports/www/tidy-lib/tidy/src/
H A Dlexer.h367 Bool seenEndBody; /* true if a </body> tag has been encountered */ member
H A Dparser.c3315 if ( lexer->seenEndBody && in TY_()
3328 lexer->seenEndBody = 1; in TY_()
3375 if ( lexer->seenEndBody == 1 && !iswhitenode ) in TY_()
3377 ++lexer->seenEndBody; in TY_()
3607 Bool seen_body = lexer->seenEndBody; in TY_()
3624 if ( body || lexer->seenEndBody ) in TY_()
/dports/www/tidy-devel/tidy/src/
H A Dlexer.h367 Bool seenEndBody; /* true if a </body> tag has been encountered */ member
H A Dparser.c3315 if ( lexer->seenEndBody && in TY_()
3328 lexer->seenEndBody = 1; in TY_()
3375 if ( lexer->seenEndBody == 1 && !iswhitenode ) in TY_()
3377 ++lexer->seenEndBody; in TY_()
3607 Bool seen_body = lexer->seenEndBody; in TY_()
3624 if ( body || lexer->seenEndBody ) in TY_()
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dlexer.h366 Bool seenEndBody; /* true if a </body> tag has been encountered */ member
H A Dparser.c3229 if ( lexer->seenEndBody && in ParseBody()
3242 lexer->seenEndBody = 1; in ParseBody()
3289 if ( lexer->seenEndBody == 1 && !iswhitenode ) in ParseBody()
3291 ++lexer->seenEndBody; in ParseBody()
3521 Bool seen_body = lexer->seenEndBody; in ParseNoFrames()
3538 if ( body || lexer->seenEndBody ) in ParseNoFrames()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dlexer.h352 Bool seenEndBody; /* true if a </body> tag has been encountered */ member
H A Dparser.c3812 if ( lexer->seenEndBody && in TY_()
3825 lexer->seenEndBody = 1; in TY_()
4108 Bool seen_body = lexer->seenEndBody; in TY_()
4125 if ( body || lexer->seenEndBody ) in TY_()