Home
last modified time | relevance | path

Searched defs:termcb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtermio.h55 struct termcb { struct
56 char st_flgs; /* term flags */
57 char st_termt; /* term type */
58 char st_crow; /* gtty only - current row */
59 char st_ccol; /* gtty only - current col */
60 char st_vrow; /* variable row */
61 char st_lrow; /* last row */
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c757 struct termcb termcb; in show_termcb() local