oc               1867 ext/gd/libgd/gd.c 	int oc;   /* old pixel value */
oc               1891 ext/gd/libgd/gd.c 	oc = gdImageGetPixel(im, x, y);
oc               1892 ext/gd/libgd/gd.c 	if (oc==nc || x<0 || x>wx2 || y<0 || y>wy2) {
oc               1905 ext/gd/libgd/gd.c 				if (c != oc) {
oc               1925 ext/gd/libgd/gd.c 		for (x=x1; x>=0 && gdImageGetPixel(im,x, y)==oc; x--) {
oc               1939 ext/gd/libgd/gd.c 			for (; x<=wx2 && gdImageGetPixel(im,x, y)==oc; x++) {
oc               1947 ext/gd/libgd/gd.c skip:			for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
oc               1962 ext/gd/libgd/gd.c 	int oc;   /* old pixel value */
oc               1985 ext/gd/libgd/gd.c 	oc = gdImageGetPixel(im, x, y);
oc               1993 ext/gd/libgd/gd.c 		for (x=x1; x>=0 && (!pts[y][x] && gdImageGetPixel(im,x,y)==oc); x--) {
oc               2009 ext/gd/libgd/gd.c 			for(; x<wx2 && (!pts[y][x] && gdImageGetPixel(im,x, y)==oc); x++) {
oc               2019 ext/gd/libgd/gd.c skip:		for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
oc               4217 ext/pcre/pcrelib/pcre_compile.c     pcre_uint32 oc, od;
oc               4222 ext/pcre/pcrelib/pcre_compile.c     while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
oc               4227 ext/pcre/pcrelib/pcre_compile.c         PRIV(ucd_caseless_sets) + rc, oc);
oc               4231 ext/pcre/pcrelib/pcre_compile.c       else if (oc >= start && od <= end) continue;
oc               4237 ext/pcre/pcrelib/pcre_compile.c       else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
oc               4238 ext/pcre/pcrelib/pcre_compile.c       else if (od > end && oc <= end + 1)
oc               4243 ext/pcre/pcrelib/pcre_compile.c       else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
oc               6596 ext/pcre/pcrelib/pcre_compile.c             open_capitem *oc;
oc               6603 ext/pcre/pcrelib/pcre_compile.c             for (oc = cd->open_caps; oc != NULL; oc = oc->next)
oc               6606 ext/pcre/pcrelib/pcre_compile.c               PUT2INC(code, 0, oc->number);
oc               7283 ext/pcre/pcrelib/pcre_compile.c                 open_capitem *oc;
oc               7286 ext/pcre/pcrelib/pcre_compile.c                 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
oc               7288 ext/pcre/pcrelib/pcre_compile.c                   if (oc->number == recno)
oc               7290 ext/pcre/pcrelib/pcre_compile.c                     oc->flag = TRUE;
oc               7360 ext/pcre/pcrelib/pcre_compile.c               open_capitem *oc;
oc               7369 ext/pcre/pcrelib/pcre_compile.c               for (oc = cd->open_caps; oc != NULL; oc = oc->next)
oc               7371 ext/pcre/pcrelib/pcre_compile.c                 if (oc->number == recno)
oc               7373 ext/pcre/pcrelib/pcre_compile.c                   oc->flag = TRUE;
oc               7991 ext/pcre/pcrelib/pcre_compile.c         open_capitem *oc;
oc               8010 ext/pcre/pcrelib/pcre_compile.c         for (oc = cd->open_caps; oc != NULL; oc = oc->next)
oc               8012 ext/pcre/pcrelib/pcre_compile.c           if (oc->number == recno)
oc               8014 ext/pcre/pcrelib/pcre_compile.c             oc->flag = TRUE;
oc                464 ext/pcre/pcrelib/pcre_jit_compile.c   } oc;
oc               2414 ext/pcre/pcrelib/pcre_jit_compile.c unsigned int c, oc, bit;
oc               2424 ext/pcre/pcrelib/pcre_jit_compile.c     oc = common->fcc[c];
oc               2428 ext/pcre/pcrelib/pcre_jit_compile.c     oc = UCD_OTHERCASE(c);
oc               2430 ext/pcre/pcrelib/pcre_jit_compile.c     oc = c;
oc               2437 ext/pcre/pcrelib/pcre_jit_compile.c   oc = TABLE_GET(c, common->fcc, c);
oc               2441 ext/pcre/pcrelib/pcre_jit_compile.c oc = TABLE_GET(c, common->fcc, c);
oc               2444 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(c != oc);
oc               2446 ext/pcre/pcrelib/pcre_jit_compile.c bit = c ^ oc;
oc               3242 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *alternative, *cc_save, *oc;
oc               3514 ext/pcre/pcrelib/pcre_jit_compile.c     oc = othercase;
oc               3527 ext/pcre/pcrelib/pcre_jit_compile.c         add_prefix_byte((pcre_uint8)*oc, bytes);
oc               3528 ext/pcre/pcrelib/pcre_jit_compile.c         mask = *cc ^ *oc;
oc               3556 ext/pcre/pcrelib/pcre_jit_compile.c       oc++;
oc               3823 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar oc, bit;
oc               3836 ext/pcre/pcrelib/pcre_jit_compile.c oc = first_char;
oc               3839 ext/pcre/pcrelib/pcre_jit_compile.c   oc = TABLE_GET(first_char, common->fcc, first_char);
oc               3842 ext/pcre/pcrelib/pcre_jit_compile.c     oc = UCD_OTHERCASE(first_char);
oc               3845 ext/pcre/pcrelib/pcre_jit_compile.c if (first_char == oc)
oc               3849 ext/pcre/pcrelib/pcre_jit_compile.c   bit = first_char ^ oc;
oc               3859 ext/pcre/pcrelib/pcre_jit_compile.c     OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, oc);
oc               4050 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint32 oc, bit;
oc               4067 ext/pcre/pcrelib/pcre_jit_compile.c oc = req_char;
oc               4070 ext/pcre/pcrelib/pcre_jit_compile.c   oc = TABLE_GET(req_char, common->fcc, req_char);
oc               4073 ext/pcre/pcrelib/pcre_jit_compile.c     oc = UCD_OTHERCASE(req_char);
oc               4076 ext/pcre/pcrelib/pcre_jit_compile.c if (req_char == oc)
oc               4080 ext/pcre/pcrelib/pcre_jit_compile.c   bit = req_char ^ oc;
oc               4089 ext/pcre/pcrelib/pcre_jit_compile.c     foundoc = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, oc);
oc               4676 ext/pcre/pcrelib/pcre_jit_compile.c     context->oc.asuchars[context->ucharptr] = othercasebit;
oc               4681 ext/pcre/pcrelib/pcre_jit_compile.c     context->oc.asuchars[context->ucharptr] = 0;
oc               4704 ext/pcre/pcrelib/pcre_jit_compile.c       if (context->oc.asint != 0)
oc               4705 ext/pcre/pcrelib/pcre_jit_compile.c         OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, 0, SLJIT_IMM, context->oc.asint);
oc               4706 ext/pcre/pcrelib/pcre_jit_compile.c       add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, context->sourcereg, 0, SLJIT_IMM, context->c.asint | context->oc.asint));
oc               4710 ext/pcre/pcrelib/pcre_jit_compile.c       if (context->oc.asushort != 0)
oc               4711 ext/pcre/pcrelib/pcre_jit_compile.c         OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, 0, SLJIT_IMM, context->oc.asushort);
oc               4712 ext/pcre/pcrelib/pcre_jit_compile.c       add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, context->sourcereg, 0, SLJIT_IMM, context->c.asushort | context->oc.asushort));
oc               4717 ext/pcre/pcrelib/pcre_jit_compile.c       if (context->oc.asbyte != 0)
oc               4718 ext/pcre/pcrelib/pcre_jit_compile.c         OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, 0, SLJIT_IMM, context->oc.asbyte);
oc               4719 ext/pcre/pcrelib/pcre_jit_compile.c       add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, context->sourcereg, 0, SLJIT_IMM, context->c.asbyte | context->oc.asbyte));
oc               5289 ext/pcre/pcrelib/pcre_jit_compile.c unsigned int c, oc, bit;
oc               5700 ext/pcre/pcrelib/pcre_jit_compile.c   oc = char_othercase(common, c);
oc               5701 ext/pcre/pcrelib/pcre_jit_compile.c   read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, FALSE);
oc               5702 ext/pcre/pcrelib/pcre_jit_compile.c   bit = c ^ oc;
oc               5710 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, oc));
oc               5759 ext/pcre/pcrelib/pcre_jit_compile.c     oc = char_othercase(common, c);
oc               5760 ext/pcre/pcrelib/pcre_jit_compile.c     read_char_range(common, c < oc ? c : oc, c > oc ? c : oc, TRUE);
oc               5761 ext/pcre/pcrelib/pcre_jit_compile.c     bit = c ^ oc;
oc               5770 ext/pcre/pcrelib/pcre_jit_compile.c       add_jump(compiler, backtracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, oc));
oc               74437 ext/sqlite3/libsqlite/sqlite3.c   int oc;
oc               74453 ext/sqlite3/libsqlite/sqlite3.c   oc = pOp->opcode;
oc               74505 ext/sqlite3/libsqlite/sqlite3.c         if( (oc & 0x0001)==(OP_SeekGT & 0x0001) ) oc--;
oc               74514 ext/sqlite3/libsqlite/sqlite3.c         if( (oc & 0x0001)==(OP_SeekLT & 0x0001) ) oc++;
oc               74536 ext/sqlite3/libsqlite/sqlite3.c     r.default_rc = ((1 & (oc - OP_SeekLT)) ? -1 : +1);
oc               74537 ext/sqlite3/libsqlite/sqlite3.c     assert( oc!=OP_SeekGT || r.default_rc==-1 );
oc               74538 ext/sqlite3/libsqlite/sqlite3.c     assert( oc!=OP_SeekLE || r.default_rc==-1 );
oc               74539 ext/sqlite3/libsqlite/sqlite3.c     assert( oc!=OP_SeekGE || r.default_rc==+1 );
oc               74540 ext/sqlite3/libsqlite/sqlite3.c     assert( oc!=OP_SeekLT || r.default_rc==+1 );
oc               74557 ext/sqlite3/libsqlite/sqlite3.c   if( oc>=OP_SeekGE ){  assert( oc==OP_SeekGE || oc==OP_SeekGT );
oc               74558 ext/sqlite3/libsqlite/sqlite3.c     if( res<0 || (res==0 && oc==OP_SeekGT) ){
oc               74566 ext/sqlite3/libsqlite/sqlite3.c     assert( oc==OP_SeekLT || oc==OP_SeekLE );
oc               74567 ext/sqlite3/libsqlite/sqlite3.c     if( res>0 || (res==0 && oc==OP_SeekLT) ){
oc                563 sapi/cli/php_cli.c 	zend_constant ic, oc, ec;
oc                594 sapi/cli/php_cli.c 	ZVAL_COPY_VALUE(&oc.value, &zout);
oc                595 sapi/cli/php_cli.c 	oc.flags = CONST_CS;
oc                596 sapi/cli/php_cli.c 	oc.name = zend_string_init("STDOUT", sizeof("STDOUT")-1, 1);
oc                597 sapi/cli/php_cli.c 	oc.module_number = 0;
oc                598 sapi/cli/php_cli.c 	zend_register_constant(&oc);
oc                945 sapi/phpdbg/phpdbg.c 	zend_constant ic, oc, ec;
oc                974 sapi/phpdbg/phpdbg.c 	oc.value = zout;
oc                975 sapi/phpdbg/phpdbg.c 	oc.flags = CONST_CS;
oc                976 sapi/phpdbg/phpdbg.c 	oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0);
oc                977 sapi/phpdbg/phpdbg.c 	oc.module_number = 0;
oc                978 sapi/phpdbg/phpdbg.c 	zend_register_constant(&oc);