Searched refs:switches (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dfindoptdiff84 echo "Diff fails with these switches:"
85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then
H A Dfindmisopt101 # Current set of switches is empty
113 echo "Return code not the same with these switches:"
114 echo $switches
122 echo "Diff fails with these switches:"
123 echo $switches
135 switches="$switches $sw"
136 if tryit "$switches" ; then
145 if [ "$switches" == " $all_switches" ] ; then
151 while [ ! -z "$switches" ] ; d
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Duconfig.h25 * The switches are fairly coarse, controlling large modules.
33 * libraries with these switches customized to your needs.
71 # error Contradictory collation switches in uconfig.h.
78 /* common library switches -------------------------------------------------- */
153 # error Contradictory collation switches in uconfig.h.
179 /* i18n library switches ---------------------------------------------------- */
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Duconfig.h25 * The switches are fairly coarse, controlling large modules.
33 * libraries with these switches customized to your needs.
71 # error Contradictory collation switches in uconfig.h.
78 /* common library switches -------------------------------------------------- */
153 # error Contradictory collation switches in uconfig.h.
179 /* i18n library switches ---------------------------------------------------- */
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Duconfig.h25 * The switches are fairly coarse, controlling large modules.
33 * libraries with these switches customized to your needs.
71 # error Contradictory collation switches in uconfig.h.
78 /* common library switches -------------------------------------------------- */
153 # error Contradictory collation switches in uconfig.h.
179 /* i18n library switches ---------------------------------------------------- */
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dls-lisp.el45 ;; * A few obscure ls switches are still ignored: see the docstring of
192 (defun insert-directory (file switches &optional wildcard full-directory-p)
198 switches do not contain `d', so that a full listing is expected.
212 to match file names. It does not support all `ls' switches -- those
216 file switches wildcard full-directory-p)
222 (funcall handler 'insert-directory file switches
225 (if (string-match "--dired " switches)
226 (setq switches (replace-match "" nil nil switches)))
228 (setq switches (delet
[all...]
H A Ddiff.el30 ;; You can specify options with `diff-switches'.
39 (defcustom diff-switches "-c"
40 "*A string or list of strings specifying switches to be passed to diff."
56 (defun diff-switches ()
58 (read-string "Diff switches: "
59 (if (stringp diff-switches)
60 diff-switches
61 (mapconcat 'identity diff-switches " ")))))
76 (defun diff (old new &optional switches no-async)
81 With prefix arg, prompt for diff switches
[all...]
H A Dfind-lisp.el303 (defun find-lisp-format (file-name file-attr switches now)
305 (concat (if (memq ?i switches) ; inode number
308 (if (memq ?s switches) ; size in K
323 (find-lisp-format-time file-attr switches now)
331 (defun find-lisp-time-index (switches)
334 ((memq ?c switches) 6) ; last mode change
335 ((memq ?u switches) 4) ; last access
339 (defun find-lisp-format-time (file-attr switches now)
344 (let* ((time (nth (find-lisp-time-index switches) file-attr))
H A Dlpr.el30 ;; variables include `printer-name', `lpr-switches' and `lpr-command'.
72 (defcustom lpr-switches nil
80 (defcustom lpr-add-switches (memq system-type '(berkeley-unix gnu/linux))
123 (defcustom lpr-headers-switches nil
143 (defcustom lpr-page-header-switches '("-h %s" "-F")
153 See the variables `lpr-switches' and `lpr-command'
156 (print-region-1 (point-min) (point-max) lpr-switches nil))
162 The variable `lpr-headers-switches' controls how to paginate.
165 `lpr-page-header-switches' specifies the switches fo
[all...]
H A Dvms-patch.el157 (defun vms-read-directory (dirname switches buffer)
161 (concat "DIRECTORY " switches " " dirname)
170 (setq dired-listing-switches
174 (lambda (start end command ign1 ign2 ign3 &rest switches)
180 (mapconcat 'identity switches " "))
H A Ddired-aux.el55 (defun dired-diff (file &optional switches)
84 (if (stringp diff-switches)
85 diff-switches
86 (mapconcat 'identity diff-switches " ")))))))
87 (diff file (dired-get-filename t) switches))
90 (defun dired-backup-diff (&optional switches)
99 (if (stringp diff-switches)
100 diff-switches
101 (mapconcat 'identity diff-switches " "))))
103 (diff-backup (dired-get-filename) switches))
[all...]
H A Ddired.el52 (defcustom dired-listing-switches "-al"
58 some of the `ls' switches are not supported; see the doc string of
63 (defvar dired-subdir-switches nil
64 "If non-nil, switches passed to `ls' for inserting subdirectories.
65 If nil, `dired-listing-switches' is used.")
249 (defvar dired-actual-switches nil
250 "The value of `dired-listing-switches' used to make this buffer's text.")
285 (defvar dired-switches-alist nil
286 "Keeps track of which switches to use for inserted subdirectories.
288 (make-variable-buffer-local 'dired-switches
[all...]
H A Dvc-sccs.el39 (defcustom vc-sccs-register-switches nil
40 "*Extra switches for registering a file in SCCS.
51 (defcustom vc-sccs-diff-switches nil
52 "*A string or list of strings specifying extra switches for `vcdiff',
172 `vc-register-switches' and `vc-sccs-register-switches' are passed to
188 (vc-switches 'SCCS 'register)))
205 (vc-switches 'SCCS 'checkin))
217 (vc-switches 'SCCS 'checkout)))
224 switches)
[all...]
H A Dvc-svn.el46 (defcustom vc-svn-global-switches nil
47 "*Global switches to pass to any SVN command."
56 (defcustom vc-svn-register-switches nil
57 "*Extra switches for registering a file into SVN.
68 (defcustom vc-svn-diff-switches
70 "String or list of strings specifying extra switches for svn diff under VC.
71 If nil, use the value of `vc-diff-switches'.
213 `vc-register-switches' and `vc-svn-register-switches' are passed to
215 (apply 'vc-svn-command nil 0 file "add" (vc-switches 'SV
[all...]
H A Dediff-vers.el30 (defvar rcs-default-co-switches)
112 (switches (append '("-p")
126 (append switches rcs-default-co-switches
H A Dfiles.el4272 (let ((switches dired-listing-switches))
4274 (setq switches (concat switches "L")))
4282 (insert-directory-safely file switches)
4283 (insert-directory-safely file-name switches))))
4317 (concat dired-listing-switches "t")))
4646 (defcustom list-directory-brief-switches
4652 (defcustom list-directory-verbose-switches
4708 Actions controlled by variables `list-directory-brief-switches'
[all...]
H A Dvc-rcs.el50 (defcustom vc-rcs-register-switches nil
51 "*Extra switches for registering a file in RCS.
62 (defcustom vc-rcs-diff-switches nil
63 "*A string or list of strings specifying extra switches for rcsdiff under VC."
240 `vc-register-switches' and `vc-rcs-register-switches' are passed to
256 (vc-switches 'RCS 'register))
314 (let ((switches (vc-switches 'RCS 'checkin)))
324 (setq switches (con
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duconfig.h23 * Miscellaneous switches:
33 * The switches are fairly coarse, controlling large modules.
41 * libraries with these switches customized to your needs.
193 /* common/i18n library switches --------------------------------------------- */
217 # error Contradictory collation switches in uconfig.h.
224 /* common library switches -------------------------------------------------- */
302 # error Contradictory collation switches in uconfig.h.
339 /* i18n library switches ---------------------------------------------------- */
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dtclexpat.c427 static CONST84 char *switches[] = { enum
433 enum switches {
453 if (Tcl_GetIndexFromObj(expat->interp, objPtr[0], switches,
458 switch ((enum switches) index) {
541 static CONST84 char *switches[] = {
549 enum switches {
565 if (Tcl_GetIndexFromObj(expat->interp, objv[0], switches,
572 switch ((enum switches) index) {
421 static CONST84 char *switches[] = { local
534 static CONST84 char *switches[] = { local
542 enum switches { enum
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/library/
H A Dtktable.py238 def delete_cols(self, index, count=None, switches=None):
239 args = self._handle_switches(switches) + (index, count)
243 def delete_rows(self, index, count=None, switches=None):
244 args = self._handle_switches(switches) + (index, count)
308 def insert_cols(self, index, count=None, switches=None):
309 args = self._handle_switches(switches) + (index, count)
313 def insert_rows(self, index, count=None, switches=None):
314 args = self._handle_switches(switches) + (index, count)
/macosx-10.9.5/misc_cmds-32/ncal/
H A Dncal.c66 /* The switches from Julian to Gregorian in some countries */
71 } switches[] = { variable in typeref:struct:djswitch
110 switches + sizeof(switches) / sizeof(struct djswitch) - 2;
205 * switchdate and date format from the switches table.
216 q = switches + sizeof(switches) / sizeof(struct djswitch);
217 for (p = switches; p != q; p++)
275 q = switches +
276 sizeof(switches) / sizeo
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl12 Usage: globfind ?basedir ?filtercmd? ?switches??
22 switches - The switches will "prefilter" the results before the filtercmd is applied. The
23 available switches are:
64 command-line switches as globfind, but does not take a filtercmd value.
102 # process command-line switches:
199 # process command-line switches:
271 # Pre-8.3 glob doesn't support -type or -dir switches; emulate if necessary:
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb565 switches = args.shift
566 switches.each{|k| params << "-#{k}"}
577 switches = args.shift
578 switches.each{|k| params << "-#{k}"}
646 switches = args.shift
647 switches.each{|k| params << "-#{k}"}
658 switches = args.shift
659 switches.each{|k| params << "-#{k}"}
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclClock.c72 static CONST char *switches[] =
86 if (Tcl_GetIndexFromObj(interp, objv[1], switches, "option", 0, &index)
71 static CONST char *switches[] = local
/macosx-10.9.5/CPANInternal-140/IPC-LDT/
H A DLDT.pm478 my ($class, %switches)=@_;
483 bug("Missing handle parameter") unless exists $switches{'handle'} and $switches{'handle'};
495 if (defined $switches{'handle'}->fileno)
498 $me->{'handle'}=$switches{'handle'};
501 $me->{'objectMode'}=(exists $switches{'objectMode'} and $switches{'objectMode'}) ? 1 : 0;
502 $me->{'startblockLength'}=(exists $switches{'startblockLength'} and $switches{'startblockLength'}>0) ? $switches{'startblockLengt
[all...]

Completed in 338 milliseconds

123