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

/ast/src/cmd/html/
H A Dtroff2html.h251 Pushin_t* in_top; /* input stream stack top */ member in struct:State_s
H A Dtroff2html.c217 #define ISFILE() ((state.in_top-1)->ip)
250 if (state.in_top >= &state.in_stack[elementsof(state.in_stack)])
252 pp = state.in_top++;
259 --state.in_top;
272 state.in_top--;
700 if (state.in_top <= state.in_stack)
705 pp = state.in_top;
732 state.in_top = pp;
2246 for (pp = state.in_top; pp >= state.in_stack; pp--)
2294 for (pp = state.in_top; p
[all...]

Completed in 13 milliseconds