Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c62 struct ioword **iowp; in execute() local
162 for (iowp = t->ioact; *iowp != NULL; iowp++) { in execute()
163 if (iosetup(*iowp, tp) < 0) { in execute()