Searched refs:SYSERR (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.c | 54 #define SYSERR -1 macro 153 while(tcgetattr(fd,&savetty) == SYSERR) 160 return(SYSERR); 196 while(tcsetattr(fd, action, tty) == SYSERR) 203 return(SYSERR); 245 if(savefd<0 || tty_set(fd, TCSANOW, &ttyparm) == SYSERR) 269 if(tty_get(fd,&ttyparm) == SYSERR) 285 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 293 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR) 299 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR) [all...] |
H A D | vi.c | 181 #define SYSERR (-1) /* system error */ macro 595 return(SYSERR); 597 return(SYSERR); 638 return(SYSERR);
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 112 #define SYSERR -1 macro 182 while(tcgetattr(fd,tty) == SYSERR) 185 return(SYSERR); 212 while(tcsetattr(fd, action, tty) == SYSERR) 215 return(SYSERR); 253 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR) 280 if(tty_get(fd,&ttyparm) == SYSERR) 305 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR ) 310 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR) 316 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR) [all...] |
Completed in 17 milliseconds