Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c61 struct ioword **iowp; in execute() local
145 for (iowp = t->ioact; *iowp != NULL; iowp++) { in execute()
146 if (iosetup(*iowp, tp) < 0) { in execute()
435 for (iowp = t->left->ioact; *iowp != NULL; iowp++) in execute()
436 if ((*iowp)->ioflag & IODUPSELF) in execute()
437 fcntl((*iowp)->unit, F_SETFD, 0); in execute()