Home
last modified time | relevance | path

Searched refs:termcb (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtermio.h57 struct termcb { struct
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c761 struct termcb termcb; in show_termcb() local
763 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()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed430 struct termcb new, old; /* CB/UNIX virtual terminals */
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c3370 strioc.ic_len = sizeof (struct termcb); in strioctl()