Lines Matching defs:rst
211 struct rex_start rst;
421 rst.rst_cmd = (void *)(cmdp);
422 rst.rst_host = (void *)wdhost;
423 rst.rst_fsname = (void *)fsname;
424 rst.rst_dirwithin = (void *)dirwithin;
425 rst.rst_env = (void *)environ;
426 rst.rst_port0 = makeport(&InOut);
427 rst.rst_port1 = rst.rst_port0; /* same port for stdin */
428 rst.rst_flags = 0;
434 rst.rst_flags |= REX_INTERACTIVE;
443 rst.rst_port2 = rst.rst_port1;
445 rst.rst_port2 = makeport(&Err);
454 xdr_rex_start, (caddr_t)&rst,