Rev 2113 | Rev 2572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2113 | Rev 2462 | ||
|---|---|---|---|
| Line 409... | Line 409... | ||
| 409 | cmd_info_t *cmd_info; |
409 | cmd_info_t *cmd_info; |
| 410 | count_t len; |
410 | count_t len; |
| 411 | char *cmdline; |
411 | char *cmdline; |
| 412 | 412 | ||
| 413 | if (!stdin) { |
413 | if (!stdin) { |
| 414 | printf("%s: no stdin\n", __FUNCTION__); |
414 | printf("%s: no stdin\n", __func__); |
| 415 | return; |
415 | return; |
| 416 | } |
416 | } |
| 417 | 417 | ||
| 418 | while (true) { |
418 | while (true) { |
| 419 | cmdline = clever_readline((char *) prompt, stdin); |
419 | cmdline = clever_readline((char *) prompt, stdin); |