Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/init2env/
Dinit.y43 int rescount = 0; variable
145 reslist[rescount].resname = (char *)strdup(name);
146 rescount++;
247 for(n = 0; n < rescount; n++) in main()