Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pstat/
Dpstat.c301 } ttystates[] = { variable
356 for (i = j = 0; ttystates[i].flag; i++) in ttyprt()
357 if (xt->xt_flags & ttystates[i].flag) { in ttyprt()
358 putchar(ttystates[i].val); in ttyprt()
/freebsd-12-stable/sys/kern/
Dtty.c2245 } ttystates[] = { variable
2432 for (i = j = 0; ttystates[i].flag; i++) in DB_SHOW_ALL_COMMAND()
2433 if (tp->t_flags & ttystates[i].flag) { in DB_SHOW_ALL_COMMAND()
2434 db_printf("%c", ttystates[i].val); in DB_SHOW_ALL_COMMAND()