Searched defs:SYSERR (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c112 #define SYSERR -1 macro
182 while(tcgetattr(fd,tty) == SYSERR)
185 return(SYSERR);
212 while(tcsetattr(fd, action, tty) == SYSERR)
215 return(SYSERR);
252 if(tty_set(fd, TCSANOW, &ttyparm) == SYSERR)
279 if(tty_get(fd,&ttyparm) == SYSERR)
304 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
309 if(ioctl(fd,TIOCGLTC,&l_chars) != SYSERR)
315 if(ioctl(fd,TIOCSLTC,&lchars) != SYSERR)
[all...]

Completed in 629 milliseconds