Searched refs:c1 (Results 351 - 375 of 644) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsoutlineview.py7 def outlineView_shouldReorderColumn_toColumn_(self, v, c1, c2): return 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsoutlineview.py12 def outlineView_shouldReorderColumn_toColumn_(self, v, c1, c2): return 1
/macosx-10.10.1/screen-22/screen/
H A Dwindow.h45 int c1; member in struct:NewWindow
/macosx-10.10.1/swig-12/Source/DOH/
H A Dbase.c193 int c1, c2; local
196 c1 = DohCheck(b1);
199 if (!c1 || !c2) {
206 return strcmp((char *) (c1 ? RawData(b1) : (void *) obj1), (char *) (c2 ? RawData(b2) : (void *) obj2));
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl348 canvas .c1 -bg black -height 100 -width $wavw
349 grid .c1 -row 2 -columnspan 2 -sticky news
350 .c1 create waveform 0 50 -anchor w -sound preview1 -fill red -height $wavh -pixelspersecond 16000
351 .c1 create waveform 0 50 -anchor w -sound preview2 -fill green -height $wavh -pixelspersecond 16000
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dstripped.tcl891 # c1 - first char of pair
895 proc tkConMatchPair {w c1 c2} {
896 if [string comp {} [set ix [$w search -back $c1 insert limit]]] {
898 [string comp {} [set ix [$w search -back $c1 $ix-1c limit]]]} {}
911 [string comp {} [set ix [$w search -back $c1 $ix limit]]]} {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngpriv.h192 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \
193 abs((int)((c1).green) - (int)((c2).green)) + \
194 abs((int)((c1).blue) - (int)((c2).blue)))
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dconsole.tcl726 # c1 - first char of pair
731 proc ::tk::console::MatchPair {w c1 c2 {lim 1.0}} {
735 if {{} ne [set ix [$w search -back $c1 insert $lim]]} {
738 [set ix [$w search -back $c1 $ix-1c $lim]] ne {}
755 while {$j && [set ix [$w search -back $c1 $ix $lim]] ne {}} {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dconsole.tcl652 # c1 - first char of pair
657 proc ::tk::console::MatchPair {w c1 c2 {lim 1.0}} {
659 if {[set ix [$w search -back $c1 insert $lim]] ne ""} {
662 [set ix [$w search -back $c1 $ix-1c $lim]] ne ""
675 while {$j && [set ix [$w search -back $c1 $ix $lim]] ne ""} {
/macosx-10.10.1/tidy-15.15/tidy/console/
H A Dtidy.c64 const char *c1, const char *c2 )
66 const char *pc1=c1, *pc2=c2;
83 const char *c1, const char *c2, const char *c3 )
85 const char *pc1=c1, *pc2=c2, *pc3=c3;
63 print2Columns( const char* fmt, uint l1, uint l2, const char *c1, const char *c2 ) argument
82 print3Columns( const char* fmt, uint l1, uint l2, uint l3, const char *c1, const char *c2, const char *c3 ) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dutxttest.cpp124 UChar32 c1 = 0; local
132 c1 = (c1+1)%0x80;
135 if (c1==0x5c || c1==0) {
136 c1++;
138 s.append(c1);
H A Dapicoll.cpp2310 logln("\ninit c1");
2311 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local
2312 c1->setStrength(Collator::TERTIARY);
2313 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2315 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2317 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2320 dump("c1", c1, status);
2323 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2335 dump("c1", c
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/khim/
H A Dkhim.tcl854 set c1 [string map {{ } <space> < <less>} [string index $seq 1]]
858 bind KHIM <Key-$composeKey>$c0$c1 \
874 # c1 - Second character in the sequence, or an empty string if
885 proc khim::BadCompose {w c0 c1} {
886 if {$c1 ne {}} {
888 khim::Insert $w $c1
1220 c1 [winfo rgb $c $CMapForeground($w)] \
1222 set c3 [expr {(3 * $c2 + $c1) / 4}]
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c353 char c1=*(fileName1++); local
355 if ((c1>='a') && (c1<='z'))
356 c1 -= 0x20;
359 if (c1=='\0')
363 if (c1<c2)
365 if (c1>c2)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv2022.cpp1511 _2022ToSJIS(uint8_t c1, uint8_t c2, char bytes[2]) { argument
1512 if(c1&1) {
1513 ++c1;
1528 c1 >>= 1;
1529 if(c1 <= 0x2f) {
1530 c1 += 0x70;
1531 } else if(c1 <= 0x3f) {
1532 c1 += 0xb0;
1534 c1 = 0; /* invalid */
1536 bytes[0] = (char)c1;
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c1047 register int i, c1, c2, si; local
1078 (c1 = _rl_to_lower(match_list[i][si])) &&
1095 if (c1 != c2)
1101 (c1 = match_list[i][si]) &&
1116 if (c1 != c2)
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf1209 { unsigned c1,c2,i;time_t t;
1211 for(i=c1=c2=0;i<BENCHSIZE-1;i++,c1++,c2++)
1213 if(c1==37)
1214 c1=0,haystack[i]='\n';
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c168 ldap_back_conndnlc_cmp( const void *c1, const void *c2 );
406 ldap_back_conndn_cmp( const void *c1, const void *c2 ) argument
408 const ldapconn_t *lc1 = (const ldapconn_t *)c1;
432 ldap_back_conndnlc_cmp( const void *c1, const void *c2 ) argument
434 const ldapconn_t *lc1 = (const ldapconn_t *)c1;
460 ldap_back_conn_cmp( const void *c1, const void *c2 ) argument
462 const ldapconn_t *lc1 = (const ldapconn_t *)c1;
478 ldap_back_conndn_dup( void *c1, void *c2 ) argument
480 ldapconn_t *lc1 = (ldapconn_t *)c1;
/macosx-10.10.1/emacs-93/emacs/src/
H A Deditfns.c2660 int c1, c2;
2666 c1 = BUF_FETCH_MULTIBYTE_CHAR (bp1, i1_byte);
2672 c1 = BUF_FETCH_BYTE (bp1, i1);
2673 c1 = unibyte_char_to_multibyte (c1);
2692 c1 = CHAR_TABLE_TRANSLATE (trt, c1);
2695 if (c1 < c2)
2697 if (c1 > c2)
4037 (c1, c
2647 int c1, c2; variable
4021 register Lisp_Object c1, c2; variable
4024 CHECK_NUMBER (c1); variable
[all...]
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Disoir165ext.h163 unsigned char c1 = s[0]; local
164 if ((c1 >= 0x2b && c1 <= 0x2f) || (c1 >= 0x7a && c1 <= 0x7e)) {
168 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.h463 UChar c1='s'; local
465 scan_idx = uScan_STRING.indexOf(c1);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dgetdn.c1824 char c1, c2; local
1829 c1 = str[ 0 ];
1832 if ( LDAP_DN_ASCII_DIGIT( c1 ) ) {
1833 *c = c1 - '0';
1836 if ( LDAP_DN_ASCII_UCASE_HEXALPHA( c1 ) ) {
1837 *c = c1 - 'A' + 10;
1839 assert( LDAP_DN_ASCII_LCASE_HEXALPHA( c1 ) );
1840 *c = c1 - 'a' + 10;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtest.c71 #define c2_eq(a,c1,c2) (*a==c1 && *(a+1)==c2 && *(a+2)==0)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_refinement.rb451 c1 = Class.new
454 refine c1
/macosx-10.10.1/swig-12/Source/Modules/
H A Dpike.cxx197 const char *c1 = c0 + 1; local
203 if ((*c == '+' || *c == '-' || *c == '*' || *c == '/') && c == c1) {

Completed in 245 milliseconds

<<11121314151617181920>>