Searched defs:symtable (Results 1 – 2 of 2) sorted by relevance
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