OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:node_enum
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
keymacro.c
96
static int
node_enum
(EditLine *, keymacro_node_t *, size_t);
493
/* no more chars in str.
node_enum
from here. */
494
(void)
node_enum
(el, ptr, cnt);
533
/*
node_enum
():
537
node_enum
(EditLine *el, keymacro_node_t *ptr, size_t cnt)
function
553
"
node_enum
: BUG!! Null ptr passed\n!");
566
(void)
node_enum
(el, ptr->next, cnt + (size_t)used);
570
(void)
node_enum
(el, ptr->sibling, cnt);
keymacro.c
96
static int
node_enum
(EditLine *, keymacro_node_t *, size_t);
493
/* no more chars in str.
node_enum
from here. */
494
(void)
node_enum
(el, ptr, cnt);
533
/*
node_enum
():
537
node_enum
(EditLine *el, keymacro_node_t *ptr, size_t cnt)
function
553
"
node_enum
: BUG!! Null ptr passed\n!");
566
(void)
node_enum
(el, ptr->next, cnt + (size_t)used);
570
(void)
node_enum
(el, ptr->sibling, cnt);
Completed in 131 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026