Searched defs:symtable (Results 1 – 2 of 2) 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
12 def symtable(code, filename, compile_type): function