Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c263 int c, iopn = 0, syniocf, lno; in get_command() local
296 if (iopn >= NUFILE) in get_command()
299 iops[iopn++] = iop; in get_command()
309 if (iopn == 0 && XPsize(vars) == 0 && in get_command()
356 if (iopn != 0 || XPsize(args) != 1 || in get_command()
490 if (iopn >= NUFILE) in get_command()
492 iops[iopn++] = iop; in get_command()
495 if (iopn == 0) { in get_command()
499 iops[iopn++] = NULL; in get_command()
500 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()