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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c142 char who_tty[UTLINLEN + 1]; member in struct:who
311 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
337 host = ut_find_host(wp->who_tty);
355 (void) strncpy(wpnew->who_tty, utmp.ut_line, UTLINLEN);
358 host = ut_find_host(wpnew->who_tty);
417 (!Gmatch(str2short(wp->who_tty), vp[1]) &&
463 xprintf("%s/%s -> ", a->who_name, a->who_tty);
474 xprintf("%s/%s -> ", a->who_name, a->who_tty);
483 xprintf(CGETS(26, 6, "new: %s/%s\n"), new->who_name, new->who_tty);
485 xprintf("wp: %s/%s\n", wp->who_name, wp->who_tty);
[all...]

Completed in 206 milliseconds