Searched refs:csh (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/which/
H A DMakefile36 .csh:
41 .SUFFIXES: .csh
/illumos-gate/usr/src/cmd/nsadmin/
H A DMakefile40 .login: login.csh
42 $(CP) login.csh .login
/illumos-gate/usr/src/cmd/pfexec/
H A DMakefile29 BINSHELLS = bash csh ksh ksh93 rksh rksh93 sh tcsh zsh
/illumos-gate/usr/src/cmd/csh/
H A DMakefile26 POFILE= csh.po
53 XGETFLAGS += -a -x csh.xcl
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh67 $SHELL. If $SHELL is not set or is invalid, csh will be
69 [c?force the use of csh, regardless of the value of $SHELL.]
70 [f?invoke csh with the -f (fast-start) option. This option is valid
71 only if $SHELL is unset or if it points to csh.]
374 "$(basename -- "${SHELL}")" != "csh" ]]; then
375 # $SHELL is set, and it's not csh.
378 print 'WARNING: -f is ignored when $SHELL is not csh'
385 print 'Using csh -f as shell.'
386 exec csh -f ${@:+-c "$@"}
389 print 'Using csh a
[all...]
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c56 * Actually, this doesn't work in old csh's.
134 * use in csh .login files as follows:
466 int csh; local
984 /* ending in the 3 characters "csh") */
985 csh = NO;
990 if ((csh = sequal(&sh[i-3], "csh")) && CmndLine)
994 if (!csh) { /* running Bourne shell */
1010 if (csh) {
1035 if (csh) {
[all...]
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile15 CSH_PROG = csh
/illumos-gate/usr/src/cmd/csh/sparc/
H A DMakefile15 CSH_PROG = csh
/illumos-gate/usr/src/cmd/
H A DMakefile105 csh \
549 csh \
/illumos-gate/usr/src/man/man1/
H A DMakefile85 csh.1 \

Completed in 67 milliseconds