HomeSort by: relevance | last modified time | path
    Searched refs:latestdir (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
meta.c 995 * We have to track the latestdir on a per-process basis.
1067 char latestdir[MAXPATHLEN]; local in function:meta_oodate
1133 strlcpy(latestdir, cwd, sizeof latestdir);
1201 * We also need to track the 'latestdir' of
1206 * we save the current value of 'latestdir' in a
1208 * re-initialize 'latestdir' to any pre-saved
1219 Global_Set(ldir_vname, latestdir);
1226 strlcpy(latestdir, ldir.str, sizeof latestdir);
    [all...]

Completed in 11 milliseconds