/src/bin/sh/ |
var.c | 119 struct var vpath; variable in typeref:struct:var 160 { &vpath, VSTRFIXED|VTEXTFIXED, "PATH=" _PATH_DEFPATH,
|
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);
|
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);
|