Lines Matching refs:runIgnTmpl
296 const char *runIgnTmpl; /* template to run a command without error member
965 *inout_cmdTemplate = shell->runIgnTmpl; in JobWriteSpecialsEchoCtl()
983 else if (shell->runIgnTmpl != NULL && shell->runIgnTmpl[0] != '\0') { in JobWriteSpecials()
1075 ? shell->runIgnTmpl in JobWriteCommand()
2358 newShell.runIgnTmpl = arg + 7; in Job_ParseShell()
2421 if (shell->runIgnTmpl == NULL) in Job_ParseShell()
2422 shell->runIgnTmpl = "%s\n"; in Job_ParseShell()