Searched refs:tmp_def (Results 1 – 2 of 2) sorted by relevance
194 struct md_constant tmp_def; local196 tmp_def.name = p;197 def = htab_find (md_constants, &tmp_def);
915 struct md_constant tmp_def; in read_name() local917 tmp_def.name = p; in read_name()918 def = (struct md_constant *) htab_find (md_constants, &tmp_def); in read_name()