OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_getenv
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libedit/
el.h
144
char * (*
el_getenv
)(const char *); /* getenv(3) or ... */
member in struct:editline
el.c
89
el->
el_getenv
= getenv;
393
case
EL_GETENV
:
394
el->
el_getenv
= va_arg(ap, func_t);
516
case
EL_GETENV
:
517
*va_arg(ap, func_t *) = el->
el_getenv
;
562
if ((fname = (el->
el_getenv
)("EDITRC")) == NULL) {
566
if ((ptr = (el->
el_getenv
)("HOME")) == NULL)
vi.c
1018
if ((editor = (el->
el_getenv
)("EDITOR")) == NULL)
terminal.c
854
term = (el->
el_getenv
)("TERM");
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026