Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dpathnames.h47 # ifndef _PATH_DOTLOGOUT
48 # define _PATH_DOTLOGOUT "/etc/logout" macro
59 # ifndef _PATH_DOTLOGOUT
60 # define _PATH_DOTLOGOUT "/etc/logout.std" macro
72 # ifndef _PATH_DOTLOGOUT
73 # define _PATH_DOTLOGOUT "/etc/.logout" macro
130 #ifndef _PATH_DOTLOGOUT
131 # define _PATH_DOTLOGOUT "/etc/csh.logout" macro
H A Dsh.c1806 #ifdef _PATH_DOTLOGOUT in goodbye()
1807 (void) srcfile(_PATH_DOTLOGOUT, 0, 0, NULL); in goodbye()
1848 #ifdef _PATH_DOTLOGOUT in phup()
1849 (void) srcfile(_PATH_DOTLOGOUT, 0, 0, NULL); in phup()