HomeSort by: relevance | last modified time | path
    Searched refs:csh (Results 1 - 19 of 19) sorted by relevancy

  /src/bin/csh/USD.doc/
Makefile 5 ARTICLE=csh
6 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.ap csh.g
  /src/bin/csh/
Makefile 12 PROG= csh
22 SRCS= alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
27 MLINKS= csh.1 limit.1 csh.1 alias.1 csh.1 bg.1 csh.1 dirs.1 csh.1 fg.1 \
28 csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1
    [all...]
  /src/games/warp/
filexp 8 if /bin/test -f /bin/csh; then
9 /bin/csh -f -c "glob $1"
config.h.SH 203 * system. Usual values are /bin/csh, /bin/ksh, /bin/sh.
  /src/usr.bin/time/
Makefile 11 .PATH: ${NETBSDSRCDIR}/bin/csh
  /src/bin/
Makefile 4 SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr getfacl \
  /src/usr.bin/make/unit-tests/
shell-csh.mk 1 # $NetBSD: shell-csh.mk,v 1.10 2025/06/05 21:56:54 rillig Exp $
5 CSH!= which csh 2> /dev/null || true
10 .if ${CSH} != ""
11 .SHELL: name="csh" path="${CSH}"
18 # the definition of the csh had been wrong since 1993 at least.
22 .if ${CSH} != ""
Makefile 323 TESTS+= shell-csh
  /src/external/lgpl3/mpc/dist/src/
sin_cos.c 342 mpfr_t s, c, sh, ch, sch, csh; local
381 mpfr_init2 (csh, 2);
392 mpfr_set_prec (csh, prec);
409 mpfr_mul (csh, c, sh, MPFR_RNDN);
410 ok = (!mpfr_number_p (csh))
411 || mpfr_can_round (csh, prec - 2, MPFR_RNDN, MPFR_RNDZ,
441 inex_im = mpfr_set (mpc_imagref (rop_sin), csh, MPC_RND_IM (rnd_sin));
442 if (mpfr_inf_p (csh))
466 mpfr_clear (csh);
  /src/distrib/utils/embedded/conf/
usermode.conf 56 (cat ${mnt}/etc/csh.cshrc;echo "setenv PKG_DBDIR /usr/pkg/.dbdir") > ${tmp}
57 mv ${tmp} ${mnt}/etc/csh.cshrc
  /src/sys/arch/hpcmips/tx/
txcsbus.c 247 __txcsbus_alloc_cstag(struct txcsbus_softc *sc, struct cs_handle *csh)
251 int cs = csh->cs;
252 int width = csh->cswidth;
  /src/external/gpl2/xcvs/dist/contrib/
rcs-to-cvs.sh 16 # Based on the CVS 1.0 checkin csh script.
152 c | csh | e | f | h | l | mac | me | mm | ms | p | r | red | s | sh | sl | cl | ml | el | tex | y | ye | yr | "" )
  /src/etc/
security 376 list="/etc/csh.cshrc /etc/csh.login ${rhome}/.cshrc ${rhome}/.login"
397 /bin/csh -f -s << end-of-csh > /dev/null 2>&1
400 end-of-csh
416 printf "\nChecking root csh paths, umask values:\n$list\n\n"
421 printf "\tRoot csh startup files do not set the umask.\n"
Makefile 103 BIN1+= auto_master bootptab changelist csh.cshrc csh.login \
104 csh.logout daily daily.conf dm.conf envsys.conf floppytab ftpchroot \
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
complex.d 964 auto csh = coshisinh(z.im);
965 return typeof(return)(cs.im * csh.re, cs.re * csh.im);
986 auto csh = coshisinh(z.im);
987 return typeof(return)(cs.re * csh.re, - cs.im * csh.im);
  /src/usr.bin/crunch/examples/
really-big.conf 14 progs cat chmod cp csh date dd df domainname echo ed expr hostname kill
  /src/external/gpl3/gdb/dist/readline/readline/
histexpand.c 1219 expansion appended, because that seems to be what csh does. We
1241 /* There is something that is listed as a `word specifier' in csh
1397 /* csh seems to allow anything to terminate the word spec here,
  /src/external/gpl3/gdb.old/dist/readline/readline/
histexpand.c 1219 expansion appended, because that seems to be what csh does. We
1241 /* There is something that is listed as a `word specifier' in csh
1397 /* csh seems to allow anything to terminate the word spec here,
  /src/external/gpl2/groff/dist/
configure 5722 # use a dummy substitution if no csh hack is necessary to avoid errors
5724 echo "$as_me:$LINENO: checking for csh hash hack" >&5
5725 echo $ECHO_N "checking for csh hash hack... $ECHO_C" >&6
5735 if echo ./conftest.sh | (csh >/dev/null 2>&1) >/dev/null 2>&1; then

Completed in 83 milliseconds