Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c436 if ((*iowp)->ioflag & IODUPSELF) in execute()
1492 iop->ioflag |= IODUPSELF; in iosetup()
Dsh.h2030 #define IODUPSELF BIT(8) /* x>&x (as opposed to x>&y) */ macro