Searched refs:what (Results 276 - 300 of 688) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/vim-55/src/proto/
H A Dgetchar.pro62 int put_escstr __ARGS((FILE *fd, char_u *strstart, int what));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dconfig.c705 int who, what, mode = 0; local
717 for ( what = 0; what < 3; what++, m++ ) {
720 } else if ( m[0] != "rwx"[what] ) {
723 mode += ((1 << (2 - what)) << 3*(2 - who));
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf59 // you know what you're doing -- older
102 // "forward only;" which is what used to be specified with
222 type master; // what used to be called "primary"
240 type slave; // what used to be called "secondary"
516 * queries what used to be called "query logging"
/macosx-10.10/emacs-93/emacs/lisp/
H A Dbs.el856 (defun bs--set-toggle-to-show (buffer what)
860 (with-current-buffer buffer (setq bs-buffer-show-mark what))
863 (bs--show-config-message what))
895 (defun bs--show-config-message (what)
898 (bs-message-without-log (cond ((null what)
900 ((eq what 'never)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl99 switch -exact -- [set what [lindex $args 0]] {
714 proc chatwidget::Chatstate {self what} {
717 switch -exact -- $what {
729 set fire [expr {$state(chatstate) eq $what ? 0 : 1}]
730 set state(chatstate) $what
732 catch {Hook $self run chatstate $what}
/macosx-10.10/vim-55/runtime/keymap/
H A Dbulgarian-bds.vim10 " This keymap corresponds to what is called Bulgarian standard typewriter
37 " For details of what key or key combination maps to what character, please
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Drepos.c300 /* ### what to do if fails? */
442 * Something is wrong here but the result is what we wanted.
1160 /* ### we are ignoring any error here; what should we do? */
1921 int propid, dav_prop_insert what,
1995 /* ### what the heck was this property? */
2008 if (what == DAV_PROP_INSERT_VALUE) {
2012 else if (what == DAV_PROP_INSERT_NAME) {
2016 /* assert: what == DAV_PROP_INSERT_SUPPORTED */
2024 /* we inserted what was asked for */
2025 return what;
1920 dav_fs_insert_prop(const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr) argument
2224 dav_fs_insert_all_liveprops(request_rec *r, const dav_resource *resource, dav_prop_insert what, apr_text_header *phdr) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c1169 * be touched at all. See below what 'ok' and 'ync' are used for.
1460 GtkWidget *what; /* 'Find what' entry text widget */ member in struct:_SharedFindReplace
1580 gtk_entry_set_text(GTK_ENTRY(frdp->what), (char *)entry_text);
1618 tmp = gtk_label_new(CONV(_("Find what:")));
1622 frdp->what = gtk_entry_new();
1625 gtk_entry_set_text(GTK_ENTRY(frdp->what), (char *)entry_text);
1626 gtk_signal_connect(GTK_OBJECT(frdp->what), "changed",
1628 gtk_signal_connect_after(GTK_OBJECT(frdp->what), "key_press_event",
1631 gtk_table_attach(GTK_TABLE(table), frdp->what,
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c1586 static char x2c(const char *what) argument
1591 digit = ((what[0] >= 'A') ? ((what[0] & 0xdf) - 'A') + 10
1592 : (what[0] - '0'));
1594 digit += (what[1] >= 'A' ? ((what[1] & 0xdf) - 'A') + 10
1595 : (what[1] - '0'));
1600 xstr[2]=what[0];
1601 xstr[3]=what[1];
1739 * 0 <= what < 25
1750 c2x(unsigned what, unsigned char prefix, unsigned char *where) argument
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dmath.c407 * caller doesn't know that's what's happened and
1008 op(int what) argument
1011 int tp = type[what];
1024 a = pop(what == EQ);
1038 } else if (a.type != b.type && what != COMMA &&
1039 (a.type != MN_UNSET || what != EQ)) {
1069 switch(what) {
1226 switch (what) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.c341 N_(" -n show what would be done but don't actually do it\n"),
1900 print_prepostread( LDAP *ld, LDAPControl *ctrl, struct berval *what) argument
1906 what->bv_val, what->bv_len );
1957 what->bv_val, what->bv_len );
1965 static struct berval what = BER_BVC( "preread" ); local
1967 return print_prepostread( ld, ctrl, &what );
1973 static struct berval what = BER_BVC( "postread" ); local
1975 return print_prepostread( ld, ctrl, &what );
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dcurl_darwinssl.c2078 int what; local
2122 what = Curl_socket_ready(readfd, writefd, nonblocking?0:timeout_ms);
2123 if(what < 0) {
2128 else if(0 == what) {
2236 int what; local
2250 what = Curl_socket_ready(conn->sock[sockindex],
2254 if(what < 0) {
2261 if(!what) { /* timeout */
2279 what = Curl_socket_ready(conn->sock[sockindex], CURL_SOCKET_BAD, 0);
H A Dgskit.c976 int what; local
988 what = Curl_socket_ready(conn->sock[sockindex],
992 if(what < 0) {
999 if(!what) { /* timeout */
1018 what = Curl_socket_ready(conn->sock[sockindex], CURL_SOCKET_BAD, 0);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el110 ;; code in .emacs. For an example of what to put into .emacs, check
180 nil ;; We've got what we needed
405 "*Controls under what circumstances routine info is updated automatically.
560 The case of what is already in the buffer determines the case of completions.
699 is more predictable. However, if you know what you are doing, it can
1845 sensitive and figures out what is expected at point. Lower case
1900 followed by the key sequence to see what the key sequence does.
2773 (what (save-excursion ; To catch keywords
2776 (cond ((or (memq what '(function-keyword procedure-keyword))
3106 (if (null (idlwave-what
[all...]
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dcommands.c292 int what; /* Character to be sent (<0 ==> special) */ member in struct:sendlist
411 NET2ADD(IAC, s->what);
412 printoption("SENT", IAC, s->what);
1823 env_varval(unsigned char *what)
1826 int len = strlen((char *)what);
1831 if (strncasecmp((char *)what, "status", len) == 0) {
1839 } else if (strncasecmp((char *)what, "auto", len) == 0) {
1843 } else if (strncasecmp((char *)what, "right", len) == 0) {
1847 } else if (strncasecmp((char *)what, "wrong", len) == 0) {
1815 env_varval(unsigned char *what) argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormalizer2.cpp467 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { argument
468 if (uprv_strcmp(what, "nfc") == 0) {
470 } else if (uprv_strcmp(what, "nfkc") == 0) {
472 } else if (uprv_strcmp(what, "nfkc_cf") == 0) {
474 } else if (uprv_strcmp(what, "noop") == 0) {
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnml.el31 ;; For an overview of what the interface functions do, please see the
928 (what (nth 1 action))
930 (assert (or (eq what 'add) (eq what 'del)) nil
931 "Unknown request-set-mark action: %s" what)
935 (funcall (if (eq what 'add) 'gnus-range-add
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-toc.el476 (what (car data))
477 (file (cond ((eq what 'toc) (nth 3 data))
478 ((memq what '(eof bof file-error)) (nth 1 data))
479 ((stringp what) (nth 3 data))
480 ((eq what 'index) (nth 3 data))))
852 ;; use the `final' parameter to decide what to do next
/macosx-10.10/ruby-106/ruby/
H A Dcommon.mk316 what-where: no-install
318 what-where-all: no-install-all
326 what-where-nodoc: no-install-nodoc
333 what-where-local: no-install-local
340 what-where-ext: no-install-ext
347 what-where-arch: no-install-arch
354 what-where-comm: no-install-comm
361 what-where-bin: no-install-bin
369 what-where-lib: no-install-lib
377 what
[all...]
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddoctor.el41 ;; what you can do to protect freedom of the press, see the web
80 (defmacro doc$ (what)
82 (list 'doctor-$ (list 'quote what)))
84 (defun doctor-$ (what)
86 (let* ((vv (symbol-value what))
89 (set what ww)
178 (what causes you to be (doc// found) \?)
187 '((what happened when)
188 (what would happen if)))
213 (what make
[all...]
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL115 using it rarely catches any bugs, but considerably limits you in what you
133 What follows is a more thorough discussion of what this module does,
134 and why it does it, and what the advantages (and disadvantages) of this
389 anything either. Nor is it clear what features have to do with "common
407 "... it's mlehmann's view of what common sense is. His view of common
442 matter what you do).
503 is what META.yml is written in, so it would be correct to say "the
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm294 my ( $what, $type, $dest, $binmode_it ) = @_;
298 warn "run3(): redirecting child $what to oblivion\n"
308 warn "run3(): feeding child $what to file '$dest'\n"
316 warn "run3(): capturing child $what\n"
319 $fh = $fh_cache{$what} ||= tempfile;
325 warn "binmode()ing $what\n" if debugging && $binmode_it;
334 my ( $what, $type, $dest, $fh, $options ) = @_;
338 seek $fh, 0, 0 or croak "$! seeking on temp file for child $what";
341 warn "run3(): reading child $what to SCALAR\n"
348 croak "$! reading child $what fro
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm294 my ( $what, $type, $dest, $binmode_it ) = @_;
298 warn "run3(): redirecting child $what to oblivion\n"
308 warn "run3(): feeding child $what to file '$dest'\n"
316 warn "run3(): capturing child $what\n"
319 $fh = $fh_cache{$what} ||= tempfile;
325 warn "binmode()ing $what\n" if debugging && $binmode_it;
334 my ( $what, $type, $dest, $fh, $options ) = @_;
338 seek $fh, 0, 0 or croak "$! seeking on temp file for child $what";
341 warn "run3(): reading child $what to SCALAR\n"
348 croak "$! reading child $what fro
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlibbfd.c323 endian order regardless of what else is going on. This is useful in
340 target machine. It doesn't matter what the byte order of the host
837 /* We don't know what changes the bfd's get_section_contents
951 warn_deprecated (const char *what,
965 what, file, line, func);
967 fprintf (stderr, _("Deprecated %s called\n"), what);
948 warn_deprecated(const char *what, const char *file, int line, const char *func) argument
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dat.c97 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
593 process_jobs(int argc, char **argv, int what) argument
631 switch (what) {
666 what);
801 /* find out what this program is supposed to do

Completed in 600 milliseconds

<<11121314151617181920>>