Searched refs:marked (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.10.1/swig-12/Source/Swig/
H A Dgetopt.c25 static int *marked; variable
40 marked = (int *) malloc(numargs * sizeof(int));
42 marked[i] = 0;
44 marked[0] = 1;
54 assert(marked);
56 marked[n] = 1;
67 return marked[n];
80 assert(marked);
82 if (!marked[i]) {
91 if (check_input && marked[numarg
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dmark.c379 * 'ppdFindMarkedChoice()' - Return the marked choice for the specified option.
387 *marked; /* Marked choice */ local
398 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key);
400 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked,
401 marked ? marked->choice : "NULL"));
403 return (marked);
459 * 'ppdIsMarked()' - Check to see if an option is marked.
462 int /* O - Non-zero if option is marked */
[all...]
H A Dconflicts.c57 * 'cupsGetConflicts()' - Get a list of conflicting options in a marked PPD.
60 * "choice" were marked in the PPD. You would typically call this function
83 ppd_choice_t *marked; /* Marked choice */ local
120 else if ((marked = ppdFindMarkedChoice(ppd,
122 num_options = cupsAddOption(cptr->option->keyword, marked->choice,
134 * 'cupsResolveConflicts()' - Resolve conflicts in a marked PPD.
136 * This function attempts to resolve any conflicts in a marked PPD, returning
139 * not yet been marked, while "option" and "choice" contain the most recent
198 ppd_choice_t *marked; /* Marked choice */ local
425 marked
963 *marked; /* Marked choice */ local
[all...]
H A Demit.c50 * 'ppdCollect()' - Collect all marked options that reside in the specified
57 int /* O - Number of options marked */
67 * 'ppdCollect2()' - Collect all marked options that reside in the
76 int /* O - Number of options marked */
107 (size_t)cupsArrayCount(ppd->marked))) == NULL)
113 if ((orders = calloc(sizeof(float), (size_t)cupsArrayCount(ppd->marked))) == NULL)
124 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked);
126 c = (ppd_choice_t *)cupsArrayNext(ppd->marked))
182 * If we have more than 1 marked choice, sort them...
204 DEBUG_printf(("2ppdCollect2: %d marked choice
[all...]
H A Dppd.h161 char marked; /* 0 if not selected, 1 otherwise */ member in struct:ppd_choice_s
206 int marked; /* Page size selected? */ member in struct:ppd_size_s
286 int marked; /* Extended option is marked */ member in struct:ppd_coption_s
351 cups_array_t *marked; /* Marked choices @since CUPS 1.3/OS X 10.5@ @private@ */ member in struct:ppd_file_s
H A Dpage.c177 if (size->marked)
196 * areas based on the currently-marked (selected) options.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dd.vim9 " to ensure the email will not be marked has spam.
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dw32-check-exported-symbols.pl126 exported by the .def file unless they are marked as safe.
/macosx-10.10.1/cups-408/cups/systemv/
H A Dlpoptions.c443 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom", choice->marked ? "*" : "");
446 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom.WIDTHxHEIGHT", choice->marked ? "*" : "");
452 snprintf(ptr, sizeof(buffer) - (size_t)(ptr - buffer), " %sCustom.%s", choice->marked ? "*" : "", types[cparam->type]);
458 if (choice->marked)
476 else if (choice->marked)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-info.el54 If you commit without any marked file and with the cursor positioned
119 (defface cvs-marked
127 "PCL-CVS face used to highlight marked file indicator."
130 (put 'cvs-marked-face 'face-alias 'cvs-marked)
160 &key marked subtype
165 marked ;; t/nil.
264 (marked (cvs-fileinfo->marked fi))
270 (if (and (setq check 'marked) (mem
[all...]
H A Dthumbs.el51 ;; from dired, C-t m enter in thumbs-mode with all marked files
175 (defvar thumbs-marked-list nil
176 "List of marked files.")
177 (make-variable-buffer-local 'thumbs-marked-list)
178 (put 'thumbs-marked-list 'permanent-local t)
350 (defun thumbs-insert-image (img type relief &optional marked)
354 If MARKED is non-nil, the image is marked."
358 :conversion ,(if marked 'disabled)
364 (defun thumbs-insert-thumb (img &optional marked)
366 If MARKED is non-nil, the image is marked
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DReleaseNotes.txt21 All literal encoding support for SOAP::Lite is marked EXPERIMENTAL, and it is
55 SOAP::Server->objects_by_reference is marked EXPERIMENTAL
/macosx-10.10.1/emacs-93/emacs/etc/
H A Ddired-ref.tex255 \centerline{Commands marked with \dx{} require dired-x}
273 % Most commands operate either on all marked files or on the current file if
274 % no files are marked. Use a numeric prefix argument to operate on the next
296 \key{move to next marked file}{M-\}}
297 \key{move to previous marked file}{M-\{}
321 \key{unmark all marked files in a buffer}{M-delete}
335 \key{remove marked files from the listing}{k}
354 \key{delete marked (as opposed to flagged) files}{X}
381 \key{copy marked files by regexp}{\% C}
382 \key{rename marked file
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dave.vim41 " 'not' is only marked as an Operator if not applied as method
H A Dautomake.vim16 " autoconf-style @variable@ substitutions . Subsitutions are marked as errors
H A Ddtd.vim63 " Note that everything not contained here will be marked
H A Dxdefaults.vim29 " was done this way so that a line is not marked as
/macosx-10.10.1/cron-39/doc/
H A DINSTALL20 Read the comments at the top of the Makefile, then edit the area marked
24 top of the file, but it's clearly marked. Also look at pathnames.h.
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-uu.el531 (defun gnus-message-process-mark (unmarkp new-marked)
532 (let ((old (- (length gnus-newsgroup-processable) (length new-marked))))
534 (length new-marked)
535 (if (= (length new-marked) 1) "" "s")
542 (format ", %d remain marked"
545 (format ", %d already marked" old))))))
559 (new-marked (gnus-new-processable unmark articles)))
564 (gnus-message-process-mark unmark new-marked)))
633 "Invert the list of process-marked articles."
661 "Mark all series that have some articles marked
[all...]
H A Dgnus-group.el159 %M Only marked articles (character, \"*\" or \" \")
474 `((?M gnus-tmp-marked-mark ?c)
481 (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked)))
482 (gnus-range-length (cdr (assq 'tick gnus-tmp-marked))))))
488 (?I (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked))) ?d)
489 (?T (gnus-range-length (cdr (assq 'tick gnus-tmp-marked))) ?d)
490 (?i (+ (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked)))
491 (gnus-range-length (cdr (assq 'tick gnus-tmp-marked)))) ?d)
505 (?p gnus-tmp-process-marked ?c)
532 (defvar gnus-group-marked ni
[all...]
/macosx-10.10.1/libdispatch-442.1.4/
H A Dconfigure.ac292 [AC_DEFINE(HAVE_NORETURN_BUILTIN_TRAP, 1, [Define if __builtin_trap marked noreturn])]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraphops.tcl1759 #initialization of marked nodes, distances and predecessors
1761 dict set marked $v 0
1766 #the s node is initially marked and has 0 distance to itself
1767 dict set marked $s 1
1790 if { [dict get $marked $u] == 0 } {
1792 dict set marked $u 1
1874 #initilization of marked nodes
1876 dict set marked $v 0
1879 #start node is marked from the beginning
1880 dict set marked
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl1183 # Dstates is [union $marked $unmarked]
1187 lappend marked $T
1210 if {[llength $U] && [lsearch $marked $U] < 0 && [lsearch $unmarked $U] < 0} {
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-cite.el55 e / E Create BibTeX file with all (marked/unmarked) entries
56 a / A Put all (marked) entries into one/many \\cite commands.")
862 ;; Take all (marked)
864 (if reftex-select-marked
865 (mapcar 'car (nreverse reftex-select-marked))
869 ;; Take all (marked), and push the symbol 'concat
872 (if reftex-select-marked
873 (mapcar 'car (nreverse reftex-select-marked))
877 ;; Take all (marked), and push the symbol 'concat
878 (reftex-extract-bib-file found-list reftex-select-marked)
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h497 unsigned char marked; /* already marked */ member in struct:Rex_s

Completed in 163 milliseconds

123