• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/modemccl-25.1/CCLEngine/

Lines Matching refs:NextInt

233 int NextInt(u_int32_t *theIntPtr);		// XXX returns signed numbers!
1211 result = NextInt(&labelIndex);
1229 result = NextInt(&labelIndex);
1235 result = NextInt(&labelIndex);
1252 result = NextInt(&labelIndex);
1257 result = NextInt(&labelIndex);
1261 if (NextInt(&labelIndex) == 0 && labelIndex > maxMatch) {
1265 result = NextInt(&labelIndex);
1277 result = NextInt(&labelIndex);
1291 result = NextInt(&labelIndex);
1314 result = NextInt(&labelIndex);
1330 result = NextInt(&labelIndex);
1332 result = NextInt(&labelIndex);
1346 result = NextInt(&labelIndex); // check for a integer maskflag value
1352 // NextInt() will return cclErr_BadParameter if the third parameter doesn't exist.
1354 if (NextInt(&labelIndex) == 0) {
1713 int NextInt(u_int32_t *theIntPtr)
1794 NextInt( &i ); // delay is specified in tenths of a second
1819 NextInt((u_int32_t*)&code); // fetch the Exit code
1837 NextInt(&i);
1844 NextInt(&i);
1858 NextInt(&i);
1860 NextInt(&i);
1870 NextInt(&i);
1883 NextInt(&i);
1904 NextInt(&i); // get the timeout value
1924 NextInt(&i);
1968 NextInt(&i);
1998 result = NextInt(&matchIndex); // Get the matchStr index
2007 result = NextInt(&i);
2262 NextInt(&temp);
2269 NextInt(&temp);
2285 NextInt(&temp);
2301 NextInt(&temp);
2329 NextInt(&temp);
2349 NextInt(&temp);
2376 NextInt(&temp);
2523 NextInt(&msgLevel); // get the destination, if present
2688 if (NextInt(&maskflag))
2700 if (NextInt(&label)) {
2805 NextInt(&speed); // modem speed reported by script
2828 NextInt( &event ); // get the event
2881 NextInt( &strIndex ); // this is which varString to check
2887 NextInt(&i); // parse the jump label, if strings match
2941 NextInt(&outputXON_OFF);
2950 NextInt(&outputCTS);
2966 NextInt(&XonChar);
2967 NextInt(&XoffChar);
2971 NextInt(&inputXON_OFF);
2980 NextInt(&inputDTR);