Searched refs:have_module_arg (Results 1 – 1 of 1) sorted by relevance
631 int have_module_arg = (wcscmp(argv0, L"-m") == 0); in _PyPathConfig_ComputeSysPath0() local632 int have_script_arg = (!have_module_arg && (wcscmp(argv0, L"-c") != 0)); in _PyPathConfig_ComputeSysPath0()643 if (have_module_arg) { in _PyPathConfig_ComputeSysPath0()