Searched refs:_PATH_DOTCSHRC (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dpathnames.h51 # ifndef _PATH_DOTCSHRC
52 # define _PATH_DOTCSHRC "/etc/cshrc" macro
53 # endif /* !_PATH_DOTCSHRC */
63 # ifndef _PATH_DOTCSHRC
64 # define _PATH_DOTCSHRC "/etc/cshrc.std" macro
65 # endif /* !_PATH_DOTCSHRC */
76 # ifndef _PATH_DOTCSHRC
77 # define _PATH_DOTCSHRC "/etc/.cshrc" macro
78 # endif /* !_PATH_DOTCSHRC */
123 #ifndef _PATH_DOTCSHRC
124 # define _PATH_DOTCSHRC macro
[all...]
H A Dsh.c1343 #ifdef _PATH_DOTCSHRC
1344 (void) srcfile(_PATH_DOTCSHRC, 0, 0, NULL);

Completed in 103 milliseconds