Searched defs:termcb (Results 1 – 2 of 2) sorted by relevance
57 struct termcb { struct58 char st_flgs; /* term flags */59 char st_termt; /* term type */60 char st_crow; /* gtty only - current row */61 char st_ccol; /* gtty only - current col */62 char st_vrow; /* variable row */63 char st_lrow; /* last row */
761 struct termcb termcb; in show_termcb() local