Lines Matching defs:shell
29 #include <ipxe/shell.h>
33 * Minimal command shell
37 /** The shell prompt string */
75 * Start command shell
78 int shell ( void ) {
83 /* Initialise shell history */
95 /* Discard shell history */
101 /** "shell" options */
104 /** "shell" option list */
107 /** "shell" command descriptor */
112 * "shell" command
126 /* Start shell */
127 if ( ( rc = shell() ) != 0 )
133 /** "shell" command */
135 .name = "shell",