OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unset_var
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gtest/test/
gtest_filter_unittest.py
71
os.environ['
UNSET_VAR
'] = 'X'
72
del os.environ['
UNSET_VAR
']
74
[sys.executable, '-c', 'import os; print \'
UNSET_VAR
\' not in os.environ'])
/external/mksh/src/
funcs.c
2389
bool
unset_var
= true;
local
[
all
...]
Completed in 188 milliseconds