Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / general / globals.h
index 7ef48ab..d8da32d 100644 (file)
@@ -1,7 +1,3 @@
-/*
- *     @(#)globals.h   3.1  10/29/86
- */
-
 /*
  *     This file contains all the globals used by tn3270.
  *
 /*
  *     This file contains all the globals used by tn3270.
  *
@@ -10,6 +6,8 @@
  *     we assume they have #include'd all the other .h files
  *     first, and we only give those globals relevant to
  *     the #include'd .h files.
  *     we assume they have #include'd all the other .h files
  *     first, and we only give those globals relevant to
  *     the #include'd .h files.
+ *
+ * @(#)globals.h       1.10 (Berkeley) %G%
  */
 
 #if    defined(DEFINING_INSTANCES)
  */
 
 #if    defined(DEFINING_INSTANCES)
 #endif
 
 
 #endif
 
 
-#if    defined(INCLUDED_3270)
-#endif
-
-#if    defined(INCLUDED_ASCEBC)
-#endif
+EXTERN int
+               /*
+                * shell_active ==>
+                *              1.  Don't do input.
+                *              2.  Don't do output.
+                *              3.  Don't block in select.
+                *              4.  When nothing to do, call shell_continue()
+                */
+       shell_active;
 
 
-#if    defined(INCLUDED_DCTYPE)
-extern char dctype[];          /* 256 byte array */
-#endif
 
 #if    defined(INCLUDED_OPTIONS)
 EXTERN int     OptHome;                /* where home should send us */
 
 #if    defined(INCLUDED_OPTIONS)
 EXTERN int     OptHome;                /* where home should send us */
@@ -81,7 +80,6 @@ extern char CIABuffer[];
 EXTERN int UnLocked;           /* is the keyboard unlocked */
 EXTERN int AidByte;
 
 EXTERN int UnLocked;           /* is the keyboard unlocked */
 EXTERN int AidByte;
 
-EXTERN int Initialized;        /* are we initialized? */
 #endif
 
 #if    defined(INCLUDED_STATE)
 #endif
 
 #if    defined(INCLUDED_STATE)
@@ -89,6 +87,10 @@ EXTERN int Initialized;      /* are we initialized? */
 
 #if    defined(INCLUDED_OIA)
 
 
 #if    defined(INCLUDED_OIA)
 
-OIA OperatorInformationArea;
+EXTERN OIA OperatorInformationArea;
+
+EXTERN int
+    oia_modified,              /* Has the oia been modified */
+    ps_modified;               /* Has the presentation space been modified */
 
 #endif /* defined(INCLUDED_OIA) */
 
 #endif /* defined(INCLUDED_OIA) */