Searched refs:extended (Results 1 - 25 of 166) sorted by relevance

1234567

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dextended.c0 /* extended.c - bdb backend extended routines */
27 BI_op_extended *extended; member in struct:exop
45 for( i=0; exop_table[i].extended != NULL; i++ ) {
47 return (exop_table[i].extended)( op, rs );
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dversion.c80 show_shell_version (extended)
81 int extended;
84 if (extended)
/macosx-10.10.1/ruby-106/ruby/test/
H A Dwith_different_ofs.rb13 def self.extended(klass) singleton method in class:DifferentOFS
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/ExtAttr/
H A DTie.pm5 File::ExtAttr::Tie - Tie interface to extended attributes of files
26 File::ExtAttr::Tie provides access to extended attributes of a file
27 through a tied hash. Creating a new key creates a new extended attribute
29 modifies/removes the extended attribute.
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Drun_tic.in105 You may see messages regarding extended capabilities, e.g., AX.
106 These are extended terminal capabilities which are compiled
125 These are extended terminal capabilities which may be compiled
H A Drun_tic.sh106 You may see messages regarding extended capabilities, e.g., AX.
107 These are extended terminal capabilities which are compiled
126 These are extended terminal capabilities which may be compiled
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dbsd_vm.c1164 vm_region_extended_info_data_t extended; local
1208 extended.protection = entry->protection;
1209 extended.user_tag = entry->alias;
1210 extended.pages_resident = 0;
1211 extended.pages_swapped_out = 0;
1212 extended.pages_shared_now_private = 0;
1213 extended.pages_dirtied = 0;
1214 extended.external_pager = 0;
1215 extended.shadow_depth = 0;
1217 vm_map_region_walk(map, start, entry, entry->offset, entry->vme_end - start, &extended);
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dchannels.h101 int efd; /* extended fd */
118 Buffer extended; member in struct:Channel
198 buffer_len(&c->extended) > 0))
202 buffer_len(&c->extended) > 0))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dbasic.rb38 :selectmode=>:extended, :sparsearray=>false)
H A Dmaxsize.rb33 :selectmode=>:extended,
H A Dvalid.rb59 :flashmode=>true, :selectmode=>:extended,
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dlua.vim24 " extended matching with the % key.
H A Dplaintex.vim26 " extended matching with the % key.
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm5 File::ExtAttr - Perl extension for accessing extended attributes of files
12 # Manipulate the extended attributes of files.
21 # Manipulate the extended attributes of a file via a file handle.
52 File::ExtAttr is a Perl module providing access to the extended attributes
95 Some implementations of extended attributes support namespacing.
142 # Manipulate the extended attributes of files.
361 L<OS2::ExtAttr> provides access to extended attributes on OS/2.
364 editor for GNOME; the ACLs are stored in extended attributes.
366 Various low-level APIs exist for manipulating extended attributes:
380 OpenBSD 3.7 supported extended attribute
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecContext.c73 context->extended=0; /* cleared */
87 context->extended=1; /* set */
98 context->extended=1; /* set */
109 context->extended=1; /* set */
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxlink.h104 * This is the prototype for a extended link detection callback.
132 * This is the prototype for a extended link set detection callback.
154 xlinkExtendedLinkFunk extended; member in struct:_xlinkHandler
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxlink.h104 * This is the prototype for a extended link detection callback.
132 * This is the prototype for a extended link set detection callback.
154 xlinkExtendedLinkFunk extended; member in struct:_xlinkHandler
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dsave-history.rb77 def HistorySavingAbility.extended(obj) singleton method in class:IRB.HistorySavingAbility
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtiffcomp.h139 /* Note: on MacPowerPC "extended" is undefined. So only use it for 68K-Macs */
141 typedef extended dblparam_t;
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl42 -selectmode extended -sparsearray 0
H A Dcommand.tcl62 -selectmode extended \
H A Dmaxsize.tcl44 -selectmode extended \
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dgetopts.c65 volatile int extended, r= -1; local
111 extended = *options=='\n' && *(options+1)=='[' || *options=='[' && *(options+1)=='-';
190 else if(extended)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dextended.c0 /* extended.c - ldap backend extended routines */
38 ldap_back_exop_f *extended; member in struct:exop
55 * ldap_back_dobind() call inside each extended()
96 for ( i = 0; exop_table[i].extended != NULL; i++ ) {
99 return ldap_back_extended_one( op, rs, exop_table[i].extended );
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dtreeview.tcl267 proc ttk::treeview::select.choose.extended {w item} {
270 proc ttk::treeview::select.toggle.extended {w item} {
273 proc ttk::treeview::select.extend.extended {w item} {

Completed in 237 milliseconds

1234567