OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:env_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/ksh/
main.c
366
char *
env_file
;
local
370
env_file
= null;
374
env_file
= str_val(global("ENV"));
378
if (
env_file
== null)
379
env_file
= __UNCONST(DEFAULT_ENV);
381
env_file
= substitute(
env_file
, DOTILDE);
382
if (*
env_file
!= '\0')
383
include(
env_file
, 0, (char **) 0, 1);
Completed in 14 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026