Searched refs:RCS (Results 1 - 25 of 198) sorted by relevance

12345678

/macosx-10.10/swig-12/Lib/guile/
H A DMakefile3 co RCS/*.i* RCS/*.swg*
/macosx-10.10/swig-12/Lib/mzscheme/
H A DMakefile3 co RCS/*.i* RCS/*.swg*
/macosx-10.10/procmail-14/procmail/src/
H A Dlastdirsep.c7 #ifdef RCS
H A Dmcommon.c7 #ifdef RCS
H A Decommon.c7 #ifdef RCS
H A Dacommon.c9 #ifdef RCS
H A Dcommon.c7 #ifdef RCS
H A Dcomsat.c10 #ifdef RCS
H A Dfields.c7 #ifdef RCS
/macosx-10.10/tcl-105/tk/tk/win/
H A Dmkd.bat2 rem RCS: @(#) $Id$
H A Drmd.bat2 rem RCS: @(#) $Id$
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/win/
H A Dmkd.bat2 rem RCS: @(#) $Id: mkd.bat,v 1.1 2002/02/23 01:08:31 rolf Exp $
/macosx-10.10/tcl-105/tk84/tk/win/
H A Dmkd.bat2 rem RCS: @(#) $Id: mkd.bat,v 1.5 2001/11/13 02:46:23 davygrvy Exp $
H A Drmd.bat2 rem RCS: @(#) $Id: rmd.bat,v 1.5 2001/11/13 02:46:23 davygrvy Exp $
H A Dbuildall.vc.bat7 :: RCS: @(#) $Id: buildall.vc.bat,v 1.4 2002/11/04 07:49:43 davygrvy Exp $
/macosx-10.10/emacs-93/emacs/
H A Dupdate-subdirs27 *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej)
H A Dmake-dist266 if [ -d $dir ] && [ $dir != term ] && [ $dir != CVS ] && [ $dir != RCS ]
361 . | .. | */Old | */CVS | */RCS | */=*)
574 files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \
600 ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/etc/e
617 ln `ls -d * | grep -v CVS | grep -v RCS` ../../../${tempdir}/${dir}
625 ln `find . -type f -print | grep -v CVS | grep -v RCS | grep -v cvsignore` ../${tempdir}/info
/macosx-10.10/emacs-93/emacs/lib-src/
H A Drcs2log3 # RCS to ChangeLog generator
6 Generate ChangeLog entries from RCS files (perhaps in a CVS repository)
7 and the ChangeLog file (if any). An RCS file typically has a name
12 Generate entries for changes entered into RCS (or CVS) more recently
27 RCS and CVS logs lack full names and email addresses, so they are
45 -R If no FILEs are given and RCS is used, recurse through working directory.
49 -v Append RCS revision to file names in log lines.
268 # If CVS is in use, examine its repository, not the normal RCS files.
341 # With no arguments, examine all files under the RCS directory.
350 RCSdirs=`find . -name RCS
[all...]
H A Dgrep-changelog25 # Optionally format the resulting output to a form suitable for RCS
84 --rcs-log Format output suitable for RCS log entries
85 --with-date Print short date line in RCS log
/macosx-10.10/vim-55/runtime/syntax/
H A Drcslog.vim2 " Language: RCS log output
15 syn match rcslogFile "^RCS file:.*"
H A Drcs.vim2 " Language: RCS file
20 " RCS file must end with a newline.
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dversion.tcl19 switch -- $t CVS - RCS - core - a.out continue
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A Dbuildall.vc.bat7 :: RCS: @(#) $Id: buildall.vc.bat,v 1.6 2002/11/04 05:50:19 davygrvy Exp $
/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c1174 if (isset(RCS) && unset(PRIVILEGED))
1191 if (isset(RCS) && isset(GLOBALRCS))
1194 if (isset(RCS) && unset(PRIVILEGED))
1199 if (isset(RCS) && isset(GLOBALRCS))
1202 if (isset(RCS) && unset(PRIVILEGED))
1207 if (isset(RCS) && isset(GLOBALRCS))
1210 if (isset(RCS) && unset(PRIVILEGED))
1240 if (interact && isset(RCS))
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-rcs.el1 ;;; vc-rcs.el --- support for RCS version-control
43 "*The release number of your RCS installation, as a string.
51 "*Extra switches for registering a file in RCS.
72 (defcustom vc-rcs-header (or (cdr (assoc 'RCS vc-header-alist)) '("\$Id\$"))
88 "*Where to look for RCS master files.
90 :type '(choice (const :tag "Use standard RCS file names"
109 ;;;###autoload (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
110 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
113 "Implementation of `vc-state' for RCS."
133 "State heuristic for RCS
[all...]

Completed in 206 milliseconds

12345678