Searched refs:termcb (Results 1 – 4 of 4) sorted by relevance
57 struct termcb { struct
761 struct termcb termcb; in show_termcb() local763 if (Pread(Proc, &termcb, sizeof (termcb), offset) == sizeof (termcb)) { in show_termcb()767 termcb.st_flgs&0xff, in show_termcb()768 termcb.st_termt&0xff, in show_termcb()769 termcb.st_crow&0xff, in show_termcb()770 termcb.st_ccol&0xff, in show_termcb()771 termcb.st_vrow&0xff, in show_termcb()772 termcb.st_lrow&0xff); in show_termcb()
430 struct termcb new, old; /* CB/UNIX virtual terminals */
3370 strioc.ic_len = sizeof (struct termcb); in strioctl()