Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty.c2257 } ttystates[] = { variable
2444 for (i = j = 0; ttystates[i].flag; i++) in DB_SHOW_ALL_COMMAND()
2445 if (tp->t_flags & ttystates[i].flag) { in DB_SHOW_ALL_COMMAND()
2446 db_printf("%c", ttystates[i].val); in DB_SHOW_ALL_COMMAND()