Searched refs:never (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_scan.l53 %option never-interactive
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dlongdir.test12 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
/macosx-10.9.5/sudo-72/src/
H A Ddef_data.c2 { "never", never },
9 { "never", never },
17 { "never", never },
H A Ddef_data.in49 never once always
173 never any all always
177 never all any always
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-netbios.c72 #ifdef never
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck_st.c433 st_delete_safe(table, key, value, never)
437 char *never;
451 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
455 ptr->key = ptr->record = never;
464 delete_never(key, value, never)
465 char *key, *value, *never;
467 if (value == never) return ST_DELETE;
472 st_cleanup_safe(table, never)
474 char *never;
478 st_foreach(table, (enum st_retval (*)())delete_never, never);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhelp-at-pt.el150 (defcustom help-at-pt-display-when-idle 'never
169 is called automatically, unless the value is `never', in which
174 that disable the feature, which Custom identifies with `never'.
175 The default is `never'."
223 never))
227 (if (eq value 'never)
H A Dsaveplace.el82 It can have four values: t, nil, `never', and `nospecial'. The first
88 (const never)
221 ((eq 'never save-place-version-control) 'never)
/macosx-10.9.5/perl-92/fix/
H A Ddummy.pl5 The contents of this script should normally never run! The perl wrapper
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A DCODING6 1. heap_alloc()/heap_free(), if the memory will never be acessed in a child
/macosx-10.9.5/ruby-104/ruby/
H A Dst.c134 remove_safe_packed_entry(st_table *table, st_index_t i, st_data_t never) argument
137 PKEY_SET(table, i, never);
138 PVAL_SET(table, i, never);
761 st_delete_safe(register st_table *table, register st_data_t *key, st_data_t *value, st_data_t never) argument
773 remove_safe_packed_entry(table, i, never);
783 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
787 ptr->key = ptr->record = never;
797 st_cleanup_safe(st_table *table, st_data_t never) argument
804 while (PKEY(table, i) != never) {
808 if (PKEY(table, i) == never) continu
909 st_foreach_check(st_table *table, int (*func)(ANYARGS), st_data_t arg, st_data_t never) argument
[all...]
/macosx-10.9.5/Csu-79/
H A Dstart.s90 trap ; should never return
117 trap ; should never return
145 hlt # should never return
173 hlt # should never return
197 .long 0xe1200070 // should never return
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicydb.h53 static const double never = 5000000; // canonical "never" julian date (an arbitrary point in the year 8977) member in namespace:Security::CodeSigning
81 kAuthorityFlagInhibitCache = 0x0004, // never cache outcome of this rule
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicydb.h53 static const double never = 5000000; // canonical "never" julian date (an arbitrary point in the year 8977) member in namespace:Security::CodeSigning
81 kAuthorityFlagInhibitCache = 0x0004, // never cache outcome of this rule
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSetManager.pm8 warn "DBIx::Class::ResultSetManager never left experimental status and
21 DBIx::Class::ResultSetManager never left experimental status and
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dutil_ldap.h89 never=LDAP_DEREF_NEVER, enumerator in enum:__anon5867
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest003-search125 $LDAPSEARCH -M -a never -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
H A Dtest009-referral138 $LDAPSEARCH -M -a never -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcheckdoc.el209 The value `never' is the same as nil, never ask or change anything."
213 (const never)
472 ;; if the user set autofix to never, then that breaks the
476 (eq checkdoc-autofix-flag 'never))
541 ;; Due to a design flaw, this will never spell check
562 ;; Due to a design flaw, this will never spell check messages.
641 ;; `automatic-then-never' tells the autofix function
643 ;; function will then set the flag to 'never, allowing
645 (let ((checkdoc-autofix-flag 'automatic-then-never)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dholidays.el180 (never t)
183 (while (or never (<= d e))
185 (setq never nil)
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/WordDiff/
H A DANSIColor.pm65 interface. This class should never be used directly.
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DSplit.pm67 string) and is thus never returned as C<undef>.
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DNodeSet.pm132 You will almost never have to create a new NodeSet object, as it is all
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Drunner.rb87 when /\A--color(?:=(?:always|(auto)|(never)|(.*)))?\z/
108 or can be 'never' or 'auto'.
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dthread.rb66 Thread.handle_interrupt(StandardError => :never) do

Completed in 184 milliseconds

1234567891011>>