OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Home
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
ctwm_main.c
128
char *
Home
; /* the
HOME
environment variable */
129
int HomeLen; /* length of
Home
*/
227
// Various bits of code care about $
HOME
228
Home
= getenv("
HOME
");
229
if(
Home
== NULL) {
230
Home
= "./";
232
HomeLen = strlen(
Home
);
/xsrc/external/mit/twm/dist/src/
twm.c
134
const char *
Home
; /* the
HOME
environment variable */
135
int HomeLen; /* length of
Home
*/
292
Home
= getenv("
HOME
");
293
if (
Home
!= NULL) {
297
* Make a copy of
Home
because the string returned by getenv() can be
302
temp_p = strdup(
Home
);
303
Home
= temp_p;
306
if (
Home
== NULL
[
all
...]
Completed in 7 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026