Lines Matching defs:symtab_t
63 static struct symtab_t { struct
64 ENTRY *Function;
65 EHEAD *Args;
66 EHEAD *Varargs;
67 EHEAD *Globals;
68 ENTRY *Errval;
71 table_t *Includes;
74 ENTRY *Exception;
77 table_t *Print_Types;
80 int Line;
81 char Filename[MAXLINE];
84 char Prototype[MAXLINE];
85 char Formals[MAXLINE];
86 char Actuals[MAXLINE];
87 char Cast[MAXLINE];
88 int Nonreturn;
89 int Skip;