Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c123 free(swptr(t)->swarg); in freetree()
124 freereg(swptr(t)->swlst); in freetree()
374 prs_buff(swptr(t)->swarg); in prf()
376 swl = swptr(t)->swlst; in prf()
H A Dxec.c473 unsigned char *r = mactrim(swptr(t)->swarg);
476 regp = swptr(t)->swlst;
H A Dmode.h256 #define swptr(x) ((struct swnod *)x) macro