Searched defs:termcb (Results 1 – 2 of 2) sorted by relevance
55 struct termcb { struct56 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 */
757 struct termcb termcb; in show_termcb() local