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

/ast/src/cmd/html/
H A Dhtml2rtf.h115 Stack_t* sp_max; /* highest sp */ member in struct:State_s
H A Dhtml2rtf.c988 if (state.sp >= state.sp_max)
991 n = (state.sp_max - state.sp_min + 1) * 2;
994 state.sp_max = state.sp_min + n - 1;
1507 state.sp_max = state.sp_min + i - 1;

Completed in 12 milliseconds