Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dio.c98 struct tempblk *tmpfptr; variable
104 tb->fstak = tmpfptr; in pushtemp()
105 tmpfptr = tb; in pushtemp()
111 if (tmpfptr) { in poptemp()
112 close(tmpfptr->fdes); in poptemp()
113 tmpfptr = tmpfptr->fstak; in poptemp()