OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
history.c
165
typedef struct
history_t
{
struct
173
}
history_t
;
typedef in typeref:struct:history_t
187
static int history_def_insert(
history_t
*, TYPE(HistEvent) *, const Char *);
188
static void history_def_delete(
history_t
*, TYPE(HistEvent) *, hentry_t *);
190
static int history_deldata_nth(
history_t
*, TYPE(HistEvent) *, int, void **);
193
#define history_def_setsize(p, num)(void) (((
history_t
*)p)->max = (num))
194
#define history_def_getsize(p) (((
history_t
*)p)->cur)
195
#define history_def_getunique(p) (((((
history_t
*)p)->flags) & H_UNIQUE) != 0)
198
(((
history_t
*)p)->flags) |= H_UNIQUE; \
200
(((
history_t
*)p)->flags) &= ~H_UNIQU
[
all
...]
history.c
165
typedef struct
history_t
{
struct
173
}
history_t
;
typedef in typeref:struct:history_t
187
static int history_def_insert(
history_t
*, TYPE(HistEvent) *, const Char *);
188
static void history_def_delete(
history_t
*, TYPE(HistEvent) *, hentry_t *);
190
static int history_deldata_nth(
history_t
*, TYPE(HistEvent) *, int, void **);
193
#define history_def_setsize(p, num)(void) (((
history_t
*)p)->max = (num))
194
#define history_def_getsize(p) (((
history_t
*)p)->cur)
195
#define history_def_getunique(p) (((((
history_t
*)p)->flags) & H_UNIQUE) != 0)
198
(((
history_t
*)p)->flags) |= H_UNIQUE; \
200
(((
history_t
*)p)->flags) &= ~H_UNIQU
[
all
...]
Completed in 47 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025