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

/ast/src/cmd/html/
H A Dtroff2html.h181 Env_t** env_sp; /* environment stack pointer */ member in struct:State_s
H A Dtroff2html.c2721 if (state.env_sp <= state.env_stack)
2724 state.env_sp--;
2726 else if (state.env_sp >= &state.env_stack[elementsof(state.env_stack)])
2729 *++state.env_sp = env(ap->argv[1]);
2731 ne = state.env = *state.env_sp;
3682 *(state.env_sp = state.env_stack) = state.env = env("0");

Completed in 19 milliseconds