Searched defs:symtable (Results 1 – 4 of 4) sorted by relevance
18 struct symtable { struct21 struct _symtable_entry *st_cur; /* current symbol table entry */ argument22 struct _symtable_entry *st_top; /* symbol table entry for module */ argument37 typedef struct _symtable_entry { argument
13 struct symtable { struct15 struct _symtable_entry *st_cur; /* current symbol table entry */ argument16 struct _symtable_entry *st_top; /* module entry */ argument25 typedef struct _symtable_entry { argument
12 def symtable(code, filename, compile_type): function