purge pending output when fielding SIGINT (signal handling still
[unix-history] / usr / src / usr.bin / more / cmd.h
index da15744..548a1fa 100644 (file)
@@ -3,22 +3,20 @@
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
  *
- * This code is derived from software contributed to Berkeley by
- * Mark Nudleman.
- * 
  * Redistribution and use in source and binary forms are permitted
  * provided that the above copyright notice and this paragraph are
  * duplicated in all such forms and that any documentation,
  * advertising materials, and other materials related to such
  * distribution and use acknowledge that the software was developed
  * Redistribution and use in source and binary forms are permitted
  * provided that the above copyright notice and this paragraph are
  * duplicated in all such forms and that any documentation,
  * advertising materials, and other materials related to such
  * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
+ * by Mark Nudleman and the University of California, Berkeley.  The
+ * name of Mark Nudleman or the
  * University may not be used to endorse or promote products derived
  * from this software without specific prior written permission.
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * University may not be used to endorse or promote products derived
  * from this software without specific prior written permission.
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)cmd.h       5.1 (Berkeley) %G%
+ *     @(#)cmd.h       5.3 (Berkeley) %G%
  */
 
 #define        MAX_USERCMD             200
  */
 
 #define        MAX_USERCMD             200
@@ -54,7 +52,6 @@
 #define        A_STAT                  28
 
 #define        A_TOGGLE_OPTION         30
 #define        A_STAT                  28
 
 #define        A_TOGGLE_OPTION         30
-#define        A_VERSION               31
 #define        A_VISUAL                32
 
 #define        A_INVALID               100
 #define        A_VISUAL                32
 
 #define        A_INVALID               100