Lines Matching refs:runChkTmpl
298 const char *runChkTmpl; /* template to run a command with error member
1062 if (!shell->hasErrCtl && shell->runChkTmpl != NULL && in JobWriteCommand()
1063 shell->runChkTmpl[0] != '\0') { in JobWriteCommand()
1076 : shell->runChkTmpl; in JobWriteCommand()
2360 newShell.runChkTmpl = arg + 7; in Job_ParseShell()