Searched refs:vs (Results 51 - 75 of 144) sorted by relevance

123456

/macosx-10.10/ruby-106/ruby/ext/pathname/lib/
H A Dpathname.rb286 vs = []
287 ascend {|v| vs << v }
288 vs.reverse_each {|v| yield v }
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h112 int slapi_attr_get_valueset( const Slapi_Attr *a, Slapi_ValueSet **vs );
126 int slapi_entry_add_valueset(Slapi_Entry *e, const char *type, Slapi_ValueSet *vs);
166 void slapi_valueset_free(Slapi_ValueSet *vs);
167 void slapi_valueset_init(Slapi_ValueSet *vs);
168 void slapi_valueset_done(Slapi_ValueSet *vs);
169 void slapi_valueset_add_value(Slapi_ValueSet *vs, const Slapi_Value *addval);
170 int slapi_valueset_first_value( Slapi_ValueSet *vs, Slapi_Value **v );
171 int slapi_valueset_next_value( Slapi_ValueSet *vs, int index, Slapi_Value **v);
172 int slapi_valueset_count( const Slapi_ValueSet *vs);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Ddiv.cpp64 vertical_size(vunits vs, vunits post_vs);
67 vertical_size::vertical_size(vunits vs, vunits post_vs) argument
68 : pre_extra(V0), post_extra(V0), pre(vs), post(post_vs)
267 vunits vs, vunits post_vs, hunits width)
270 vertical_size v(vs, post_vs);
286 v.pre = vs;
377 vunits vs, vunits post_vs, hunits width)
384 vertical_size v(vs, post_vs);
389 v.pre = vs;
266 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
376 output(node *nd, int retain_size, vunits vs, vunits post_vs, hunits width) argument
/macosx-10.10/vim-55/src/
H A Dintegration.c898 VerbSense *vs; local
905 vs = (VerbSense *)malloc((num+1)*sizeof(VerbSense));
914 vs[i].verb = s;
919 vs[i].verb = NULL;
932 vs[i].sense = 1;
934 vs[i].sense = 0;
938 vs[i].verb = NULL;
940 workshop_frame_sensitivities(vs);
942 free(vs);
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmsutil.c371 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs) argument
373 switch (vs) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsutil.c371 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs) argument
373 switch (vs) {
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsutil.c410 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs) argument
412 switch (vs) {
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsutil.c410 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs) argument
412 switch (vs) {
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsutil.c410 SecCmsUtilVerificationStatusToString(SecCmsVerificationStatus vs) argument
412 switch (vs) {
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.h416 INTERNAL void htonlVersionStruct(version_struct *vs);
417 INTERNAL void ntohlVersionStruct(version_struct *vs);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl477 ttk::scrollbar $names.vs -command [list $names.text yview]
479 -yscrollcommand [list [namespace origin scroll_set] $names.vs $inner 0]
481 grid $names.text $names.vs -sticky news -padx 1 -pady 1
493 set chatvs [ttk::scrollbar $lower.vs -command [list $chat yview]]
500 set peervs [ttk::scrollbar $upper.vs -command [list $peer yview]]
516 ttk::scrollbar $entry.vs -command [list $entry.text yview]
518 -yscrollcommand [list [namespace origin scroll_set] $entry.vs $outer 0]
520 grid $entry.text $entry.vs -sticky news -padx 1 -pady 1
/macosx-10.10/vim-55/src/proto/
H A Dworkshop.pro34 void workshop_frame_sensitivities __ARGS((VerbSense *vs));
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcvs-status.el487 (do* ((vs vlist (cdr vs))
490 ((and (null as) (null vs) (null ps))
496 (let* ((eq (and pe (equal (car ps) (car vs))))
497 (next-eq (equal (cadr ps) (cadr vs))))
/macosx-10.10/man-16/man/src/
H A Dman.c180 char **vs; local
186 for (vs = section_list; *vs != NULL; vs++)
187 if (strcmp (*vs, name) == 0)
H A Dman.c.orig180 char **vs;
186 for (vs = section_list; *vs != NULL; vs++)
187 if (strcmp (*vs, name) == 0)
/macosx-10.10/ruby-106/ruby/
H A Denumerator.c77 * vs = e.next_values
81 * y = yield(*vs)
410 Kernel#to_enum vs Lazy#to_enum */
602 VALUE curr, vs; local
613 vs = rb_fiber_resume(e->fib, 1, &curr);
621 return vs;
675 VALUE vs; local
678 vs = e->lookahead;
680 return vs;
731 VALUE vs local
805 VALUE vs = enumerator_peek_values(obj); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c1402 struct ver_stringinfo *vs, **pp;
1404 vs = (struct ver_stringinfo *) res_alloc (sizeof *vs);
1405 vs->next = NULL;
1406 unicode_from_ascii ((int *) NULL, &vs->key, key);
1407 unicode_from_ascii ((int *) NULL, &vs->value, value);
1411 *pp = vs;
2524 const struct ver_stringinfo *vs;
2533 for (vs = vi->u.string.strings; vs !
1400 struct ver_stringinfo *vs, **pp; local
2521 const struct ver_stringinfo *vs; local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c334 vm_address_t vs = vram; local
341 &vs, &vl,
347 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c409 vm_address_t vs = vram; local
416 &vs, &vl,
422 printf("vm_region = %lx, start: %08x, len: %08x\n", kr, vs, vl );
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Ditems.rb67 vs = TkScrollbar.new(cf) {|s|
74 vs.pack('side'=>'right', 'fill'=>'y')
80 vs.grid('row'=>0, 'column'=>1,
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ditems.rb65 vs = TkScrollbar.new(cf) {|s|
72 vs.pack('side'=>'right', 'fill'=>'y')
78 vs.grid('row'=>0, 'column'=>1,
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dknightstour.tcl177 -yscrollcommand [list $f.vs set] -font {Arial 8}
178 ttk::scrollbar $f.vs -command [list $f.txt yview]
212 grid $c $f.txt $f.vs -sticky news
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dja-dic-utl.el76 "Alist of Okuriganas vs trailing ASCII letters in OKURI-ARI entry.")
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
216 <li>For more information on incremental vs. sort key comparison, the importance
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dddk_build.cmd4 @rem - "/MT" to build a static library compatible with MSVC's /MT option (LIBCMT vs MSVCRT)

Completed in 222 milliseconds

123456