Searched defs:termio_attrs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c332 static const termio_attr_t termio_attrs[] = { variable
1279 for (nbytes = 0, ta = &termio_attrs[0]; ta->ta_name != NULL; ta++) {
1334 for (ta = &termio_attrs[0]; ta->ta_name != NULL; ta++) {
1601 termio_dump(td, &termio_attrs[0]);

Completed in 49 milliseconds