Searched refs:history_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A Dhistory.c124 typedef struct history_t { struct
132 } history_t; typedef in typeref:struct:history_t
146 private int history_def_insert(history_t *, HistEvent *, const char *);
147 private void history_def_delete(history_t *, HistEvent *, hentry_t *);
149 private int history_deldata_nth(history_t *, HistEvent *, int, void **);
152 #define history_def_setsize(p, num)(void) (((history_t *)p)->max = (num))
153 #define history_def_getsize(p) (((history_t *)p)->cur)
154 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
157 (((history_t *)p)->flags) |= H_UNIQUE; \
159 (((history_t *)
[all...]

Completed in 87 milliseconds