OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/less/dist/
ifile.c
29
struct ifile *
h_next
; /* Links for command line list */
member in struct:ifile
58
for (; p != &anchor; p = p->
h_next
)
72
p->
h_next
= prev->
h_next
;
74
prev->
h_next
->h_prev = p;
75
prev->
h_next
= p;
81
incr_index(p->
h_next
, 1);
90
p->
h_next
->h_prev = p->h_prev;
91
p->h_prev->
h_next
= p->
h_next
;
[
all
...]
/src/lib/libedit/
history.c
104
history_gfun_t
h_next
; /* Get the next element */
local
115
#define HNEXT(h, ev) (*(h)->
h_next
)((h)->h_ref, ev)
619
h->
h_next
= history_def_next;
642
if (h->
h_next
== history_def_next)
657
if (h->
h_next
!= history_def_next) {
676
if (h->
h_next
!= history_def_next) {
696
if (h->
h_next
!= history_def_next) {
711
if (h->
h_next
!= history_def_next) {
728
if (nh->h_first == NULL || nh->
h_next
== NULL || nh->h_last == NULL ||
732
if (h->
h_next
!= history_def_next)
[
all
...]
/src/libexec/httpd/
bozohttpd.h
63
SIMPLEQ_ENTRY(bozoheaders)
h_next
;
member in struct:bozoheaders
71
SIMPLEQ_ENTRY(lua_handler)
h_next
;
member in struct:lua_handler
/src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h
69
uint_t
h_next
; /* index of next element in hash chain */
member in struct:ctf_helem
Completed in 63 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026