1: /*
   2:  *	Copyright 1984, 1985 by the Regents of the University of
   3:  *	California and by Gregory Glenn Minshall.
   4:  *
   5:  *	Permission to use, copy, modify, and distribute these
   6:  *	programs and their documentation for any purpose and
   7:  *	without fee is hereby granted, provided that this
   8:  *	copyright and permission appear on all copies and
   9:  *	supporting documentation, the name of the Regents of
  10:  *	the University of California not be used in advertising
  11:  *	or publicity pertaining to distribution of the programs
  12:  *	without specific prior permission, and notice be given in
  13:  *	supporting documentation that copying and distribution is
  14:  *	by permission of the Regents of the University of California
  15:  *	and by Gregory Glenn Minshall.  Neither the Regents of the
  16:  *	University of California nor Gregory Glenn Minshall make
  17:  *	representations about the suitability of this software
  18:  *	for any purpose.  It is provided "as is" without
  19:  *	express or implied warranty.
  20:  */
  21: 
  22: /* the various options that run our life.  Very few of these are implemented
  23: 	as yet.
  24:  */
  25: 
  26: int OptHome;        /* where home should send us */
  27: 
  28: int OptLeftMargin;      /* where new line should send us */
  29: 
  30: char    OptColTabs[80];     /* local tab stops */
  31: 
  32: int OptAPLmode;
  33: 
  34: int OptNullProcessing;  /* improved null processing */
  35: 
  36: int OptZonesMode;       /* zones mode off */
  37: 
  38: int OptEnterNL;     /* regular enter/new line keys */
  39: 
  40: int OptColFieldTab;     /* regular column/field tab keys */
  41: 
  42: int OptPacing;      /* do pacing */
  43: 
  44: int OptAlphaInNumeric;  /* allow alpha in numeric fields */
  45: 
  46: int OptHome;
  47: 
  48: int OptLeftMargin;
  49: 
  50: int OptWordWrap;

Defined variables

OptAPLmode defined in line 32; used 3 times
OptAlphaInNumeric defined in line 44; used 3 times
OptColFieldTab defined in line 40; used 3 times
OptColTabs defined in line 30; used 12 times
OptEnterNL defined in line 38; used 3 times
OptHome defined in line 46; used 4 times
OptLeftMargin defined in line 48; used 9 times
OptNullProcessing defined in line 34; used 3 times
OptPacing defined in line 42; used 3 times
OptWordWrap defined in line 50; used 3 times
OptZonesMode defined in line 36; used 3 times

Usage of this include

Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2006
Valid CSS Valid XHTML 1.0 Strict