Lines Matching defs:termcb
761 struct termcb termcb;763 if (Pread(Proc, &termcb, sizeof (termcb), offset) == sizeof (termcb)) {767 termcb.st_flgs&0xff,768 termcb.st_termt&0xff,769 termcb.st_crow&0xff,770 termcb.st_ccol&0xff,771 termcb.st_vrow&0xff,772 termcb.st_lrow&0xff);