HomeSort by: relevance | last modified time | path
    Searched defs:iotmp (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
exec.c 1122 struct ioword iotmp; local in function:iosetup
1129 iotmp = *iop;
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1131 iotmp.flag |= IONAMEXP;
1136 snptreef((char *) 0, 32, "%R", &iotmp));
1181 snptreef((char *) 0, 32, "%R", &iotmp), emsg);
1226 snptreef((char *) 0, 32, "%R", &iotmp),
exec.c 1122 struct ioword iotmp; local in function:iosetup
1129 iotmp = *iop;
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1131 iotmp.flag |= IONAMEXP;
1136 snptreef((char *) 0, 32, "%R", &iotmp));
1181 snptreef((char *) 0, 32, "%R", &iotmp), emsg);
1226 snptreef((char *) 0, 32, "%R", &iotmp),

Completed in 23 milliseconds