Home
last modified time | relevance | path

Searched defs:CHDIR (Results 1 – 5 of 5) sorted by relevance

/csrg-svn/usr.bin/learn/learn/
H A Dlrnref.h24 #define CHDIR 14 macro
/csrg-svn/games/hack/
H A Dconfig.h10 #define CHDIR /* delete if no chdir() available */ macro
/csrg-svn/old/games.vax/compat/
H A Dunix6sys.h17 #define CHDIR 12 macro
H A Dunix7sys.h23 #define CHDIR 12 macro
/csrg-svn/lib/libc/gen/
H A Dfts.c38 #define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) macro