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

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Distack.c84 if (lexer->istacksize + 1 > lexer->istacklength)
86 if (lexer->istacklength == 0)
87 lexer->istacklength = 6; /* this is perhaps excessive */
89 lexer->istacklength = lexer->istacklength * 2;
91 sizeof(IStack)*(lexer->istacklength));
H A Dlexer.h387 uint istacklength; /* allocated */ member in struct:_Lexer

Completed in 57 milliseconds