Home
last modified time | relevance | path

Searched refs:stakbsy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dstak.c110 while ((unsigned char *)stakbsy > x) in tdystak()
112 next = stakbsy->word; in tdystak()
113 free(stakbsy); in tdystak()
114 stakbsy = next; in tdystak()
H A Dstak.h99 extern struct blk *stakbsy;
H A Ddefs.c111 struct blk *stakbsy; variable
H A Dblok.c129 blokstak->word = stakbsy; in addblok()
130 stakbsy = blokstak; in addblok()