1: /*	name.h	4.1	82/05/07	*/
   2: 
   3: #
   4: /*
   5:  *	UNIX shell
   6:  *
   7:  *	S. R. Bourne
   8:  *	Bell Telephone Laboratories
   9:  *
  10:  */
  11: 
  12: 
  13: #define N_RDONLY 0100000
  14: #define N_EXPORT 0040000
  15: #define N_ENVNAM 0020000
  16: #define N_ENVPOS 0007777
  17: 
  18: #define N_DEFAULT 0
  19: 
  20: struct namnod {
  21:     NAMPTR  namlft;
  22:     NAMPTR  namrgt;
  23:     STRING  namid;
  24:     STRING  namval;
  25:     STRING  namenv;
  26:     INT namflg;
  27: };

Defined struct's

namnod defined in line 20; never used

Defined macros

N_DEFAULT defined in line 18; used 1 times
N_ENVNAM defined in line 15; used 2 times
N_ENVPOS defined in line 16; never used
N_EXPORT defined in line 14; used 5 times
N_RDONLY defined in line 13; used 4 times

Usage of this include

name.h used 1 times
Last modified: 1982-06-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1670
Valid CSS Valid XHTML 1.0 Strict