Home
last modified time | relevance | path

Searched refs:_PATH_TCSHELL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dpathnames.h86 #if (defined(_CRAYCOM) || defined(Lynx)) && !defined(_PATH_TCSHELL)
87 # define _PATH_TCSHELL "/bin/tcsh" /* 1st class shell */ macro
90 #if defined(_MINIX) && !defined(_PATH_TCSHELL)
91 # define _PATH_TCSHELL "/local/bin/tcsh" /* use ram disk */ macro
94 #if defined(__linux__) && !defined(_PATH_TCSHELL)
95 # define _PATH_TCSHELL "/bin/tcsh" macro
146 #ifndef _PATH_TCSHELL
147 # define _PATH_TCSHELL "/usr/local/bin/tcsh" macro
H A Dsh.c340 #ifdef _PATH_TCSHELL in main()
341 STR_SHELLPATH = SAVE(_PATH_TCSHELL); in main()
/freebsd/bin/csh/
H A Dconfig_p.h97 # define _PATH_TCSHELL "/bin/tcsh" macro
101 # define _PATH_TCSHELL "/usr/contrib/bin/tcsh" macro
/freebsd/contrib/tcsh/config/
H A Dbsd4.488 * _PATH_TCSHELL if you've change the installation location (vix)
92 # define _PATH_TCSHELL "/bin/tcsh"
96 # define _PATH_TCSHELL "/usr/contrib/bin/tcsh"