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