Searched refs:have_module_arg (Results 1 – 1 of 1) sorted by relevance
288 int have_module_arg = 0; in _PyPathConfig_ComputeArgv0() local302 have_module_arg = (wcscmp(argv0, L"-m") == 0); in _PyPathConfig_ComputeArgv0()303 have_script_arg = !have_module_arg && (wcscmp(argv0, L"-c") != 0); in _PyPathConfig_ComputeArgv0()306 if (have_module_arg) { in _PyPathConfig_ComputeArgv0()