* is normally called before application starts to use * history expansion functions */
| 484 | * history expansion functions |
| 485 | */ |
| 486 | void |
| 487 | using_history(void) |
| 488 | { |
| 489 | if (h == NULL || e == NULL) |
| 490 | rl_initialize(); |
| 491 | } |
| 492 | |
| 493 | |
| 494 | /* |
nothing calls this directly
no test coverage detected