Home
last modified time | relevance | path

Searched refs:export_list (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c231 } export_list[] = { variable
243 return export_list[ex].str; in export_str()
252 for (i = 0; export_list[i].export != export_unknown; i++) { in export_no()
253 if (strcmp(export_list[i].str, s) == 0) in export_no()
254 return export_list[i].export; in export_no()