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

Defined struct's

namnod defined in line 18; never used

Defined macros

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

Usage of this include

name.h used 1 times
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 611
Valid CSS Valid XHTML 1.0 Strict