Searched refs:stakbot (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dstak.h42 #define relstak() (staktop-stakbot)
43 #define absstak(x) (stakbot+Rcheat(x))
109 extern unsigned char *stakbot;
H A Dstak.c47 oldstak = stakbot;
48 staktop = stakbot += size;
61 if (brkend - stakbot < BRKINCR)
68 return(stakbot);
87 assert(staktop == stakbot);
88 return(stakbot);
99 oldstak = stakbot;
100 stakbot = staktop = (unsigned char *)round(argp, BYTESPERWORD);
117 staktop = stakbot = max(x, stakbas);
H A Dmacro.c345 int strlngth = staktop - stakbot;
378 (void) memcpystak(stakbot, savptr, strlngth);
379 staktop = stakbot + strlngth;
430 if (quoted && (stakbot == staktop)) {
457 int strlngth = staktop - stakbot;
512 (void) memcpystak(stakbot, savptr, strlngth);
513 oldstaktop = staktop = stakbot + strlngth;
625 write(ot, stakbot, staktop - stakbot);
627 write(output, stakbot, stakto
[all...]
H A Ddefs.c111 unsigned char *stakbot = 0; variable
H A Dblok.c73 if (stakbot == 0) {
110 if (stakbot == 0) {
159 if (reqd = (staktop-stakbot)) {
163 *sp++ = *stakbot++;
169 stakbas = stakbot = stakadr;
H A Dmain.c95 if (stakbot == 0) {
H A Dxec.c58 * `stakbot' is preserved by this routine
251 savebot = stakbot;
H A Dname.c636 *argnam++ = getstak(p + 1 - (unsigned char *)(stakbot));

Completed in 161 milliseconds