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

/xsrc/external/mit/xterm/dist/
H A Dmain.c493 static char *explicit_shname = NULL; variable in typeref:typename:char *
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;
[all...]

Completed in 6 milliseconds