Lines Matching refs:ttyp
1297 struct tty *ttyp;
1320 for (ttyp = tty; ttyp->tname != NULL; ttyp++) {
1324 if (strcmp(tp, ttyp->tname) == 0) {
1332 (ttyp->tdev != PRNODEV) &&
1333 (psinfo->pr_ttydev == ttyp->tdev))
1334 other = ttyp->tname;
1359 prcom(psinfo_t *psinfo, char *ttyp)
1375 pr_fields(psinfo, ttyp, print_zombie_field);
1387 pr_fields(psinfo, ttyp, print_field);
1547 (void) printf(" %-8.14s", ttyp); /* TTY */
1650 print_field(psinfo_t *psinfo, struct field *f, const char *ttyp)
1851 (void) printf("%-*s", width, ttyp);
2033 print_zombie_field(psinfo_t *psinfo, struct field *f, const char *ttyp)
2073 print_field(psinfo, f, ttyp);
2079 pr_fields(psinfo_t *psinfo, const char *ttyp,
2085 print_fld(psinfo, f, ttyp);