Searched defs:rndstak (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c121 unsigned char *rndstak; local
127 rndstak = (unsigned char *)round(staktop, ALIGNSIZ);
131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY);
132 bloktop = (struct blk *)(rndstak);

Completed in 44 milliseconds