OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_SET
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libedit/
hist.h
66
#define HIST_SET(el, num) HIST_FUN(el,
H_SET
, num)
histedit.h
213
#define
H_SET
7 /* , int); */
readline.c
681
(void)history(h, &ev,
H_SET
, num);
1518
(void)history(h, &ev,
H_SET
, curr_num);
1524
(void)history(h, &ev,
H_SET
, curr_num);
1619
if (history(h, &ev,
H_SET
, curr_num))
1805
(void)history(h, &ev,
H_SET
, curr_num);
history.c
108
history_sfun_t
h_set
; /* Set the current element */
local in function:TYPE
120
#define HSET(h, ev, n) (*(h)->
h_set
)((h)->h_ref, ev, n)
624
h->
h_set
= history_def_set;
729
nh->h_prev == NULL || nh->h_curr == NULL || nh->
h_set
== NULL ||
740
h->
h_set
= history_def_set;
757
h->
h_set
= nh->
h_set
;
1066
case
H_SET
:
1129
hf.
h_set
= va_arg(va, history_sfun_t);
/src/lib/libedit/TEST/
tc1.c
217
if (history(hist, &ev,
H_SET
, lastevent) == -1)
Completed in 23 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025