OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
path.c
14
* paths (a la
CDPATH
) and make appropriate file names.
287
char *cp,
cdpath
[256], pwd[256], file[256], result[256];
local in function:main
289
printf("enter
CDPATH
: "); gets(
cdpath
);
294
cp =
cdpath
;
c_ksh.c
23
int cdnode; /* was a node from
cdpath
added in? */
31
char *
cdpath
;
local in function:c_cd
110
cdpath
= str_val(global("
CDPATH
"));
112
cdnode = make_path(current_wd, dir, &
cdpath
, &xs, &phys_path);
122
} while (rval < 0 &&
cdpath
!= (char *) 0);
Completed in 20 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025