#include <readline/history.h>

Data Fields | |
| HIST_ENTRY ** | entries |
| Pointer to the entries themselves. | |
| int | offset |
| The location pointer within this array. | |
| int | length |
| Number of elements within this array. | |
| int | size |
| Number of slots allocated to this array. | |
| int | flags |
| GNU readline flags. | |
Pointer to the entries themselves.
The location pointer within this array.
Number of elements within this array.
Number of slots allocated to this array.
GNU readline flags.
1.5.6