Annotation of researchv9/cmd/sh/name.h, revision 1.1

1.1     ! root        1: /*     @(#)name.h      1.3     */
        !             2: /*
        !             3:  *     UNIX shell
        !             4:  *
        !             5:  *     Bell Telephone Laboratories
        !             6:  *
        !             7:  */
        !             8: 
        !             9: 
        !            10: #define N_EXPORT 0002
        !            11: #define N_ENVNAM 0001
        !            12: #define N_FUNCTN 0001
        !            13: #define N_VAR   0000
        !            14: 
        !            15: #define N_DEFAULT 0
        !            16: 
        !            17: struct namx
        !            18: {
        !            19:        char    flg;
        !            20:        char    *val;
        !            21: };
        !            22: 
        !            23: struct namnod
        !            24: {
        !            25:        struct namnod   *namlft;
        !            26:        struct namnod   *namrgt;
        !            27:        char    *namid;
        !            28:        struct namx             namval;
        !            29:        struct namx             namenv;
        !            30:        char namflg;
        !            31: };
        !            32: 
        !            33: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.