Searched refs:tmp_def (Results 1 – 1 of 1) sorted by relevance
500 struct md_constant tmp_def; in read_name_1() local502 tmp_def.name = name->string; in read_name_1()503 def = (struct md_constant *) htab_find (m_md_constants, &tmp_def); in read_name_1()817 struct md_constant *def, tmp_def; in add_constant() local820 tmp_def.name = name; in add_constant()821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT); in add_constant()