Searched refs:vs (Results 76 - 100 of 144) sorted by relevance

123456

/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Denv.h237 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
239 void output_title(node *nd, int retain_size, vunits vs, vunits post_vs,
H A Denv.cpp68 vunits vs; member in class:pending_output_line
91 : nd(n), no_fill(nf), was_centered(ce), vs(v), post_vs(pv), width(w),
110 curdiv->need(vs + post_vs + vunits(vresolution));
118 curdiv->output(nd, no_fill, vs, post_vs, width);
124 vunits vs, vunits post_vs,
146 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
151 *p = new pending_output_line(nd, no_fill_flag, vs, post_vs, width,
159 vunits vs, vunits post_vs,
163 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
165 pending_lines = new pending_output_line(nd, no_fill_flag, vs, post_v
123 output(node *nd, int no_fill_flag, vunits vs, vunits post_vs, hunits width, int was_centered) argument
158 output_title(node *nd, int no_fill_flag, vunits vs, vunits post_vs, hunits width) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresbin.c1087 struct ver_stringinfo *vs; local
1090 vs = (struct ver_stringinfo *) res_alloc (sizeof *vs);
1093 (const char *) NULL, &vs->key, &subverlen,
1101 vs->value = get_unicode (data, length, big_endian, &vslen);
1109 vs->next = NULL;
1110 *ppvs = vs;
1111 ppvs = &vs->next;
2144 const struct ver_stringinfo *vs;
2175 for (vs
2143 const struct ver_stringinfo *vs; local
[all...]
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl336 # We don't deal with $se < $ss, or overflow of the last byte of $vs
339 my($ss, $se, $vs) = ($1, $2, $3);
340 $vs = &parse_value_double_backwhack($vs);
341 my $vlast = length($vs) -1;
342 for(my($s, $v) = ($ss, $vs); $s cmp $se; $s++) {
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDASupport.c577 static CFDictionaryRef __DAMountMapCreate2( CFAllocatorRef allocator, struct vsdb * vs )
582 idAsString = CFStringCreateWithCString( kCFAllocatorDefault, vs->vs_spec, kCFStringEncodingUTF8 );
602 if ( ( vs->vs_ops & VSDB_PERM ) )
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A DNTMakefile182 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libhdb-exports.def
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A DNTMakefile157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget805 vs = TkScrollbar.new($code_window, 'highlightthickness'=>0,
811 yscrollcommand proc{|first,last| vs.set first,last}
817 vs.command(proc{|*args| $code_text.yview(*args)})
822 vs.grid('in'=>f, 'padx'=>1, 'pady'=>1, 'row'=>0, 'column'=>1,
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_yield.rb205 def emu_return_args(*vs)
206 vs
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dmanpage.api.spec42 the list (unordered vs. ordered). The third command starts list
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl271 typevariable ourmergeerr {Mismatching declarations '%s' vs. '%s' for '%s'}
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dmanpage.api.spec42 the list (unordered vs. ordered). The third command starts list
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddracula.vim8 " the purposes of Design Rule Checking, Layout vs. Schematic
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c2597 char ** vs,
2614 tmpVs = vs [i];
2618 rc = nodeGreater(txt, asc, upperFirst, vs[j-1], tmpVs,
2625 vs [j] = vs [j-1];
2629 rc = nodeGreater(txt, asc, upperFirst, vs[j-1], tmpVs,
2636 vs [j] = tmpVs;
2643 rc = fastMergeSort(txt, asc, upperFirst, a, posa, b, posb, vs, vd,
2647 posb+middle, vs+middle, vd+middle, vstmp+middle,
2658 vstmp[i] = vs [rpt
2589 fastMergeSort( int txt, int asc, int upperFirst, domNode * a[], int * posa, domNode * b[], int * posb, char ** vs, double * vd, char ** vstmp, double * vdtmp, int size, char ** errMsg ) argument
2688 sortNodeSetFastMerge( int txt, int asc, int upperFirst, domNode * nodes[], int n, char ** vs, double * vd, int * pos, char ** errMsg ) argument
3474 char **vs = NULL; local
3620 int rc, vs[20], NaN, hnew, i, useFormatToken, vVals = 0; local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c4381 next_state_class(CClassNode* cc, OnigCodePoint* vs, enum CCVALTYPE* type, argument
4391 BITSET_SET_BIT_CHKDUP(cc->bs, (int )(*vs));
4393 r = add_code_range(&(cc->mbuf), env, *vs, *vs);
4404 next_state_val(CClassNode* cc, OnigCodePoint *vs, OnigCodePoint v, argument
4414 BITSET_SET_BIT_CHKDUP(cc->bs, (int )(*vs));
4416 r = add_code_range(&(cc->mbuf), env, *vs, *vs);
4424 if (*vs > 0xff || v > 0xff)
4427 if (*vs >
4507 OnigCodePoint v, vs; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509_vfy.h327 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprocess.c3849 VMS_PROC_STUFF *get_vms_process_pointer (), *vs;
3851 vs = get_vms_process_pointer (p->pid);
3852 if (vs)
3853 give_back_vms_process_stuff (vs);
5017 VMS_PROC_STUFF *vs, *get_vms_process_pointer();
5019 vs = get_vms_process_pointer (p->pid);
5020 if (vs)
5022 if (!vs->iosb[0])
5024 if (!(vs->iosb[0] & 1))
5029 chars = vs
3836 VMS_PROC_STUFF *get_vms_process_pointer (), *vs; local
5002 VMS_PROC_STUFF *vs, *get_vms_process_pointer(); local
5409 VMS_PROC_STUFF *vs, *get_vms_process_pointer(); local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c2380 VALUE vs, vn, vd; local
2383 vs = day_to_sec(vof);
2386 if (!k_rational_p(vs)) {
2387 if (!FIXNUM_P(vs))
2389 n = FIX2LONG(vs);
2396 vn = RRATIONAL(vs)->num;
2397 vd = RRATIONAL(vs)->den;
2402 vn = f_round(vs);
2403 if (!f_eqeq_p(vn, vs))
2416 VALUE vs local
7287 VALUE vjd, vh, vmin, vs, vof, vsg, jd, fr, fr2, ret; local
7355 VALUE vy, vd, vh, vmin, vs, vof, vsg, y, fr, fr2, ret; local
7431 VALUE vy, vm, vd, vh, vmin, vs, vof, vsg, y, fr, fr2, ret; local
7528 VALUE vy, vw, vd, vh, vmin, vs, vof, vsg, y, fr, fr2, ret; local
7595 VALUE vy, vw, vd, vf, vh, vmin, vs, vof, vsg, y, fr, fr2, ret; local
7664 VALUE vy, vm, vn, vk, vh, vmin, vs, vof, vsg, y, fr, fr2, ret; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A DNTMakefile246 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libhcrypto-exports.def
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A DNTMakefile271 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libkadm5srv-exports.def
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dwidget846 vs = TkScrollbar.new($code_window, 'highlightthickness'=>0,
853 yscrollcommand proc{|first,last| vs.set first,last}
859 vs.command(proc{|*args| $code_text.yview(*args)})
864 vs.grid('in'=>f, 'padx'=>1, 'pady'=>1, 'row'=>0, 'column'=>1,
/macosx-10.10.1/vim-55/runtime/
H A Dtermcap43 :ve=\E.4:vs=\E.2:
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb201 # Toolbar button standard vs. tile comparison:
305 vs = Tk::Tile::Scrollbar.new(f)
310 vs = TkScrollbar.new(f)
313 t.yscrollbar(vs)
316 TkGrid.configure(t, vs, :sticky=>:news)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dstructure.tcl371 typevariable ourmergeerr {Mismatching declarations '%s' vs. '%s' for '%s'}
/macosx-10.10.1/vim-55/src/
H A Dworkshop.c857 VerbSense *vs) /* list of verbs to (de)sensitize */
859 VerbSense *vp; /* iterate through vs */
869 for (vp = vs; vp->verb != NULL; vp++)
878 for (vp = vs; vp->verb != NULL; vp++)
888 for (vp = vs; vp->verb != NULL; vp++)
856 workshop_frame_sensitivities( VerbSense *vs) argument

Completed in 411 milliseconds

123456