summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shellconfig.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 22:39:29 +0000
commit55216fafdf7660a9bbdf08bb0b3ca8dfa67e698f (patch)
tree8277427cf8e8ad7608ae146c98d67d49b0a96ddf /cpukit/libmisc/shell/shellconfig.h
parent2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-55216fafdf7660a9bbdf08bb0b3ca8dfa67e698f.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_alias.c, libmisc/shell/main_blksync.c, libmisc/shell/main_cat.c, libmisc/shell/main_cd.c, libmisc/shell/main_chdir.c, libmisc/shell/main_chmod.c, libmisc/shell/main_chroot.c, libmisc/shell/main_cpuuse.c, libmisc/shell/main_date.c, libmisc/shell/main_dir.c, libmisc/shell/main_exit.c, libmisc/shell/main_help.c, libmisc/shell/main_id.c, libmisc/shell/main_logoff.c, libmisc/shell/main_ls.c, libmisc/shell/main_mallocinfo.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mkdir.c, libmisc/shell/main_mmove.c, libmisc/shell/main_mount.c, libmisc/shell/main_mount_ftp.c, libmisc/shell/main_mount_msdos.c, libmisc/shell/main_mount_nfs.c, libmisc/shell/main_mount_tftp.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_pwd.c, libmisc/shell/main_rm.c, libmisc/shell/main_rmdir.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_tty.c, libmisc/shell/main_umask.c, libmisc/shell/main_unmount.c, libmisc/shell/main_whoami.c, libmisc/shell/shell_cmdset.c, libmisc/shell/shellconfig.h: Change rtems_Shell_ to rtems_shell_.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/shell/shellconfig.h156
1 files changed, 78 insertions, 78 deletions
diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h
index 5c113be7f2..0309b1d573 100644
--- a/cpukit/libmisc/shell/shellconfig.h
+++ b/cpukit/libmisc/shell/shellconfig.h
@@ -19,60 +19,60 @@
/*
* Externs for all command definition structures
*/
-extern rtems_shell_cmd_t rtems_Shell_HELP_Command;
-extern rtems_shell_cmd_t rtems_Shell_ALIAS_Command;
-extern rtems_shell_cmd_t rtems_Shell_LOGOFF_Command;
+extern rtems_shell_cmd_t rtems_shell_HELP_Command;
+extern rtems_shell_cmd_t rtems_shell_ALIAS_Command;
+extern rtems_shell_cmd_t rtems_shell_LOGOFF_Command;
-extern rtems_shell_cmd_t rtems_Shell_MDUMP_Command;
-extern rtems_shell_cmd_t rtems_Shell_WDUMP_Command;
-extern rtems_shell_cmd_t rtems_Shell_MEDIT_Command;
-extern rtems_shell_cmd_t rtems_Shell_MFILL_Command;
-extern rtems_shell_cmd_t rtems_Shell_MMOVE_Command;
+extern rtems_shell_cmd_t rtems_shell_MDUMP_Command;
+extern rtems_shell_cmd_t rtems_shell_WDUMP_Command;
+extern rtems_shell_cmd_t rtems_shell_MEDIT_Command;
+extern rtems_shell_cmd_t rtems_shell_MFILL_Command;
+extern rtems_shell_cmd_t rtems_shell_MMOVE_Command;
-extern rtems_shell_cmd_t rtems_Shell_DATE_Command;
-extern rtems_shell_cmd_t rtems_Shell_ID_Command;
-extern rtems_shell_cmd_t rtems_Shell_TTY_Command;
-extern rtems_shell_cmd_t rtems_Shell_WHOAMI_Command;
+extern rtems_shell_cmd_t rtems_shell_DATE_Command;
+extern rtems_shell_cmd_t rtems_shell_ID_Command;
+extern rtems_shell_cmd_t rtems_shell_TTY_Command;
+extern rtems_shell_cmd_t rtems_shell_WHOAMI_Command;
-extern rtems_shell_cmd_t rtems_Shell_PWD_Command;
-extern rtems_shell_cmd_t rtems_Shell_LS_Command;
-extern rtems_shell_cmd_t rtems_Shell_CHDIR_Command;
-extern rtems_shell_cmd_t rtems_Shell_MKDIR_Command;
-extern rtems_shell_cmd_t rtems_Shell_RMDIR_Command;
-extern rtems_shell_cmd_t rtems_Shell_CHROOT_Command;
-extern rtems_shell_cmd_t rtems_Shell_CHMOD_Command;
-extern rtems_shell_cmd_t rtems_Shell_CAT_Command;
-extern rtems_shell_cmd_t rtems_Shell_MSDOSFMT_Command;
-extern rtems_shell_cmd_t rtems_Shell_RM_Command;
-extern rtems_shell_cmd_t rtems_Shell_UMASK_Command;
-extern rtems_shell_cmd_t rtems_Shell_MOUNT_Command;
-extern rtems_shell_cmd_t rtems_Shell_UNMOUNT_Command;
-extern rtems_shell_cmd_t rtems_Shell_BLKSYNC_Command;
+extern rtems_shell_cmd_t rtems_shell_PWD_Command;
+extern rtems_shell_cmd_t rtems_shell_LS_Command;
+extern rtems_shell_cmd_t rtems_shell_CHDIR_Command;
+extern rtems_shell_cmd_t rtems_shell_MKDIR_Command;
+extern rtems_shell_cmd_t rtems_shell_RMDIR_Command;
+extern rtems_shell_cmd_t rtems_shell_CHROOT_Command;
+extern rtems_shell_cmd_t rtems_shell_CHMOD_Command;
+extern rtems_shell_cmd_t rtems_shell_CAT_Command;
+extern rtems_shell_cmd_t rtems_shell_MSDOSFMT_Command;
+extern rtems_shell_cmd_t rtems_shell_RM_Command;
+extern rtems_shell_cmd_t rtems_shell_UMASK_Command;
+extern rtems_shell_cmd_t rtems_shell_MOUNT_Command;
+extern rtems_shell_cmd_t rtems_shell_UNMOUNT_Command;
+extern rtems_shell_cmd_t rtems_shell_BLKSYNC_Command;
-extern rtems_shell_cmd_t rtems_Shell_CPUUSE_Command;
-extern rtems_shell_cmd_t rtems_Shell_STACKUSE_Command;
-extern rtems_shell_cmd_t rtems_Shell_MALLOC_INFO_Command;
+extern rtems_shell_cmd_t rtems_shell_CPUUSE_Command;
+extern rtems_shell_cmd_t rtems_shell_STACKUSE_Command;
+extern rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command;
-extern rtems_shell_cmd_t *rtems_Shell_Initial_commands[];
+extern rtems_shell_cmd_t *rtems_shell_Initial_commands[];
/*
* Extern for alias commands
*/
-extern rtems_shell_alias_t rtems_Shell_DIR_Alias;
-extern rtems_shell_alias_t rtems_Shell_CD_Alias;
-extern rtems_shell_alias_t rtems_Shell_EXIT_Alias;
+extern rtems_shell_alias_t rtems_shell_DIR_Alias;
+extern rtems_shell_alias_t rtems_shell_CD_Alias;
+extern rtems_shell_alias_t rtems_shell_EXIT_Alias;
-extern rtems_shell_alias_t *rtems_Shell_Initial_aliases[];
+extern rtems_shell_alias_t *rtems_shell_Initial_aliases[];
/*
* Extern for alias commands
*/
-extern rtems_shell_filesystems_t rtems_Shell_Mount_MSDOS;
-extern rtems_shell_filesystems_t rtems_Shell_Mount_TFTP;
-extern rtems_shell_filesystems_t rtems_Shell_Mount_FTP;
-extern rtems_shell_filesystems_t rtems_Shell_Mount_NFS;
+extern rtems_shell_filesystems_t rtems_shell_Mount_MSDOS;
+extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP;
+extern rtems_shell_filesystems_t rtems_shell_Mount_FTP;
+extern rtems_shell_filesystems_t rtems_shell_Mount_NFS;
-extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
+extern rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[];
/*
* If we are configured to alias a command, then make sure the underlying
@@ -97,21 +97,21 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#endif
#if defined(CONFIGURE_SHELL_COMMANDS_INIT)
- rtems_shell_alias_t *rtems_Shell_Initial_aliases[] = {
+ rtems_shell_alias_t *rtems_shell_Initial_aliases[] = {
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_DIR)) || \
defined(CONFIGURE_SHELL_COMMAND_DIR)
- &rtems_Shell_DIR_Alias,
+ &rtems_shell_DIR_Alias,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CD)) || \
defined(CONFIGURE_SHELL_COMMAND_CD)
- &rtems_Shell_CD_Alias,
+ &rtems_shell_CD_Alias,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_EXIT)) || \
defined(CONFIGURE_SHELL_COMMAND_EXIT)
- &rtems_Shell_EXIT_Alias,
+ &rtems_shell_EXIT_Alias,
#endif
/*
@@ -123,12 +123,12 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
NULL
};
- rtems_shell_cmd_t *rtems_Shell_Initial_commands[] = {
+ rtems_shell_cmd_t *rtems_shell_Initial_commands[] = {
/*
* General comamnds that should be present
*/
- &rtems_Shell_HELP_Command,
- &rtems_Shell_ALIAS_Command,
+ &rtems_shell_HELP_Command,
+ &rtems_shell_ALIAS_Command,
/*
* Common commands that can be optional
@@ -136,27 +136,27 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_DATE)) || \
defined(CONFIGURE_SHELL_COMMAND_DATE)
- &rtems_Shell_DATE_Command,
+ &rtems_shell_DATE_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_ID)) || \
defined(CONFIGURE_SHELL_COMMAND_ID)
- &rtems_Shell_ID_Command,
+ &rtems_shell_ID_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_TTY)) || \
defined(CONFIGURE_SHELL_COMMAND_TTY)
- &rtems_Shell_TTY_Command,
+ &rtems_shell_TTY_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_WHOAMI)) || \
defined(CONFIGURE_SHELL_COMMAND_WHOAMI)
- &rtems_Shell_WHOAMI_Command,
+ &rtems_shell_WHOAMI_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_LOGOFF)) || \
defined(CONFIGURE_SHELL_COMMAND_LOGOFF)
- &rtems_Shell_LOGOFF_Command,
+ &rtems_shell_LOGOFF_Command,
#endif
/*
@@ -165,27 +165,27 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MDUMP)) || \
defined(CONFIGURE_SHELL_COMMAND_MDUMP)
- &rtems_Shell_MDUMP_Command,
+ &rtems_shell_MDUMP_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_WDUMP)) || \
defined(CONFIGURE_SHELL_COMMAND_WDUMP)
- &rtems_Shell_WDUMP_Command,
+ &rtems_shell_WDUMP_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MEDIT)) || \
defined(CONFIGURE_SHELL_COMMAND_MEDIT)
- &rtems_Shell_MEDIT_Command,
+ &rtems_shell_MEDIT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MFILL)) || \
defined(CONFIGURE_SHELL_COMMAND_MFILL)
- &rtems_Shell_MFILL_Command,
+ &rtems_shell_MFILL_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MMOVE)) || \
defined(CONFIGURE_SHELL_COMMAND_MMOVE)
- &rtems_Shell_MMOVE_Command,
+ &rtems_shell_MMOVE_Command,
#endif
/*
@@ -194,72 +194,72 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_PWD)) || \
defined(CONFIGURE_SHELL_COMMAND_PWD)
- &rtems_Shell_PWD_Command,
+ &rtems_shell_PWD_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_LS)) || \
defined(CONFIGURE_SHELL_COMMAND_LS)
- &rtems_Shell_LS_Command,
+ &rtems_shell_LS_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CHDIR)) || \
defined(CONFIGURE_SHELL_COMMAND_CHDIR)
- &rtems_Shell_CHDIR_Command,
+ &rtems_shell_CHDIR_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MKDIR)) || \
defined(CONFIGURE_SHELL_COMMAND_MKDIR)
- &rtems_Shell_MKDIR_Command,
+ &rtems_shell_MKDIR_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_RMDIR)) || \
defined(CONFIGURE_SHELL_COMMAND_RMDIR)
- &rtems_Shell_RMDIR_Command,
+ &rtems_shell_RMDIR_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CHROOT)) || \
defined(CONFIGURE_SHELL_COMMAND_CHROOT)
- &rtems_Shell_CHROOT_Command,
+ &rtems_shell_CHROOT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CHMOD)) || \
defined(CONFIGURE_SHELL_COMMAND_CHMOD)
- &rtems_Shell_CHMOD_Command,
+ &rtems_shell_CHMOD_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CAT)) || \
defined(CONFIGURE_SHELL_COMMAND_CAT)
- &rtems_Shell_CAT_Command,
+ &rtems_shell_CAT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MSDOSFMT)) || \
defined(CONFIGURE_SHELL_COMMAND_MSDOSFMT)
- &rtems_Shell_MSDOSFMT_Command,
+ &rtems_shell_MSDOSFMT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_RM)) || \
defined(CONFIGURE_SHELL_COMMAND_RM)
- &rtems_Shell_RM_Command,
+ &rtems_shell_RM_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_UMASK)) || \
defined(CONFIGURE_SHELL_COMMAND_UMASK)
- &rtems_Shell_UMASK_Command,
+ &rtems_shell_UMASK_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_MOUNT)) || \
defined(CONFIGURE_SHELL_COMMAND_MOUNT)
- &rtems_Shell_MOUNT_Command,
+ &rtems_shell_MOUNT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_UNMOUNT)) || \
defined(CONFIGURE_SHELL_COMMAND_UNMOUNT)
- &rtems_Shell_UNMOUNT_Command,
+ &rtems_shell_UNMOUNT_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_BLKSYNC)) || \
defined(CONFIGURE_SHELL_COMMAND_BLKSYNC)
- &rtems_Shell_BLKSYNC_Command,
+ &rtems_shell_BLKSYNC_Command,
#endif
/*
@@ -268,12 +268,12 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_CPUUSE)) || \
defined(CONFIGURE_SHELL_COMMAND_CPUUSE)
- &rtems_Shell_CPUUSE_Command,
+ &rtems_shell_CPUUSE_Command,
#endif
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_NO_COMMAND_STACKUSE)) || \
defined(CONFIGURE_SHELL_COMMAND_STACKUSE)
- &rtems_Shell_STACKUSE_Command,
+ &rtems_shell_STACKUSE_Command,
#endif
/*
@@ -282,7 +282,7 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_COMMAND_MALLOC_INFO)) || \
defined(CONFIGURE_SHELL_COMMAND_MALLOC_INFO)
- &rtems_Shell_MALLOC_INFO_Command,
+ &rtems_shell_MALLOC_INFO_Command,
#endif
/*
@@ -300,19 +300,19 @@ extern rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[];
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
!defined(CONFIGURE_SHELL_COMMAND_MOUNT)) || \
defined(CONFIGURE_SHELL_COMMAND_UNMOUNT)
- rtems_shell_filesystems_t *rtems_Shell_Mount_filesystems[] = {
+ rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[] = {
#if defined(CONFIGURE_SHELL_MOUNT_MSDOS)
- &rtems_Shell_Mount_MSDOS,
+ &rtems_shell_Mount_MSDOS,
#endif
#if RTEMS_NETWORKING
#if defined(CONFIGURE_SHELL_MOUNT_TFTP)
- &rtems_Shell_Mount_TFTP,
+ &rtems_shell_Mount_TFTP,
#endif
#if defined(CONFIGURE_SHELL_MOUNT_FTP)
- &rtems_Shell_Mount_FTP,
+ &rtems_shell_Mount_FTP,
#endif
#if defined(CONFIGURE_SHELL_MOUNT_NFS)
- &rtems_Shell_Mount_NFS,
+ &rtems_shell_Mount_NFS,
#endif
#endif
NULL