Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dsyn.c195 int c, iopn = 0, syniocf; in get_command() local
225 if (iopn >= NUFILE) in get_command()
227 iops[iopn++] = synio(cf); in get_command()
235 if (iopn == 0 && XPsize(vars) == 0 && in get_command()
256 if (iopn != 0 || XPsize(args) != 1 || in get_command()
388 if (iopn >= NUFILE) in get_command()
390 iops[iopn++] = iop; in get_command()
393 if (iopn == 0) { in get_command()
397 iops[iopn++] = NULL; in get_command()
398 iops = areallocarray(iops, iopn, in get_command()