reformat
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 5 Jun 1980 04:26:44 +0000 (20:26 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 5 Jun 1980 04:26:44 +0000 (20:26 -0800)
SCCS-vsn: sys/sys/ioctl.h 3.3

usr/src/sys/sys/ioctl.h

index bd17ea4..4e30653 100644 (file)
@@ -1,4 +1,4 @@
-/*     ioctl.h 3.2     %H%     */
+/*     ioctl.h 3.3     %H%     */
 /*
  * ioctl definitions, and special character and local tty definitions
  */
 /*
  * ioctl definitions, and special character and local tty definitions
  */
@@ -28,24 +28,24 @@ struct ltchars {
  * local mode settings
  */
 #define        LCRTBS  01              /* correct backspacing for crt */
  * local mode settings
  */
 #define        LCRTBS  01              /* correct backspacing for crt */
-#define LPRTERA 02             /* printing terminal \ ... / erase */
+#define        LPRTERA 02              /* printing terminal \ ... / erase */
 #define        LCRTERA 04              /* do " \b " to wipe out character */
 #define        LCRTERA 04              /* do " \b " to wipe out character */
-#define LTILDE 010             /* IIASA - hazeltine tilde kludge */
-#define LMDMBUF        020             /* IIASA - start/stop output on carrier intr */
-#define LLITOUT        040             /* IIASA - suppress any output translations */
-#define LTOSTOP        0100            /* send stop for any background tty output */
-#define LFLUSHO        0200            /* flush output sent to terminal */
-#define LNOHANG 0400           /* IIASA - don't send hangup on carrier drop */
-#define LETXACK 01000          /* IIASA - diablo style buffer hacking */
+#define        LTILDE  010             /* IIASA - hazeltine tilde kludge */
+#define        LMDMBUF 020             /* IIASA - start/stop output on carrier intr */
+#define        LLITOUT 040             /* IIASA - suppress any output translations */
+#define        LTOSTOP 0100            /* send stop for any background tty output */
+#define        LFLUSHO 0200            /* flush output sent to terminal */
+#define        LNOHANG 0400            /* IIASA - don't send hangup on carrier drop */
+#define        LETXACK 01000           /* IIASA - diablo style buffer hacking */
 #define        LCRTKIL 02000           /* erase whole line on kill with " \b " */
 #define        LCRTKIL 02000           /* erase whole line on kill with " \b " */
-#define LINTRUP 04000          /* interrupt on every input char - SIGTINT */
+#define        LINTRUP 04000           /* interrupt on every input char - SIGTINT */
 #define        LCTLECH 010000          /* echo control characters as ^X */
 #define        LPENDIN 020000          /* tp->t_rawq is waiting to be reread */
 
 /* local state */
 #define        LCTLECH 010000          /* echo control characters as ^X */
 #define        LPENDIN 020000          /* tp->t_rawq is waiting to be reread */
 
 /* local state */
-#define LSBKSL 01              /* state bit for lowercase backslash work */
+#define        LSBKSL  01              /* state bit for lowercase backslash work */
 #define        LSQUOT  02              /* last character input was \ */
 #define        LSQUOT  02              /* last character input was \ */
-#define LSERASE        04              /* within a \.../ for LPRTRUB */
+#define        LSERASE 04              /* within a \.../ for LPRTRUB */
 #define        LSLNCH  010             /* next character is literal */
 #define        LSTYPEN 020             /* retyping suspended input (LPENDIN) */
 
 #define        LSLNCH  010             /* next character is literal */
 #define        LSTYPEN 020             /* retyping suspended input (LPENDIN) */
 
@@ -66,16 +66,16 @@ struct ltchars {
 #define        TIOCSETC        (('t'<<8)|17)   /* set special characters */
 #define        TIOCGETC        (('t'<<8)|18)   /* get special characters */
 /* locals, from 127 down */
 #define        TIOCSETC        (('t'<<8)|17)   /* set special characters */
 #define        TIOCGETC        (('t'<<8)|18)   /* get special characters */
 /* locals, from 127 down */
-#define TIOCLBIS       (('t'<<8)|127)  /* bis local mode bits */
-#define TIOCLBIC       (('t'<<8)|126)  /* bic local mode bits */
-#define TIOCLSET       (('t'<<8)|125)  /* set entire local mode word */
-#define TIOCLGET       (('t'<<8)|124)  /* get local modes */
+#define        TIOCLBIS        (('t'<<8)|127)  /* bis local mode bits */
+#define        TIOCLBIC        (('t'<<8)|126)  /* bic local mode bits */
+#define        TIOCLSET        (('t'<<8)|125)  /* set entire local mode word */
+#define        TIOCLGET        (('t'<<8)|124)  /* get local modes */
 #define        TIOCSBRK        (('t'<<8)|123)  /* set break bit */
 #define        TIOCSBRK        (('t'<<8)|123)  /* set break bit */
-#define TIOCCBRK       (('t'<<8)|122)  /* clear break bit */
-#define TIOCSDTR       (('t'<<8)|121)  /* set data terminal ready */
-#define TIOCCDTR       (('t'<<8)|120)  /* clear data terminal ready */
-#define TIOCGPGRP      (('t'<<8)|119)  /* get pgrp of tty */
-#define TIOCSPGRP      (('t'<<8)|118)  /* set pgrp of tty */
+#define        TIOCCBRK        (('t'<<8)|122)  /* clear break bit */
+#define        TIOCSDTR        (('t'<<8)|121)  /* set data terminal ready */
+#define        TIOCCDTR        (('t'<<8)|120)  /* clear data terminal ready */
+#define        TIOCGPGRP       (('t'<<8)|119)  /* get pgrp of tty */
+#define        TIOCSPGRP       (('t'<<8)|118)  /* set pgrp of tty */
 #define        TIOCSLTC        (('t'<<8)|117)  /* set local special characters */
 #define        TIOCGLTC        (('t'<<8)|116)  /* get local special characters */
 
 #define        TIOCSLTC        (('t'<<8)|117)  /* set local special characters */
 #define        TIOCGLTC        (('t'<<8)|116)  /* get local special characters */