OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keep_env
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xlint/xlint/
xlint.c
194
const char *
keep_env
= getenv("LINT_KEEP_CPPOUT");
local in function:terminate
195
bool keep =
keep_env
!= NULL && (strcmp(
keep_env
, "yes") == 0
196
|| (strcmp(
keep_env
, "on-error") == 0 && signo != 0));
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025