Home | History | Annotate | Download | only in make-3.81

Lines Matching full:function_table_entry_key

270       struct function_table_entry function_table_entry_key;
271 function_table_entry_key.name = s;
272 function_table_entry_key.len = e - s;
274 return hash_find_item (&function_table, &function_table_entry_key);