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

  /src/usr.bin/make/
meta.c 962 * We have to track the latestdir on a per-process basis.
1034 char latestdir[MAXPATHLEN]; local
1100 strlcpy(latestdir, cwd, sizeof latestdir);
1168 * We also need to track the 'latestdir' of
1173 * we save the current value of 'latestdir' in a
1175 * re-initialize 'latestdir' to any pre-saved
1186 Global_Set(ldir_vname, latestdir);
1193 strlcpy(latestdir, ldir.str, sizeof latestdir);
    [all...]

Completed in 40 milliseconds