OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_FIRST
(Results
1 - 5
of
5
) sorted by null
/external/libedit/src/
hist.h
70
#define HIST_FIRST(el) HIST_FUN(el,
H_FIRST
, NULL)
histedit.h
204
#define
H_FIRST
3 /* , void); */
readline.c
522
if (history(h, &ev,
H_FIRST
) != 0)
599
history(h, &ev,
H_FIRST
);
1500
(void)history(h, &ev,
H_FIRST
);
1534
(void)history(h, &ev,
H_FIRST
);
[
all
...]
history.c
69
history_gfun_t
h_first
; /* Get the first element */
local
82
#define HFIRST(h, ev) (*(h)->
h_first
)((h)->h_ref, ev)
582
h->
h_first
= history_def_first;
690
if (nh->
h_first
== NULL || nh->h_next == NULL || nh->h_last == NULL ||
697
h->
h_first
= history_def_first;
714
h->
h_first
= nh->
h_first
;
981
case
H_FIRST
:
1044
hf.
h_first
= va_arg(va, history_gfun_t);
/prebuilts/libs/libedit/include/
histedit.h
204
#define
H_FIRST
3 /* , void); */
Completed in 299 milliseconds