Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c112 freetree(whptr(t)->whtre); in freetree()
113 freetree(whptr(t)->dotre); in freetree()
336 prf(whptr(t)->whtre); in prf()
340 prf(whptr(t)->dotre); in prf()
H A Dxec.c446 while (execbrk == 0 && (execute(whptr(t)->whtre,
450 i = execute(whptr(t)->dotre, XEC_NOSTOP, errorflg);
H A Dmode.h254 #define whptr(x) ((struct whnod *)x) macro