Home
last modified time | relevance | path

Searched refs:ttystates (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/pstat/
H A Dpstat.c289 } ttystates[] = { variable
344 for (i = j = 0; ttystates[i].flag; i++) in ttyprt()
345 if (xt->xt_flags & ttystates[i].flag) { in ttyprt()
346 putchar(ttystates[i].val); in ttyprt()
/freebsd/sys/kern/
H A Dtty.c2290 } ttystates[] = { variable
2477 for (i = j = 0; ttystates[i].flag; i++) in DB_SHOW_ALL_COMMAND()
2478 if (tp->t_flags & ttystates[i].flag) { in DB_SHOW_ALL_COMMAND()
2479 db_printf("%c", ttystates[i].val); in DB_SHOW_ALL_COMMAND()