Searched refs:sstack (Results 1 – 1 of 1) sorted by relevance
312 static struct sstack { struct316 } *sstack; variable343 sstack = (struct sstack *)calloc(maxfiles, sizeof(struct sstack)); in source()344 if (sstack == NULL) { in source()352 sstack[++ssp].s_file = input; in source()353 sstack[ssp].s_cond = cond; in source()354 sstack[ssp].s_loading = loading; in source()378 cond = sstack[ssp].s_cond; in unstack()379 loading = sstack[ssp].s_loading; in unstack()380 input = sstack[ssp--].s_file; in unstack()