Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c301 if (flag & IONAMEXP) in pioact()
963 DB(IONAMEXP) in dumpioact()
974 if (iop->ioflag & IONAMEXP) { in dumpioact()
Dexec.c1411 iotmp.ioflag |= IONAMEXP; in iosetup()
Dsh.h1743 #define IONAMEXP BIT(8) /* name has been expanded */ macro