Searched refs:noerror (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dunwrap.tcl30 set argv [list -verbose 0 -noerror 0 skdb $odir]
H A Dsync.tcl110 if {$opts(-noerror)} {
251 -noerror 1
271 -noerror 0|1 Continue processing after errors (default: $opts(-noerror))
H A Dwrap.tcl274 lappend argv -compress $compress -verbose $verbose -noerror 0 $idir $out
335 lappend argv -verbose $verbose -noerror 0 $idir $out
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authz_dbd.c56 static const char *const noerror = "???"; variable
149 action, r->user, message?message:noerror);
174 action, r->user, message?message:noerror);
186 action, r->user, message?message:noerror);
234 r->user, message?message:noerror);
243 r->user, message?message:noerror);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dlonglines.el433 (defun longlines-search-forward (string &optional bound noerror count)
435 (re-search-forward (regexp-quote string) bound noerror count)))
437 (defun longlines-search-backward (string &optional bound noerror count)
439 (re-search-backward (regexp-quote string) bound noerror count)))
H A Dediff-vers.el40 (load "pcl-cvs" 'noerror)
41 (load "rcs" 'noerror)
48 (load "generic-sc" 'noerror))
49 ;; (load "vc" 'noerror) ; this sometimes causes compiler error
H A Dnewcomment.el264 (defun comment-normalize-vars (&optional noerror)
269 (unless (and (not comment-start) noerror)
372 (defun comment-search-forward (limit &optional noerror)
378 (if (re-search-forward comment-start-skip limit noerror)
381 (unless noerror (error "No comment")))
397 (unless noerror (error "No comment"))
410 (defun comment-search-backward (&optional limit noerror)
421 (unless noerror (error "No comment"))
428 (comment-search-backward limit noerror))
H A Dediff-help.el175 (while (re-search-forward " *\\([^ \t\n|]+\\||\\) +-[^|\n]+" nil 'noerror)
H A Dediff-mult.el458 (if (and (ediff-get-meta-info (current-buffer) pos 'noerror)
485 ;;; (ediff-get-meta-info (current-buffer) pos 'noerror))
490 (if (and (ediff-get-meta-info (current-buffer) pos 'noerror)
1288 (info (ediff-get-meta-info (current-buffer) pos 'noerror))
1692 (info (ediff-get-meta-info meta-buf pos 'noerror))
2188 (defun ediff-get-meta-info (buf point &optional noerror)
2210 (if noerror
H A Dediff-ptch.el243 (if (re-search-backward "^Index:" mark1-end 'noerror)
245 (if (re-search-backward "^Prereq:" mark1-end 'noerror)
H A Dimenu.el556 (defun imenu--make-index-alist (&optional noerror)
575 (or imenu--index-alist noerror
H A Djka-compr.el581 (defun jka-compr-load (file &optional noerror nomessage nosuffix)
595 (load load-file noerror t t))
H A Dediff-merg.el347 (search-forward delim mrgreg-end 'noerror)
H A Dfaces.el698 (defun make-face-bold (face &optional frame noerror)
707 (defun make-face-unbold (face &optional frame noerror)
715 (defun make-face-italic (face &optional frame noerror)
724 (defun make-face-unitalic (face &optional frame noerror)
732 (defun make-face-bold-italic (face &optional frame noerror)
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-compat.el51 (defun mh-require (feature &optional filename noerror)
62 (load filename noerror t)
63 (load (format "%s" feature) noerror t)))))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c941 search_command (string, bound, noerror, count, direction, RE, posix)
942 Lisp_Object string, bound, noerror, count;
993 if (NILP (noerror))
996 if (!EQ (noerror, Qt))
2153 (string, bound, noerror, count)
2154 Lisp_Object string, bound, noerror, count;
2156 return search_command (string, bound, noerror, count, -1, 0, 0);
2173 (string, bound, noerror, count)
2174 Lisp_Object string, bound, noerror, count;
2176 return search_command (string, bound, noerror, coun
2143 Lisp_Object string, bound, noerror, count; variable
2163 Lisp_Object string, bound, noerror, count; variable
2178 Lisp_Object string, bound, noerror, count; variable
2193 Lisp_Object string, bound, noerror, count; variable
2212 Lisp_Object regexp, bound, noerror, count; variable
2229 Lisp_Object regexp, bound, noerror, count; variable
2249 Lisp_Object regexp, bound, noerror, count; variable
2267 Lisp_Object regexp, bound, noerror, count; variable
[all...]
H A Dunexelf.c619 find_section (name, section_names, file_name, old_file_h, old_section_h, noerror)
625 int noerror;
641 if (noerror)
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsimula.el1252 (defun simula-search-backward (regexp &optional bound noerror)
1300 ;; Block search failed. Action depends on noerror.
1301 (if (or (not noerror) (eq noerror t))
1303 (if (not noerror)
1306 ;; Search failed. Action depends on noerror.
1307 (if (or (not noerror) (eq noerror t))
1309 (if noerror
1314 (defun simula-search-forward (regexp &optional bound noerror)
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c71 * noerror - Do not report errors. Implies noabort.
143 static int nodebug, noabort, noerror, nosync, tracethreads; variable
175 if (!noerror) { \
182 if (!noerror) { \
193 if (!noerror) { \
256 { "noerror", &noerror, 1 },
292 nosync = noerror = 1;
296 if( noerror )
303 if( noerror )
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-global.el362 (defun reftex-isearch-isearch-search (string bound noerror)
373 (funcall search-fun string bound noerror)
377 (while (not (funcall search-fun string bound noerror))
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dmail-utils.el112 (defun mail-unquote-printable-region (beg end &optional wrapper noerror
149 (noerror
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dfontset.el520 &optional style-variant noerror)
539 (or noerror
645 (create-fontset-from-fontset-spec fontset-spec t 'noerror)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-int.el172 (defun gnus-get-function (method function &optional noerror)
198 (if noerror
H A Dnnweb.el273 (defun nnweb-definition (type &optional noerror)
277 (not noerror))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Diss.vim86 syn keyword issRegFlags preservestringtype noerror uninsclearvalue

Completed in 510 milliseconds

123