Searched refs:ttystates (Results 1 – 1 of 1) sorted by relevance
2257 } ttystates[] = { variable2444 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()