Searched refs:nttyparm (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.c116 static struct termios nttyparm; /* raw tty parameters */ variable in typeref:struct:termios
275 nttyparm = ttyparm;
276 nttyparm.sg_flags &= ~(ECHO | TBDELAY);
278 nttyparm.sg_flags |= CBREAK;
280 nttyparm.sg_flags |= RAW;
285 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
311 nttyparm = ttyparm;
313 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL);
314 nttyparm.c_iflag |= BRKINT;
316 nttyparm
[all...]
/ast/src/cmd/ksh93/edit/
H A Dedit.c152 # define nttyparm (ep->e_nttyparm) macro
292 nttyparm = ttyparm;
294 nttyparm.sg_flags &= ~(ECHO | TBDELAY);
296 nttyparm.sg_flags |= CBREAK;
298 nttyparm.sg_flags |= RAW;
305 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
330 nttyparm = ttyparm;
332 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL);
333 nttyparm.c_iflag |= BRKINT;
335 nttyparm
[all...]

Completed in 14 milliseconds