Lines Matching full:shell

3 <title>uIP 1.0: apps/telnetd/shell.h File Reference</title>
21 <h1>apps/telnetd/shell.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
22 Interface for the Contiki shell.
25 Some of the functions declared in this file must be implemented as a shell back-end in the architec…
27 Definition in file <a class="el" href="a00177.html">shell.h</a>.
36 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Initialize the shell. <a href="#69b075…
39 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Start the shell back-end. <a href="#d1…
42 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Process a shell command. <a href="#86b…
43 …anchor" name="984c4a8b65a3cb35460b073a40568c25"></a><!-- doxytag: member="shell.h::shell_quit" ref…
46 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Quit the shell. <br></td></tr>
49 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Print a string to the shell window. <a…
52 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Print a prompt to the shell window. <a…
55 <a class="anchor" name="69b075ef7e4d7bcf5a903d3d75baac02"></a><!-- doxytag: member="shell.h::shell_…
80 Initialize the shell.
82 Called when the shell front-end process starts. This function may be used to start listening for si…
85 … class="el" href="a00176.html#l00105">105</a> of file <a class="el" href="a00176.html">shell.c</a>.
92 <a class="anchor" name="86beee1f69d05b16022dfb430470e9ce"></a><!-- doxytag: member="shell.h::shell_…
117 Process a shell command.
119 …nction will be called by the shell GUI / telnet server whan a command has been entered that should…
128 … class="el" href="a00176.html#l00118">118</a> of file <a class="el" href="a00176.html">shell.c</a>.
135 <a class="anchor" name="f11c966b0e4f4ecaa73deb14bfb6830f"></a><!-- doxytag: member="shell.h::shell_…
169 Print a string to the shell window.
171 …ction is implemented by the shell GUI / telnet server and can be called by the shell back-end to o…
186 <a class="anchor" name="123c95a7bb55143cabba92446ce8f513"></a><!-- doxytag: member="shell.h::shell_…
211 Print a prompt to the shell window.
213 This function can be used by the shell back-end to print out a prompt to the shell window.<p>
227 <a class="anchor" name="d1f18f739da7703628c3663209463a0d"></a><!-- doxytag: member="shell.h::shell_…
252 Start the shell back-end.
254 Called by the front-end when a new shell is started. <dl compact><dt><b>Examples: </b></dt><dd>
257 … class="el" href="a00176.html#l00110">110</a> of file <a class="el" href="a00176.html">shell.c</a>.