Searched defs:symtable (Results 1 – 4 of 4) sorted by relevance
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
25 struct symtable { struct28 struct _symtable_entry *st_cur; /* current symbol table entry */ argument29 struct _symtable_entry *st_top; /* symbol table entry for module */ argument44 typedef struct _symtable_entry { argument
12 def symtable(code, filename, compile_type): function