Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:scriptID

1225   int scriptID = 0;
1251 scriptID = atoi(label+SCRIPT_LABEL_PREFIX_LEN);
1252 if(max_script_label < scriptID)
1253 max_script_label = scriptID;