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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c151 # define nttyparm (ep->e_nttyparm) macro
290 nttyparm = ttyparm;
292 nttyparm.sg_flags &= ~(ECHO | TBDELAY);
294 nttyparm.sg_flags |= CBREAK;
296 nttyparm.sg_flags |= RAW;
303 if( tty_set(fd, TCSADRAIN, &nttyparm) == SYSERR )
328 nttyparm = ttyparm;
330 nttyparm.c_iflag &= ~(IGNPAR|PARMRK|INLCR|IGNCR|ICRNL);
331 nttyparm.c_iflag |= BRKINT;
333 nttyparm
[all...]

Completed in 98 milliseconds