Lines Matching refs:windowed
428 // if true, prefer windowed (console-less) executable
429 bool windowed;
511 DEBUG_BOOL(windowed);
606 search->windowed = true;
615 search->windowed = true;
630 search->windowed = true;
1464 if (search->windowed) {
1540 if (search->windowed) {
1550 // Missing windowed path or non-windowed request means we use ExecutablePath
1658 exeName = search->windowed ? L"pythonw.exe" : L"python.exe";