Home
last modified time | relevance | path

Searched refs:STARTSWITH (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dlauncher2.c597 #define STARTSWITH(s) _startsWith(tail, tailLen, (s), -1) in parseCommandLine() macro
616 } else if (STARTSWITH(L"python3")) { in parseCommandLine()
623 } else if (STARTSWITH(L"pythonw3")) { in parseCommandLine()
636 #undef STARTSWITH in parseCommandLine() macro
644 #define STARTSWITH(s) _startsWithArgument(arg, argLen, (s), -1) in parseCommandLine() macro
650 if (STARTSWITH(L"2") || STARTSWITH(L"3")) { in parseCommandLine()
656 } else if (STARTSWITH(L"V:") || STARTSWITH(L"-version:")) { in parseCommandLine()
683 #undef STARTSWITH in parseCommandLine() macro
[all...]

Completed in 3 milliseconds