indent 5805 php_ext/ming.c double indent; indent 5807 php_ext/ming.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &indent) == FAILURE) { indent 5811 php_ext/ming.c SWFTextField_setIndentation(getTextField(getThis() TSRMLS_CC), indent); indent 40 util/action.c static int indent = 1; indent 42 util/action.c #define INDENT {int idt;for(idt=0;idt<indent;idt++)printf(" ");} indent 161 util/action.c indent++; indent 169 util/action.c indent--; indent 3410 util/decompile.c gIndent = indent; indent 3435 util/decompile.c decompileActions(n, actions, indent); indent 9 util/listfdb.c #define println(x) {fputs(indent(),stdout);fputs(x,stdout);putchar('\n');} indent 232 util/listfdb.c printf("%sxScale: %f\n", indent(), num); indent 234 util/listfdb.c printf("%syScale: %f\n", indent(), num); indent 240 util/listfdb.c printf("%srotate0: %f\n", indent(), num); indent 242 util/listfdb.c printf("%srotate1: %f\n", indent(), num); indent 246 util/listfdb.c printf("%sx: %i\n", indent(), readSBits(f, nBits)); indent 247 util/listfdb.c printf("%sy: %i\n", indent(), readSBits(f, nBits)); indent 293 util/listfdb.c printf("%sMoveTo (%i) - (%i,%i)\n", indent(), moveBits, x, y); indent 297 util/listfdb.c printf("%sFillStyle0: %i\n", indent(), readBits(f, *fillBits)); indent 300 util/listfdb.c printf("%sFillStyle1: %i\n", indent(), readBits(f, *fillBits)); indent 303 util/listfdb.c printf("%sLineStyle1: %i\n", indent(), readBits(f, *lineBits)); indent 317 util/listfdb.c printf("%sStraightEdge: (%i) - (%i,%i)\n", indent(), numBits, x, y); indent 321 util/listfdb.c printf("%sStraightEdge: (%i) - (0,%i)\n", indent(), numBits, readSBits(f, numBits)); indent 323 util/listfdb.c printf("%sStraightEdge: (%i) - (%i,0)\n", indent(), numBits, readSBits(f, numBits)); indent 331 util/listfdb.c printf("%sCurvedEdge: (%i) - (%i,%i)->(%i,%i)\n", indent(), numBits, controlX, controlY, anchorX, anchorY); indent 359 util/listfdb.c printf("%sFont Name: ", indent()); indent 367 util/listfdb.c printf("%snumber of glyphs: %i\n\n", indent(), nGlyphs); indent 383 util/listfdb.c printf("%sOffset%i: %i\n", indent(), i, offset[i]); indent 392 util/listfdb.c printf("%sGlyph %i:\n", indent(), i); indent 407 util/listfdb.c printf("%sglyph code %i: %i\n", indent(), i, readUInt16(f)); indent 409 util/listfdb.c printf("%sglyph code %i: %i\n", indent(), i, readUInt8(f)); indent 416 util/listfdb.c printf("%sascender height: %i\n", indent(), readSInt16(f)); indent 417 util/listfdb.c printf("%sdescender height: %i\n", indent(), readSInt16(f)); indent 418 util/listfdb.c printf("%sleading height: %i\n", indent(), readSInt16(f)); indent 425 util/listfdb.c printf("%sbounds %i: ", indent(), i); indent 436 util/listfdb.c printf("%s(%i,%i): adjustment = %i\n", indent(), code1, code2, readSInt16(f)); indent 10 util/read.h char *indent();