Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c270 int c, iopn = 0, syniocf, lno; in get_command() local
311 if (iopn >= NUFILE) in get_command()
314 iops[iopn++] = iop; in get_command()
376 if (iopn != 0 || XPsize(args) != 1 || in get_command()
513 if (iopn >= NUFILE) in get_command()
515 iops[iopn++] = iop; in get_command()
518 if (iopn == 0) { in get_command()
522 iops[iopn++] = NULL; in get_command()
523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()