代码搜索:C-shell
找到约 20 项符合「C-shell」的源代码
代码结果 20
www.eeworm.com/read/126411/6017660
csh-compat
# C-shell compatabilty package.
# setenv VAR VALUE
function setenv () {
export $1="$2"
}
function unsetenv () {
unset $1
}
function alias () {
local name=$1
shift
local value="$*"
if [
www.eeworm.com/read/141300/5770835
h cpdefs.h
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* General stuff for the C-shell p
www.eeworm.com/read/437028/1838400
h cpdefs.h
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* General stuff for the C-shell p
www.eeworm.com/read/20138/833878
cshrc
# C-Shell startup file
#
# Ben Michelson
# Valor Computerized Systems
#recommended section
if ($?GENESIS_EDIR) then
set ge = $GENESIS_EDIR
alias ge 'cd $ge/\!:*'
if (-e $GENESIS_EDIR/ge