Rev 3193 | Rev 3707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3193 | Rev 3194 | ||
---|---|---|---|
Line 238... | Line 238... | ||
238 | strncpy(name, output, MAX_SYMBOL_NAME); |
238 | strncpy(name, output, MAX_SYMBOL_NAME); |
239 | return found; |
239 | return found; |
240 | 240 | ||
241 | } |
241 | } |
242 | 242 | ||
243 | //char *clever_readline(const char *prompt, chardev_t *input); |
- | |
244 | static char *clever_readline(const char *prompt, chardev_t *input) |
243 | static char *clever_readline(const char *prompt, chardev_t *input) |
245 | { |
244 | { |
246 | static int histposition = 0; |
245 | static int histposition = 0; |
247 | 246 | ||
248 | static char tmp[MAX_CMDLINE + 1]; |
247 | static char tmp[MAX_CMDLINE + 1]; |