Lines Matching refs:shellPath
300 const char *shellPath = NULL, /* full pathname of variable
1393 (void)execv(shellPath, argv); in JobExec()
1394 execError("exec", shellPath); in JobExec()
2127 if (shellPath == NULL) { in Shell_Init()
2135 shellPath = shellName; in Shell_Init()
2136 shellName = strrchr(shellPath, '/'); in Shell_Init()
2140 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()
2472 if (shellPath) { in Job_ParseShell()
2474 free(UNCONST(shellPath)); in Job_ParseShell()
2475 shellPath = NULL; in Job_ParseShell()
2487 shellPath = path; in Job_ParseShell()
2490 path = UNCONST(shellPath); in Job_ParseShell()