Searched refs:askLabel (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h264 u_int16_t askLabel; // label to jump to if user cancels ask dialog member in struct:TRScriptVars
H A DCCLEngine.c881 SV.askLabel = 0;
2701 SV.askLabel = 0;
2705 SV.askLabel = (u_int16_t) label;
2771 if (SV.askLabel) {
2772 SV.scriptLine = SV.labels[SV.askLabel - 1];
2773 SV.askLabel = 0;

Completed in 80 milliseconds