Searched refs:export_list (Results 1 – 2 of 2) sorted by relevance
278 } export_list[] = { variable290 return export_list[ex].str; in export_str()299 for (i = 0; export_list[i].export != export_unknown; i++) { in export_no()300 if (strcmp(export_list[i].str, s) == 0) in export_no()301 return export_list[i].export; in export_no()
481 $(call if_changed,export_list)