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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c129 typedef struct history_t { struct
137 } history_t; typedef in typeref:struct:history_t
151 private int history_def_insert(history_t *, TYPE(HistEvent) *, const Char *);
152 private void history_def_delete(history_t *, TYPE(HistEvent) *, hentry_t *);
154 private int history_deldata_nth(history_t *, TYPE(HistEvent) *, int, void **);
157 #define history_def_setsize(p, num)(void) (((history_t *)p)->max = (num))
158 #define history_def_getsize(p) (((history_t *)p)->cur)
159 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
162 (((history_t *)p)->flags) |= H_UNIQUE; \
164 (((history_t *)
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistory.c129 typedef struct history_t { struct
137 } history_t; typedef in typeref:struct:history_t
151 private int history_def_insert(history_t *, TYPE(HistEvent) *, const Char *);
152 private void history_def_delete(history_t *, TYPE(HistEvent) *, hentry_t *);
154 private int history_deldata_nth(history_t *, TYPE(HistEvent) *, int, void **);
157 #define history_def_setsize(p, num)(void) (((history_t *)p)->max = (num))
158 #define history_def_getsize(p) (((history_t *)p)->cur)
159 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
162 (((history_t *)p)->flags) |= H_UNIQUE; \
164 (((history_t *)
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c116 typedef struct history_t { struct
124 } history_t; typedef in typeref:struct:history_t
136 private int history_def_insert(history_t *, HistEvent *, const char *);
137 private void history_def_delete(history_t *, HistEvent *, hentry_t *);
139 #define history_def_setsize(p, num)(void) (((history_t *)p)->max = (num))
140 #define history_def_getsize(p) (((history_t *)p)->cur)
141 #define history_def_getunique(p) (((((history_t *)p)->flags) & H_UNIQUE) != 0)
144 (((history_t *)p)->flags) |= H_UNIQUE; \
146 (((history_t *)p)->flags) &= ~H_UNIQUE
197 history_t *
[all...]

Completed in 103 milliseconds