Annotation of 41BSD/cmd/cifplot/scanner.h, revision 1.1.1.1

1.1       root        1: 
                      2: int CharNo;    /* in_buf[CharNo] is the current char being read */
                      3: int LineNo;                    /* Current line number */
                      4: int in_buf_size;               /* Current allocation for in_buf */
                      5: char *in_buf;                  /* Buffer holding current input line */
                      6: char *in_store;                        /* Buffer to store previous line */
                      7: 
                      8: char *CurrentFile;             /* Name of current input file */
                      9: char *file1;
                     10: 
                     11: int maxlines;
                     12: int OldLength;         /* Length of previous line of input */
                     13: 
                     14: 
                     15: int FStackPtr;
                     16: char *FileName[FStackSize];
                     17: FILE *in_file[FStackSize];
                     18: 
                     19: int argb,argc;
                     20: char **argv;
                     21: 

unix.superglobalmegacorp.com

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