Lines Matching refs:shells
401 static Shell shells[] = { variable506 static Shell *shell = &shells[DEFSHELL_INDEX];2244 Shell *sh = shells; in FindShellByName()2245 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName()2247 for (sh = shells; sh < shellsEnd; sh++) { in FindShellByName()