Searched refs:iotmp (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | exec.c | 1117 struct ioword iotmp; in iosetup() local 1124 iotmp = *iop; in iosetup() 1125 iotmp.name = (iotype == IOHERE) ? NULL : cp; in iosetup() 1126 iotmp.flag |= IONAMEXP; in iosetup() 1131 snptreef(NULL, 32, "%R", &iotmp)); in iosetup() 1174 snptreef(NULL, 32, "%R", &iotmp), emsg); in iosetup() 1225 snptreef(NULL, 32, "%R", &iotmp), in iosetup()
|