Searched refs:newShell (Results 1 – 1 of 1) sorted by relevance
2462 Shell newShell; in Job_ParseShell() local2472 memset(&newShell, 0, sizeof(newShell)); in Job_ParseShell()2488 newShell.name = &argv[0][5]; in Job_ParseShell()2496 newShell.noPLen = strlen(newShell.noPrint); in Job_ParseShell()2498 newShell.echo = &argv[0][9]; in Job_ParseShell()2532 if (newShell.name == NULL) { in Job_ParseShell()2539 newShell.name); in Job_ParseShell()2544 shellName = newShell.name; in Job_ParseShell()2567 if (newShell.name != NULL) { in Job_ParseShell()2568 shellName = newShell.name; in Job_ParseShell()[all …]