Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtermio.h57 struct termcb { struct
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c760 struct termcb termcb; in show_termcb() local
762 if (Pread(Proc, &termcb, sizeof (termcb), offset) == sizeof (termcb)) { in show_termcb()
766 termcb.st_flgs&0xff, in show_termcb()
767 termcb.st_termt&0xff, in show_termcb()
768 termcb.st_crow&0xff, in show_termcb()
769 termcb.st_ccol&0xff, in show_termcb()
770 termcb.st_vrow&0xff, in show_termcb()
771 termcb.st_lrow&0xff); in show_termcb()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed430 struct termcb new, old; /* CB/UNIX virtual terminals */
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3369 strioc.ic_len = sizeof (struct termcb); in strioctl()