Lines Matching defs:rterm
82 static char *rterm, *receipient; /* Pointer to receipient's terminal & name */
94 extern char *rterm, *receipient;
129 /* Set "rterm" to location where receipient's terminal will go. */
131 rterm = &rterminal[sizeof ("/dev/") - 1];
196 strlcpy(rterm, &ubuf->ut_line[0],
197 sizeof (rterminal) - (rterm - rterminal));
200 rterm[0] = '\0';
213 if (*rterm == '\0') {
214 strlcpy(rterm, &ubuf->ut_line[0],
215 sizeof (rterminal) - (rterm - rterminal));
218 strlcpy(badterm[bad++], rterm,
221 rterm[0] = '\0';
227 receipient, rterm);
243 receipient, rterm);
259 if (terminal != NULL && *rterm == '\0') {
300 else if (*rterm == '\0') {
499 extern char *rterm, *receipient;
503 receipient, rterm);