Lines Matching defs:option
30 "usage: %ls [option] ... [-c cmd | -m mod | file | -] [arg] ...\n";
33 /* Lines sorted by option name; keep in sync with usage_envvars* below */
39 -c cmd : program passed in as string (terminates option list)\n\
47 -m mod : run library module as a script (terminates option list)\n\
57 this option has no effect on stdin; also PYTHONUNBUFFERED=x\n\
65 -X opt : set implementation-specific option\n\
1795 // if "-X pycache_prefix=" option is used
1810 /* More complex options configured by env var and -X option */
2099 return PyStatus_Error("bad value for option -X frozen_modules "
2328 /* -c is the last option; following arguments
2345 /* -m is the last option; following arguments
2409 /* option handled by _PyPreCmdline_Read() */
2554 const wchar_t *option)
2557 ensure that the new option is not already present in this list to
2560 if (_PyWideStringList_Find(&config->warnoptions, option)) {
2564 if (_PyWideStringList_Find(options, option)) {
2568 return PyWideStringList_Append(options, option);