National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Keyed Indexed Files Up: Unix System Calls Previous: Low-Level Memory Management

IOCTL

Although Unix controls terminal device by a set of commands (second argument) to ioctl, EusLisp provides them in the forms of function to eliminate to reference the include files and or'ing argument with the command codes. For the detail, refer to the termio manual pages of Unix.

There are two sets of terminal io-controls: TIOC* and TC*. Be careful about the availability of these functions on your operating system. Basically, BSD supports TIOC* io-controls and Sys5 supports TC*.

SunOS 4.1 Both TIOC* and TC*
Solaris2 only TC*
mips, ultrix? only TIOC*

  unix:tiocgetp stream [sgttybuf] [function]

  unix:tiocsetp stream sgttybuf [function]   unix:tiocsetn stream [sgttybuf] [function]   unix:tiocgetd stream [sgttybuf] [function]   unix:tiocflush stream [function]   unix:tiocgpgrp stream integer [function]   unix:tiocspgrp stream integer [function]   unix:tiocoutq stream integer [function]   unix:fionread stream integer [function]   unix:tiocsetc stream buf [function]   unix:tioclbis stream buf [function]   unix:tioclbic stream buf [function]   unix:tioclset stream buf [function]   unix:tioclget stream buf [function]   unix:tcseta stream buffer [function]   unix:tcsets stream buffer [function]   unix:tcsetsw stream buffer [function]   unix:tcsetsf stream buffer [function]   unix:tiocsetc stream buffer [function]   unix:tcsetaf stream buffer [function]   unix:tcsetaw stream buffer [function]   unix:tcgeta stream buffer [function]   unix:tcgets stream buffer [function]   unix:tcgetattr stream buffer [function]   unix:tcsetattr stream buffer [function]
next up previous contents index
Next: Keyed Indexed Files Up: Unix System Calls Previous: Low-Level Memory Management

Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996