Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dsyn.c270 int c, iopn = 0, syniocf, lno; in get_command() local
310 if (iopn >= NUFILE) in get_command()
312 iops[iopn++] = iop; in get_command()
375 if (iopn != 0 || XPsize(args) != 1 || XPsize(vars) != 0) in get_command()
505 if (iopn >= NUFILE) in get_command()
507 iops[iopn++] = iop; in get_command()
510 if (iopn == 0) { in get_command()
513 iops[iopn++] = NULL; in get_command()
514 t->ioact = alloc2(iopn, sizeof(struct ioword *), ATEMP); in get_command()
515 memcpy(t->ioact, iops, iopn * sizeo in get_command()
[all...]

Completed in 1 milliseconds