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_lookup
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
keymacro.c
94
static int
node_lookup
(EditLine *, const wchar_t *,
269
if (
node_lookup
(el, key, el->el_keymacro.map, (size_t)1) <= -1)
479
/*
node_lookup
():
484
node_lookup
(EditLine *el, const wchar_t *str, keymacro_node_t *ptr,
function
506
return (
node_lookup
(el, str + 1, ptr->next,
524
return (
node_lookup
(el, str, ptr->sibling,
keymacro.c
94
static int
node_lookup
(EditLine *, const wchar_t *,
269
if (
node_lookup
(el, key, el->el_keymacro.map, (size_t)1) <= -1)
479
/*
node_lookup
():
484
node_lookup
(EditLine *el, const wchar_t *str, keymacro_node_t *ptr,
function
506
return (
node_lookup
(el, str + 1, ptr->next,
524
return (
node_lookup
(el, str, ptr->sibling,
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026