Home
last modified time | relevance | path

Searched refs:argstk (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c90 wchar_t **argstk; variable
H A Dm4.h112 extern wchar_t **argstk;
H A Dm4.c461 Ap = argstk = xcalloc(stksize+3, sizeof (wchar_t *)); in initalloc()
466 astklm = (wchar_t *)(&argstk[stksize]); in initalloc()