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

/freebsd-10.0-release/contrib/tcsh/
H A Dtc.who.c144 char who_tty[UTLINLEN + 1]; member in struct:who
330 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
356 host = ut_find_host(wp->who_tty);
374 (void) strncpy(wpnew->who_tty, utmp.ut_line, UTLINLEN);
377 host = ut_find_host(wpnew->who_tty);
436 (!Gmatch(str2short(wp->who_tty), vp[1]) &&
482 xprintf("%s/%s -> ", a->who_name, a->who_tty);
493 xprintf("%s/%s -> ", a->who_name, a->who_tty);
502 xprintf(CGETS(26, 6, "new: %s/%s\n"), new->who_name, new->who_tty);
504 xprintf("wp: %s/%s\n", wp->who_name, wp->who_tty);
[all...]

Completed in 83 milliseconds