Lines Matching refs:explicit_shname
493 static char *explicit_shname = NULL;
2448 } else if (explicit_shname != NULL) {
2449 xtermWarning("Explicit shell already was %s\n", explicit_shname);
2452 explicit_shname = xtermFindShell(argv[n], True);
2453 if (explicit_shname == NULL)
2455 TRACE(("...explicit shell %s\n", explicit_shname));
5225 if (validShell(explicit_shname)) {
5226 xtermSetenv("SHELL", explicit_shname);
5244 if (validProgram(explicit_shname)) {
5245 shell_path = explicit_shname;