Home
last modified time | relevance | path

Searched defs:_hist_state (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/readline/
H A Dhistory.h56 typedef struct _hist_state { struct
57 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
58 int offset; /* The location pointer within this array. */
59 int length; /* Number of elements within this array. */
60 int size; /* Number of slots allocated to this array. */
61 int flags;