Lines Matching defs:list
430 // if true, only list detected runtimes without launching
431 bool list;
432 // if true, only list detected runtimes with paths without launching
512 DEBUG_BOOL(list);
670 } else if (MATCHES(L"0") || MATCHES(L"-list")) {
671 search->list = true;
673 } else if (MATCHES(L"0p") || MATCHES(L"-list-paths")) {
1900 // If we aren't collecting all items to list them, we can exit now.
1901 if (env && !(search->list || search->listPaths)) {
2564 // If debugging is enabled, list our search criteria
2627 if (search.list || search.listPaths) {
2632 // When debugging, list all discovered environments anyway
2658 fputws(L"Pass --list (-0) to see all detected environments on your machine\n", stderr);