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

/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...]

Completed in 58 milliseconds