Searched refs:newShell (Results 1 – 1 of 1) sorted by relevance
2388 Shell newShell; in Job_ParseShell() local2399 memset(&newShell, 0, sizeof(newShell)); in Job_ParseShell()2415 newShell.name = &argv[0][5]; in Job_ParseShell()2418 newShell.echoOff = &argv[0][6]; in Job_ParseShell()2420 newShell.echoOn = &argv[0][5]; in Job_ParseShell()2422 newShell.noPrint = &argv[0][7]; in Job_ParseShell()2423 newShell.noPLen = strlen(newShell.noPrint); in Job_ParseShell()2425 newShell.echo = &argv[0][9]; in Job_ParseShell()2427 newShell.exit = &argv[0][8]; in Job_ParseShell()2430 newShell.hasErrCtl = !((c != 'Y') && (c != 'y') && in Job_ParseShell()[all …]