Lines Matching full:shell

3 <title>uIP 1.0: apps/telnetd/shell.h Source File</title>
21 <h1>apps/telnetd/shell.h</h1><a href="a00107.html">Go to the documentation of this file.</a><div cl…
23 <a name="l00003"></a>00003 <span class="comment"> * Interface for the Contiki shell.</span>
27 <a name="l00007"></a>00007 <span class="comment"> * a shell back-end in the architecture specific f…
62 <a name="l00042"></a>00042 <span class="comment"> * $Id: shell.h,v 1.1 2006/06/07 09:43:54 adam Exp…
69 <a name="l00049"></a>00049 <span class="comment"> * Initialize the shell.</span>
71 <a name="l00051"></a>00051 <span class="comment"> * Called when the shell front-end process starts.…
77 <a name="l00057"></a>00057 <span class="comment"> * Start the shell back-end.</span>
79 <a name="l00059"></a>00059 <span class="comment"> * Called by the front-end when a new shell is sta…
84 <a name="l00064"></a>00064 <span class="comment"> * Process a shell command.</span>
86 <a name="l00066"></a>00066 <span class="comment"> * This function will be called by the shell GUI /…
87 …67 <span class="comment"> * a command has been entered that should be processed by the shell</span>
95 <a name="l00075"></a>00075 <span class="comment"> * Quit the shell.</span>
102 <a name="l00082"></a>00082 <span class="comment"> * Print a string to the shell window.</span>
104 <a name="l00084"></a>00084 <span class="comment"> * This function is implemented by the shell GUI /…
105 <a name="l00085"></a>00085 <span class="comment"> * can be called by the shell back-end to output a…
106 <a name="l00086"></a>00086 <span class="comment"> * shell window. The string is automatically appen…
114 <a name="l00094"></a>00094 <span class="comment"> * Print a prompt to the shell window.</span>
116 <a name="l00096"></a>00096 <span class="comment"> * This function can be used by the shell back-end…
117 <a name="l00097"></a>00097 <span class="comment"> * prompt to the shell window.</span>