OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_LAST
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libedit/
hist.h
64
#define HIST_LAST(el) HIST_FUN(el,
H_LAST
, NULL)
histedit.h
209
#define
H_LAST
4 /* , void); */
readline.c
1601
if (history(h, &ev,
H_LAST
) != 0)
1663
if (history(h, &ev,
H_LAST
) != 0)
1758
if (history(h, &ev,
H_LAST
) != 0)
1777
if (history(h, &ev,
H_LAST
) != 0)
history.c
105
history_gfun_t
h_last
; /* Get the last element */
local in function:TYPE
118
#define HLAST(h, ev) (*(h)->
h_last
)((h)->h_ref, ev)
621
h->
h_last
= history_def_last;
728
if (nh->h_first == NULL || nh->h_next == NULL || nh->
h_last
== NULL ||
737
h->
h_last
= history_def_last;
754
h->
h_last
= nh->
h_last
;
1054
case
H_LAST
:
1126
hf.
h_last
= va_arg(va, history_gfun_t);
/src/lib/libedit/TEST/
tc1.c
249
for (rv = history(hist, &ev,
H_LAST
); rv != -1;
wtc1.c
214
for(rc = history_w(hist, &ev,
H_LAST
);
/src/bin/sh/
histedit.c
1065
retval = history(hist, &he,
H_LAST
);
1074
last ? H_FIRST :
H_LAST
);
Completed in 35 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025