Searched refs:tcsh (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/tcsh/nls/
H A DMakefile.in19 INSTALLED+=${localedir}/C/LC_MESSAGES/tcsh.cat
20 ${localedir}/C/LC_MESSAGES/tcsh.cat: C.cat
27 INSTALLED+=${localedir}/et/LC_MESSAGES/tcsh.cat
28 ${localedir}/et/LC_MESSAGES/tcsh.cat: et.cat
35 INSTALLED+=${localedir}/fi/LC_MESSAGES/tcsh.cat
36 ${localedir}/fi/LC_MESSAGES/tcsh.cat: finnish.cat
43 INSTALLED+=${localedir}/fr/LC_MESSAGES/tcsh.cat
44 ${localedir}/fr/LC_MESSAGES/tcsh.cat: french.cat
51 INSTALLED+=${localedir}/de/LC_MESSAGES/tcsh.cat
52 ${localedir}/de/LC_MESSAGES/tcsh
[all...]
/freebsd-13-stable/bin/csh/
H A DMakefile18 TCSHDIR= ${SRCTOP}/contrib/tcsh
46 MLINKS= csh.1 tcsh.1
53 LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
58 FILESDIR= ${SHAREDIR}/examples/tcsh
59 FILES= complete.tcsh csh-mode.el
107 NLSNAME= tcsh
115 csh.1: tcsh.man
/freebsd-13-stable/rescue/rescue/
H A DMakefile73 CRUNCH_ALIAS_csh= -csh tcsh -tcsh
76 CRUNCH_SUPPRESS_LINK_-tcsh= 1
/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh116 john:<password>:1001:1001::0:0:John Baldwin:/home/john:/bin/tcsh
/freebsd-13-stable/contrib/tcsh/
H A Dsh.c81 static const char tcshstr[] = "tcsh";
113 int tcsh; variable
182 (void) xsnprintf(trypath, sizeof(trypath), "%s/C/LC_MESSAGES/tcsh.cat",
279 mal_setstatsfile(fdopen(dmove(xopen("/tmp/tcsh.trace",
331 tcsh = strncmp(progname, tcshstr, sizeof(tcshstr) - 1) == 0;
352 PRCH = tcsh ? '>' : '%'; /* to replace %# in $prompt for normal users */
355 bslash_quote = 0; /* PWP: do tcsh-style backslash quoting? */
453 * tcsh does not work properly on the alliants through an rlogin session.
580 if (tcsh) {
753 * Compatibility with tcsh >
[all...]
H A Dsh.func.c1713 * XXX: This does not work right, since tcsh cannot track changes to
2668 static const char default_catalog[] = "tcsh";
2673 catalog = xasprintf("tcsh.%s", short2str(varval(STRcatalog)));
H A Dsh.h573 EXTERN int bslash_quote IZERO;/* PWP: tcsh-style quoting? (in sh.c) */
1207 extern int tcsh;
1295 \nSee the tcsh(1) manual page for detailed information.\n"
H A Dsh.set.c772 PRCH = tcsh ? '>' : '%';

Completed in 301 milliseconds