shells
static Shell shells[] = {
{ "shells", shells, },
static int shells(int, char *[]);
Shell *sh = shells;
const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0];
for (sh = shells; sh < shellsEnd; sh++) {
static Shell shells[] = {
static Shell *shell = &shells[DEFSHELL_INDEX];