Lines Matching full:command
60 int "Shell command buffer size"
64 Maximum command size in bytes. One byte is reserved for the string
86 int "Maximum arguments in shell command"
90 Maximum number of arguments that can build a command.
114 printed on the terminal and passed to the command handler.
177 Shell parses command to find '-h' or '--help' string. If the shell
179 for a command.
213 bool "Resize command"
219 characters. Each time terminal screen width is changed resize command
221 The resize command can be turned off to save code memory (~0,5k).
224 bool "Select command"
227 This option enables select command. It can be used to set new root
228 command. Exit to main command tree is with alt+r.
231 string "Set a root command at init"
233 This option sets a root command at shell init,
234 and when exiting to main command tree with alt+r.
264 bool "Retval command"
268 This option enables the retval command. It is used to retrieve
269 the return value from the most recently executed command.