Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c290 if (flag & IONAMEXP) in pioact()
930 DB(IONAMEXP) in dumpioact()
941 if (iop->ioflag & IONAMEXP) { in dumpioact()
Dexec.c1377 iotmp.ioflag |= IONAMEXP; in iosetup()
Dsh.h1423 #define IONAMEXP BIT(8) /* name has been expanded */ macro