Home
last modified time | relevance | path

Searched refs:csh (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd-12-stable/share/doc/usd/04.csh/
DMakefile4 VOLUME= usd/04.csh
5 SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
/freebsd-12-stable/tools/test/malloc/
DMakefile11 @csh -x -c "time ./malloc 500000 2000 8192"
12 @csh -x -c "time ./malloc 50000000 2000 8192"
13 @csh -x -c "time ./malloc 500000 14000 8192"
14 @csh -x -c "time ./malloc 20000000 20000 2048"
/freebsd-12-stable/sys/dev/sound/pci/
Dhdspe.h178 bus_space_handle_t csh; member
196 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
198 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
200 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
203 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
205 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
207 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))
/freebsd-12-stable/bin/csh/
DMakefile12 ETC= csh.cshrc csh.login csh.logout
21 PROG= csh
46 MLINKS= csh.1 tcsh.1
53 LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
55 CLEANFILES= ${GENHDRS} gethost csh.1
59 FILES= complete.tcsh csh-mode.el
115 csh.1: tcsh.man
Dcsh.logout1 # $FreeBSD: stable/12/bin/csh/csh.logout 337849 2018-08-15 14:41:24Z brd $
3 # System-wide .logout file for csh(1).
Dcsh.cshrc1 # $FreeBSD: stable/12/bin/csh/csh.cshrc 337849 2018-08-15 14:41:24Z brd $
3 # System-wide .cshrc file for csh(1).
Ddot.cshrc1 # $FreeBSD: stable/12/bin/csh/dot.cshrc 363525 2020-07-25 11:57:39Z pstef $
3 # .cshrc - csh resource script, read at beginning of execution by each shell
5 # see also csh(1), environ(7).
6 # more examples available at /usr/share/examples/csh/
Dcsh.login1 # $FreeBSD: stable/12/bin/csh/csh.login 363525 2020-07-25 11:57:39Z pstef $
3 # System-wide .login file for csh(1).
Ddot.login1 # $FreeBSD: stable/12/bin/csh/dot.login 337849 2018-08-15 14:41:24Z brd $
3 # .login - csh login script, read by login shell, after `.cshrc' at login.
5 # See also csh(1), environ(7).
/freebsd-12-stable/contrib/tcsh/
DNewThings29 like csh.
41 * $?0 returns false now on interactive shells for csh compatibility.
52 * new -b -c etc file operators from SGI csh.
61 now the timestamps as csh comments.
71 should match the builtin echo of /bin/csh; if your system does not
72 come with csh, then the default echo should match /bin/echo.
78 * tcsh now mirrors correctly all exported csh variables [term=TERM,path=PATH
115 works now is the way the 4.4BSD csh works.
124 * /etc/Login and /etc/Logout were renamed to /etc/csh.login /etc/csh.logout
125 and /etc/csh.cshrc was added
DFAQ20 If you did like the previous behavior you can add in /etc/csh.login, or
55 Where can I get csh sources?
58 You don't need csh sources to compile tcsh-6.0x.
69 one, remember to add /bin/csh, /bin/sh, and any other valid shells for
170 Their csh does not have job control either. Try:
215 Where can I learn the merits of tcsh vs. bash vs. csh vs. sh etc?
218 features that tcsh adds to csh.
221 document advocating that csh (and by extension, tcsh) should not be
229 Aside from the arguments about csh being evil, tcsh appears to compare
/freebsd-12-stable/share/skel/
Ddot.cshrc3 # .cshrc - csh resource script, read at beginning of execution by each shell
5 # see also csh(1), environ(7).
6 # more examples available at /usr/share/examples/csh/
Ddot.login3 # .login - csh login script, read by login shell, after `.cshrc' at login.
5 # See also csh(1), environ(7).
/freebsd-12-stable/tools/tools/nanobsd/pcengines/Files/root/
D.login3 # .login - csh login script, read by login shell, after `.cshrc' at login.
5 # see also csh(1), environ(7).
D.cshrc3 # .cshrc - csh resource script, read at beginning of execution by each shell
5 # see also csh(1), environ(7).
/freebsd-12-stable/rescue/rescue/
DMakefile79 CRUNCH_PROGS_bin+= csh
80 CRUNCH_ALIAS_csh= -csh tcsh -tcsh
81 CRUNCH_BUILDTOOLS+= bin/csh
82 CRUNCH_SUPPRESS_LINK_-csh= 1
/freebsd-12-stable/share/examples/etc/
DREADME.examples14 csh.cshrc - sample .cshrc (see csh(1))
15 csh.login - sample .login
16 csh.logout - sample .logout
/freebsd-12-stable/usr.bin/bmake/tests/shell/select/
Dexpected.stdout.21 /bin/csh
DMakefile.test17 .SHELL: name=csh
/freebsd-12-stable/usr.sbin/pw/tests/
Dmaster.passwd3 root:*:0:0::0:0:Charlie &:/root:/bin/csh
/freebsd-12-stable/share/doc/usd/
DMakefile9 04.csh \
/freebsd-12-stable/release/picobsd/mfs_tree/etc/
Dshells7 /bin/csh
/freebsd-12-stable/share/doc/smm/01.setup/
Dspell.ok250 csh.cshrc
251 csh.login
252 csh.logout
/freebsd-12-stable/lib/libc/gen/
Dshells8 /bin/csh
/freebsd-12-stable/usr.bin/bmake/tests/shell/path/
DMakefile.test21 .SHELL: path=${.OBJDIR}/csh

1234