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

/ast/src/cmd/ie/
H A Dedit.c1374 static struct termio ott; local
1391 if((r=ioctl(fd,TCGETA,&ott)) >= 0)
1393 tt->c_lflag = ott.c_lflag;
1394 tt->c_oflag = ott.c_oflag;
1395 tt->c_iflag = ott.c_iflag;
1396 tt->c_cflag = ott.c_cflag;
1398 tt->c_cc[i] = ott.c_cc[i];
1413 ott.c_lflag = tt->c_lflag;
1414 ott.c_oflag = tt->c_oflag;
1415 ott
[all...]
/ast/src/cmd/ksh93/edit/
H A Dedit.c1491 #define ott ep->e_ott macro
1506 if((r=ioctl(fd,TCGETA,&ott)) >= 0)
1508 tt->c_lflag = ott.c_lflag;
1509 tt->c_oflag = ott.c_oflag;
1510 tt->c_iflag = ott.c_iflag;
1511 tt->c_cflag = ott.c_cflag;
1513 tt->c_cc[i] = ott.c_cc[i];
1527 ott.c_lflag = tt->c_lflag;
1528 ott.c_oflag = tt->c_oflag;
1529 ott
[all...]

Completed in 25 milliseconds