Searched refs:c1 (Results 401 - 425 of 644) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc.h294 ppdcConstraint(const char *o1, const char *c1, const char *o2,
/macosx-10.10.1/emacs-93/emacs/src/
H A Dccl.c858 int c1 = code & 0x7F, c2 = 0; \
861 c2 = c1, c1 = (code >> 7) & 0x7F; \
862 c = MAKE_CHAR (charset, c1, c2); \
H A Dkeymap.c2411 unsigned int charset, c1, c2;
2417 SPLIT_CHAR (without_bits, charset, c1, c2);
2427 && ((c1 == 0 && c2 == -1) || c2 == 0))
2435 if (c1 == 0)
2440 sprintf (buf, "Generic char %d: row %d of ", without_bits, c1);
2404 unsigned int charset, c1, c2; variable
/macosx-10.10.1/gpatch-3/patch/
H A Dconfig.sub278 convex-c1)
279 basic_machine=c1-convex
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstableview.py42 def tableView_shouldReorderColumn_toColumn_(self, tv, c1, c2): return 1
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c2785 UCalendar* c1 = NULL; local
2789 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2795 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2802 ucal_close(c1);
2864 UCollator* c1 = NULL; local
2877 c1 = ucol_open(oldLoc, &status);
2879 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2888 ucol_close(c1);
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A Ddraw.c308 #define pack2(c1, c2) (((c1) << 8) | (c2))
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_palisade.c151 int c1,
156 *(buffer->data + 1) = (unsigned char)c1;
149 sendsupercmd( struct packettx *buffer, int c1, int c2 ) argument
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb463 proc {|c1| w.collect {|o| o.split(/,/)}.flatten.any?(&c1)}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/blowfish/
H A Dblowfish.tcl488 set c1 [expr {$d1 ^ $s1}]
491 append result [binary format II $c0 $c1]
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_misc.c40 ZLE_CHAR_T c1 = *zstr; /* first character */ local
47 iremovesuffix(c1, 0);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dtext.c718 static char *c1[] = { local
808 taddstr(c1[ctype - COND_STREQ]);
H A Dutils.c4187 int c1, c2; local
4194 if(!(c1 = *s1))
4195 c1 = -1;
4196 else if(c1 == STOUC(Meta))
4197 c1 = *++s1 ^ 32;
4203 if(c1 == c2)
4205 else if(c1 < c2)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c.orig1467 char c1;
1470 c1 = d_next_char (di);
1472 if (c1 == 'v' && IS_DIGIT (c2))
1474 else if (c1 == 'c' && c2 == 'v')
1495 if (c1 == p->code[0] && c2 == p->code[1])
1498 if (c1 < p->code[0] || (c1 == p->code[0] && c2 < p->code[1]))
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm3447 my ($g, $u, $v, $attr, $d, $p, $c0, $c1) = @_;
3456 $c1->{ $v }++;
3464 $c1->{ $v }++;
3479 my %c1;
3482 __SPT_Bellman_Ford($g, $u, $v, $attr, \%d, \%p, \%c0, \%c1);
3484 __SPT_Bellman_Ford($g, $v, $u, $attr, \%d, \%p, \%c0, \%c1);
3487 %c0 = %c1 unless $i == $V - 1;
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm3402 my ($g, $u, $v, $attr, $d, $p, $c0, $c1) = @_;
3411 $c1->{ $v }++;
3419 $c1->{ $v }++;
3434 my %c1;
3437 __SPT_Bellman_Ford($g, $u, $v, $attr, \%d, \%p, \%c0, \%c1);
3439 __SPT_Bellman_Ford($g, $v, $u, $attr, \%d, \%p, \%c0, \%c1);
3442 %c0 = %c1 unless $i == $V - 1;
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dcns11643_1.h859 unsigned char c1 = s[0]; local
860 if ((c1 >= 0x21 && c1 <= 0x27) || (c1 == 0x42) || (c1 >= 0x44 && c1 <= 0x7d)) {
864 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/macosx-10.10.1/vim-55/src/
H A Dmbyte.c963 unsigned char c1 = lead; local
980 if (c1 >= 0xB0 && c1 <= 0xC8)
984 else if (c1 <= 0xA0 || c2 <= 0xA0)
986 /* c1: 0x81-0xA0 with c2: 0x41-0x5A, 0x61-0x7A, 0x81-0xFE
987 * c1: 0xA1-0xC6 with c2: 0x41-0x5A, 0x61-0x7A, 0x81-0xA0
992 else if (c1 >= 0xCA && c1 <= 0xFD)
995 else switch (c1)
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_method.rb896 c1 = c2 = nil
900 c1 = Class.new{
919 o1 = c1.new
/macosx-10.10.1/ruby-106/ruby/
H A Dpack.c2002 int c1, c2; local
2010 if ((c1 = hex2num(*s)) == -1) break;
2013 *ptr++ = castchar(c1 << 4 | c2);
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfig.sub462 convex-c1)
463 basic_machine=c1-convex
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfig.sub491 convex-c1)
492 basic_machine=c1-convex
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dconfig.sub438 convex-c1)
439 basic_machine=c1-convex
/macosx-10.10.1/OpenPAM-20/openpam/
H A Dconfig.sub414 convex-c1)
415 basic_machine=c1-convex
/macosx-10.10.1/awk-20/src/
H A Dlib.c542 void bcheck2(int n, int c1, int c2) argument

Completed in 265 milliseconds

<<11121314151617181920>>