Lines Matching refs:off
471 register int i,off,off2;
495 off = off2 = 1;
500 off = 0;
506 off = 0;
512 off = 0;
518 off = 0;
524 if(!flags && off==off2)
526 if(!off)
534 off = sp->c_cc[tp->mask];
537 if(!flags && off==(unsigned char)tty.c_cc[tp->mask])
539 if(off==_POSIX_VDISABLE)
541 else if(isprint(off&0xff))
542 sfprintf(sfstdout,"%s = %c;%c",tp->name,off,delim);
545 sfprintf(sfstdout,"%s = ^%c;%c",tp->name,off==0177?'?':(off^0100),delim);
548 off = ccmapc(off, CC_NATIVE, CC_ASCII);
549 sfprintf(sfstdout,"%s = ^%c;%c",tp->name,off==0177?'?':ccmapc(off^0100,CC_ASCII,CC_NATIVE),delim);
576 off = ioctl(0,TIOCGWINSZ,&win);
577 if(off>=0)
580 if(off<0)
636 register int c,off;
641 off = 0;
645 off=1;
647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS)))
652 if(off)
666 if(off)
672 if(off)
682 if(off)
691 if(off)
771 if(off)