Searched refs:ttystates (Results 1 – 2 of 2) sorted by relevance
301 } ttystates[] = { variable356 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()
2245 } ttystates[] = { variable2432 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()