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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c122 typedef struct hentry_t { struct
125 struct hentry_t *next; /* Next entry */
126 struct hentry_t *prev; /* Previous entry */
127 } hentry_t; typedef in typeref:struct:hentry_t
130 hentry_t list; /* Fake list header element */
131 hentry_t *cursor; /* Current element in the list */
152 private void history_def_delete(history_t *, TYPE(HistEvent) *, hentry_t *);
443 TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp)
468 h->cursor = (hentry_t *) h_malloc(sizeof(hentry_t));
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c110 typedef struct hentry_t { struct
112 struct hentry_t *next; /* Next entry */
113 struct hentry_t *prev; /* Previous entry */
114 } hentry_t; typedef in typeref:struct:hentry_t
117 hentry_t list; /* Fake list header element */
118 hentry_t *cursor; /* Current element in the list */
137 private void history_def_delete(history_t *, HistEvent *, hentry_t *);
363 HistEvent *ev __attribute__((__unused__)), hentry_t *hp)
383 h->cursor = (hentry_t *) h_malloc(sizeof(hentry_t));
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistory.c122 typedef struct hentry_t { struct
125 struct hentry_t *next; /* Next entry */
126 struct hentry_t *prev; /* Previous entry */
127 } hentry_t; typedef in typeref:struct:hentry_t
130 hentry_t list; /* Fake list header element */
131 hentry_t *cursor; /* Current element in the list */
152 private void history_def_delete(history_t *, TYPE(HistEvent) *, hentry_t *);
443 TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp)
467 hentry_t *c;

Completed in 174 milliseconds