Lines Matching refs:syms
63 Sym_Table syms[NUM_TABLES];
77 /* This is the table in which we keep all the syms that match
283 /* Convert symbol ids into Syms, so we can deal with them more easily. */
293 extend_match (&id->left, sym, &syms[id->which_table], FALSE);
301 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab)
318 /* Make a second pass through symtab, creating syms as necessary. */
324 extend_match (&id->left, sym, &syms[id->which_table], TRUE);
360 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab)
362 DBG (IDDEBUG, printf ("[sym_id_parse] syms[%s]:\n",
363 table_name[tab - &syms[0]]));