Searched refs:export_list (Results 1 – 3 of 3) sorted by relevance
295 } export_list[] = { variable307 return export_list[ex].str; in export_str()316 for (i = 0; export_list[i].export != export_unknown; i++) { in export_no()317 if (strcmp(export_list[i].str, s) == 0) in export_no()318 return export_list[i].export; in export_no()
565 $(call if_changed,export_list)