Home
last modified time | relevance | path

Searched refs:end_of_option (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/
Ddbg_Argument.cpp180 static bool end_of_option = false; in GetOpt() local
193 end_of_option = false; in GetOpt()
210 if (end_of_option || arg[0] != '-') in GetOpt()
221 end_of_option = true; // Normal arguments from here on in GetOpt()
228 if (end_of_option || arg[0] != '-') in GetOpt()
240 end_of_option = true; // Normal arguments from here on in GetOpt()