Annotation of 42BSD/ingres/source/conf/parser.c, revision 1.1

1.1     ! root        1: # include      <ingres.h>
        !             2: # include      <aux.h>
        !             3: # include      <access.h>
        !             4: # include      <func.h>
        !             5: # include      <sccs.h>
        !             6: 
        !             7: SCCSID(@(#)parser.c    7.1     2/5/81)
        !             8: 
        !             9: 
        !            10: 
        !            11: char   Qbuf[2000];
        !            12: int    QbufSize = sizeof Qbuf;
        !            13: 
        !            14: extern struct fn_def   ParserFn;
        !            15: 
        !            16: DESC   Attdes;
        !            17: 
        !            18: 
        !            19: struct desxx   Desxx[] =
        !            20: {
        !            21:        "attribute",    &Attdes,        &Admin.adattd,
        !            22:        NULL
        !            23: };
        !            24: 
        !            25: struct fn_def  *FuncVect[] =
        !            26: {
        !            27:        &ParserFn
        !            28: };
        !            29: 
        !            30: int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];

unix.superglobalmegacorp.com

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