Lines Matching refs:GetState
360 RTGETOPTSTATE GetState;
362 RTGetOptInit(&GetState, argc, argv,
379 while ( (ch = RTGetOpt(&GetState, &ValueUnion))
819 RTGETOPTSTATE GetState;
820 int rc = RTGetOptInit(&GetState, argc, argv,
833 while ( (ch = RTGetOpt(&GetState, &ValueUnion))
1025 RTGETOPTSTATE GetState;
1026 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions,
1036 while ( (ch = RTGetOpt(&GetState, &ValueUnion))
1207 RTGETOPTSTATE GetState;
1208 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions,
1223 while ( (ch = RTGetOpt(&GetState, &ValueUnion))
1408 RTGETOPTSTATE GetState;
1409 int rc = RTGetOptInit(&GetState, argc, argv,
1419 while ((ch = RTGetOpt(&GetState, &ValueUnion)))
1514 RTGETOPTSTATE GetState;
1515 RTGetOptInit(&GetState, argc, argv,
1527 while ( (ch = RTGetOpt(&GetState, &ValueUnion))