Lines Matching defs:Shell
180 typedef struct Shell {
217 } Shell;
290 static Shell shells[] = {
395 static Shell *shell = &shells[DEFSHELL_INDEX];
2265 static Shell *
2268 Shell *sh = shells;
2269 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0];
2289 * 'shell' points to a Shell structure (either predefined or
2329 Shell newShell;
2331 Shell *sh;