Lines Matching full:shell
3 * Interface for the Contiki shell.
7 * a shell back-end in the architecture specific files of a Contiki
42 * $Id: shell.h,v 1.1 2006/06/07 09:43:54 adam Exp $
49 * Initialize the shell.
51 * Called when the shell front-end process starts. This function may
57 * Start the shell back-end.
59 * Called by the front-end when a new shell is started.
64 * Process a shell command.
66 * This function will be called by the shell GUI / telnet server whan
67 * a command has been entered that should be processed by the shell
75 * Quit the shell.
82 * Print a string to the shell window.
84 * This function is implemented by the shell GUI / telnet server and
85 * can be called by the shell back-end to output a string in the
86 * shell window. The string is automatically appended with a linebreak.
94 * Print a prompt to the shell window.
96 * This function can be used by the shell back-end to print out a
97 * prompt to the shell window.