Searched refs:max_script_label (Results 1 – 1 of 1) sorted by relevance
1224 int max_script_label = 0; in WriteOLabels() local1252 if(max_script_label < scriptID) in WriteOLabels()1253 max_script_label = scriptID; in WriteOLabels()1266 cout << "found max_script_label " << max_script_label << endl; in WriteOLabels()1267 for(int j=0; j<=max_script_label; j++) { in WriteOLabels()