Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c287 int have_script_arg = 0; in _PyPathConfig_ComputeArgv0() local
303 have_script_arg = !have_module_arg && (wcscmp(argv0, L"-c") != 0); in _PyPathConfig_ComputeArgv0()
318 if (have_script_arg) in _PyPathConfig_ComputeArgv0()
346 if (have_script_arg) { in _PyPathConfig_ComputeArgv0()
370 if (have_script_arg) { in _PyPathConfig_ComputeArgv0()