HomeSort by: relevance | last modified time | path
    Searched defs:OpenDirs (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/indent/
fmt_decl.c 606 typedef struct OpenDirs {
609 } OpenDirs;
  /src/usr.bin/make/
dir.c 146 * All previously-read directories are kept in openDirs, which is checked
216 * References from openDirs do not count though.
231 typedef struct OpenDirs {
234 } OpenDirs;
239 static OpenDirs openDirs; /* all cached directories */
270 static void OpenDirs_Remove(OpenDirs *, const char *);
320 OpenDirs_Remove(&openDirs, dir->name);
342 OpenDirs_Init(OpenDirs *odirs)
350 OpenDirs_Done(OpenDirs *odirs
    [all...]

Completed in 13 milliseconds