Searched refs:TIO_ATTR_REQSTR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_terminfo_skel.c | 46 TIO_ATTR_REQSTR, enumerator 108 if (tap->ta_type == TIO_ATTR_REQSTR || in tigetstr()
|
/titanic_50/usr/src/cmd/mdb/tools/scripts/ |
H A D | tigen.sh | 129 TIO_ATTR_REQSTR|TIO_ATTR_STR)
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 174 TIO_ATTR_REQSTR, /* String attribute that is required */ enumerator 333 { "cub1", TIO_ATTR_REQSTR, &termio_info.ti_cub1 }, 334 { "cuf1", TIO_ATTR_REQSTR, &termio_info.ti_cuf1 }, 335 { "cuu1", TIO_ATTR_REQSTR, &termio_info.ti_cuu1 }, 336 { "cud1", TIO_ATTR_REQSTR, &termio_info.ti_cud1 }, 338 { "el", TIO_ATTR_REQSTR, &termio_info.ti_el }, 1237 case TIO_ATTR_REQSTR: in termio_dump() 1281 case TIO_ATTR_REQSTR: in termio_setup_attrs() 1294 else if (ta->ta_type == TIO_ATTR_REQSTR) { in termio_setup_attrs() 1336 case TIO_ATTR_REQSTR: in termio_setup_attrs()
|