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

/freebsd-12-stable/usr.sbin/pstat/
H A Dpstat.c301 } ttystates[] = { variable in typeref:struct:__anon17616
356 for (i = j = 0; ttystates[i].flag; i++)
357 if (xt->xt_flags & ttystates[i].flag) {
358 putchar(ttystates[i].val);
/freebsd-12-stable/sys/kern/
H A Dtty.c2244 } ttystates[] = { variable in typeref:struct:__anon15754
2431 for (i = j = 0; ttystates[i].flag; i++)
2432 if (tp->t_flags & ttystates[i].flag) {
2433 db_printf("%c", ttystates[i].val);

Completed in 113 milliseconds