Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c239 int c, iopn = 0, syniocf; in get_command() local
271 if (iopn >= NUFILE) in get_command()
274 iops[iopn++] = iop; in get_command()
284 if (iopn == 0 && XPsize(vars) == 0 && in get_command()
312 if (iopn != 0 || XPsize(args) != 1 || in get_command()
486 if (iopn >= NUFILE) in get_command()
488 iops[iopn++] = iop; in get_command()
491 if (iopn == 0) { in get_command()
495 iops[iopn++] = NULL; in get_command()
496 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()