Lines Matching defs:clstat
116 enum clnt_stat clstat;
130 if (clstat = clnt_call(Client, REXPROC_WINCH,
134 clnt_perrno(clstat);
145 enum clnt_stat clstat;
147 if (clstat = clnt_call(Client, REXPROC_SIGNAL,
151 clnt_perrno(clstat);
214 enum clnt_stat clstat;
453 if (clstat = clnt_call(Client, REXPROC_START,
469 clnt_perrno(clstat);
503 if (!err && (clstat = clnt_call(Client, REXPROC_MODES,
508 clnt_perrno(clstat);
520 if (!err && (clstat = clnt_call(Client, REXPROC_WINCH,
525 clnt_perrno(clstat);
631 if (clstat = clnt_call(Client, REXPROC_WAIT,
636 clnt_perrno(clstat);