Searched refs:code1 (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D35_next_method_in_anon.t41 my $code1 = sub {
47 return (shift)->$code1;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcs_s_reg.c208 long code1, code2;
211 code1 = key_value * -1;
213 code1 = key_value;
224 if (code1 == code2)
231 if (code1 < code2)
207 long code1, code2; local
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dps-bdf.el270 (let ((min-code0 256) (min-code1 256) (min-code 65536)
271 (max-code0 0) (max-code1 0) (max-code 0)
272 glyph glyph-list code0 code1 code offset)
281 code1 (logand code 255)
286 min-code1 (min min-code1 code1)
287 max-code1 (max max-code1 code1))
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcharset.c330 register int bytes, cs, code1, code2 = -1;
332 SPLIT_MULTIBYTE_SEQ (str, len, bytes, cs, code1, code2);
336 *c1 = code1;
976 (charset, code1, code2)
977 Lisp_Object charset, code1, code2;
986 if (NILP (code1))
990 CHECK_NUMBER (code1);
991 c1 = XINT (code1);
1009 if (NILP (code1))
1017 if (NILP (code1))
329 register int bytes, cs, code1, code2 = -1; local
974 Lisp_Object charset, code1, code2; variable
987 CHECK_NUMBER (code1); variable
[all...]
H A Dbytecode.c65 #define METER_2(code1, code2) \
66 XFASTINT (XVECTOR (XVECTOR (Vbyte_code_meter)->contents[(code1)]) \
H A Dfns.c2715 int c, charset, code1, code2;
2722 SPLIT_CHAR (c, charset, code1, code2);
2745 code1 = 0;
2752 if (!code1)
2758 temp = XCHAR_TABLE (char_table)->contents[code1];
2762 XCHAR_TABLE (char_table)->contents[code1] = value;
2699 int c, charset, code1, code2; variable
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_tom_doc.rb256 code1 = verb("1 + 1\n")
257 code1.format = :ruby
267 code1,
H A Dtest_rdoc_markup_parser.rb763 code1
770 @RM::Verbatim.new("code\n", "\n", "code1\n"),
842 code1
848 @RM::Verbatim.new("code\n", "\n", "code1\n"),
860 code1
868 @RM::Verbatim.new("code\n", "\n", "code1\n", "\n", "code2\n"),
879 code1
885 @RM::Verbatim.new("code\n", "code1\n"),
969 code1
978 "code1\
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauthfd.c262 int type, code1 = 0, code2 = 0; local
267 code1 = SSH_AGENTC_REQUEST_RSA_IDENTITIES;
271 code1 = SSH2_AGENTC_REQUEST_IDENTITIES;
283 buffer_put_char(&request, code1);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-msp430.c1032 int code0 = 0, code1 = 0, code2 = 0; local
1041 code1 = bfd_get_16 (abfd, contents + irel->r_offset - 4);
1052 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1)
1054 else if (rx->cdx == 1 && rx->f1 == code1)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducgendat.c152 ac_uint4 code1; member in struct:__anon3034
1195 long diff = comp1->code1 - comp2->code1;
1255 comps[cu].code1 = decomps[i].decomp[0];
1511 (unsigned long) comps[i].code1, (unsigned long) comps[i].code2);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h413 unsigned char code1; member in struct:m68hc12_opcode_alias
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_assignment.rb661 code1 = "#{assign}; [#{vars.join(",")}]"
665 vals1 = eval(code1)
674 assert_equal(vals1, vals2, code1)
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-dis.c283 /* Walk the alias table to find a code1+code2 match. */
286 if (m68hc12_alias[i].code1 == code)
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dmule.el266 (defun make-char (charset &optional code1 code2)
283 (make-char-internal (charset-id charset) code1 code2))
/macosx-10.10.1/vim-55/src/
H A Dgui_gtk_x11.c182 char_u code1; member in struct:special_key
1051 string[2] = special_keys[i].code1;
5124 && name[1] == special_keys[i].code1)
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1023 void sys_notify(u_int32_t message, uintptr_t code1, uintptr_t code2) argument
1052 bcopy((u_char*)&code1, p, 4);

Completed in 425 milliseconds