Home
last modified time | relevance | path

Searched refs:_PATH_DOTLOGIN (Results 1 – 2 of 2) sorted by relevance

/src/contrib/tcsh/
H A Dpathnames.h44 # ifndef _PATH_DOTLOGIN
45 # define _PATH_DOTLOGIN "/etc/login" macro
56 # ifndef _PATH_DOTLOGIN
57 # define _PATH_DOTLOGIN "/etc/login.std" macro
69 # ifndef _PATH_DOTLOGIN
70 # define _PATH_DOTLOGIN "/etc/.login" macro
81 # ifndef _PATH_DOTLOGIN
82 # define _PATH_DOTLOGIN "/etc/cshrc" macro
126 #ifndef _PATH_DOTLOGIN
127 # define _PATH_DOTLOGIN "/etc/csh.login" macro
H A Dsh.c1328 #ifdef _PATH_DOTLOGIN in main()
1330 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL); in main()
1340 #ifdef _PATH_DOTLOGIN in main()
1342 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL); in main()