OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
var.c
119
struct var
vpath
;
variable in typeref:struct:var
160
{ &
vpath
, VSTRFIXED|VTEXTFIXED, "PATH=" _PATH_DEFPATH,
/src/usr.bin/make/
main.c
1239
* For compatibility, look at the directories in the
VPATH
variable
1247
char *
vpath
, savec, *path;
local in function:InitVpath
1248
if (!Var_Exists(SCOPE_CMDLINE, "
VPATH
"))
1251
vpath
= Var_Subst("${
VPATH
}", SCOPE_CMDLINE, VARE_EVAL);
1253
path =
vpath
;
1267
free(
vpath
);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025