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

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dparser.c1055 lexer->excludeBlocks is yes.
1118 lexer->excludeBlocks = yes;
1124 lexer->excludeBlocks = yes;
1137 if ( lexer->excludeBlocks )
1933 lexer->excludeBlocks = no;
1935 lexer->excludeBlocks = yes;
1960 if (!(node->tag->model & CM_INLINE) && lexer->excludeBlocks)
2059 if (node->tag && (node->tag->model & CM_BLOCK) && lexer->excludeBlocks)
2234 exclude_state = lexer->excludeBlocks;
2235 lexer->excludeBlocks
[all...]
H A Dlexer.h351 Bool excludeBlocks; /* Netscape compatibility */ member in struct:_Lexer

Completed in 121 milliseconds