OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_PREV
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libedit/
hist.h
65
#define HIST_PREV(el) HIST_FUN(el,
H_PREV
, NULL)
histedit.h
210
#define
H_PREV
5 /* , void); */
readline.c
1683
} while (history(h, &ev,
H_PREV
) == 0);
1802
if (history(h, &ev, direction < 0 ? H_NEXT:
H_PREV
) != 0)
1848
if (history(h, &ev, (pos < 0) ?
H_PREV
: H_NEXT) != 0)
history.c
106
history_gfun_t
h_prev
; /* Get the previous element */
local in function:TYPE
117
#define HPREV(h, ev) (*(h)->
h_prev
)((h)->h_ref, ev)
622
h->
h_prev
= history_def_prev;
729
nh->
h_prev
== NULL || nh->h_curr == NULL || nh->h_set == NULL ||
738
h->
h_prev
= history_def_prev;
755
h->
h_prev
= nh->
h_prev
;
1058
case
H_PREV
:
1127
hf.
h_prev
= va_arg(va, history_gfun_t);
/src/lib/libedit/TEST/
tc1.c
250
rv = history(hist, &ev,
H_PREV
))
wtc1.c
216
rc = history_w(hist, &ev,
H_PREV
))
/src/bin/sh/
histedit.c
806
direction = first < last ?
H_PREV
: H_NEXT;
Completed in 19 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025