Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c188 Cp = callst; in main()
278 if (--Cp < callst) in main()
460 callst = xcalloc(stksize/3+1, sizeof (struct call)); in initalloc()
540 "Trace(%d): %ws", Cp-callst, a1[0]); in expand()
917 for (mptr = callst; mptr <= Cp; ++mptr) { in error3()
922 if (mptr == callst) in error3()
934 while (--mptr >= callst) in error3()
H A Dm4ext.c54 struct call *callst; /* stack */ variable
H A Dm4.h151 extern struct call *callst;