Lines Matching refs:shellPath
329 const char *shellPath = NULL, /* full pathname of variable
1426 (void)execv(shellPath, argv); in JobExec()
1427 execError("exec", shellPath); in JobExec()
2152 if (shellPath == NULL) { in Shell_Init()
2160 shellPath = shellName; in Shell_Init()
2161 shellName = strrchr(shellPath, '/'); in Shell_Init()
2165 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()
2504 if (shellPath) { in Job_ParseShell()
2506 free(UNCONST(shellPath)); in Job_ParseShell()
2507 shellPath = NULL; in Job_ParseShell()
2519 shellPath = path; in Job_ParseShell()
2522 path = UNCONST(shellPath); in Job_ParseShell()