OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_LAST
(Results
1 - 7
of
7
) sorted by null
/external/libedit/src/
hist.h
71
#define HIST_LAST(el) HIST_FUN(el,
H_LAST
, NULL)
histedit.h
205
#define
H_LAST
4 /* , void); */
readline.c
1362
if (history(h, &ev,
H_LAST
) != 0)
1447
if (history(h, &ev,
H_LAST
) != 0)
[
all
...]
history.c
71
history_gfun_t
h_last
; /* Get the last element */
local
84
#define HLAST(h, ev) (*(h)->
h_last
)((h)->h_ref, ev)
583
h->
h_last
= history_def_last;
690
if (nh->h_first == NULL || nh->h_next == NULL || nh->
h_last
== NULL ||
699
h->
h_last
= history_def_last;
716
h->
h_last
= nh->
h_last
;
989
case
H_LAST
:
1046
hf.
h_last
= va_arg(va, history_gfun_t);
/prebuilts/libs/libedit/include/
histedit.h
205
#define
H_LAST
4 /* , void); */
/external/libedit/examples/
tc1.c
254
for (rv = history(hist, &ev,
H_LAST
); rv != -1;
wtc1.c
214
for(rc = history_w(hist, &ev,
H_LAST
);
Completed in 712 milliseconds