Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c184 Cp = callst; in main()
274 if (--Cp < callst) in main()
456 callst = xcalloc(stksize/3+1, sizeof (struct call)); in initalloc()
536 "Trace(%d): %ws", Cp-callst, a1[0]); in expand()
913 for (mptr = callst; mptr <= Cp; ++mptr) { in error3()
918 if (mptr == callst) in error3()
930 while (--mptr >= callst) in error3()
H A Dm4ext.c54 struct call *callst; /* stack */ variable
H A Dm4.h151 extern struct call *callst;