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
312 if (iopn >= NUFILE) in get_command()
314 iops[iopn++] = iop; in get_command()
377 if (iopn != 0 || XPsize(args) != 1 || XPsize(vars) != 0) in get_command()
507 if (iopn >= NUFILE) in get_command()
509 iops[iopn++] = iop; in get_command()
512 if (iopn == 0) { in get_command()
516 iops[iopn++] = NULL; in get_command()
517 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()