Searched refs:indentSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_utils.c36 static int indentSize = 0; variable
37 void indentIncr(void) { indentSize += 3; }
38 void indentDecr(void) { indentSize -= 3; }
43 if(indentSize < 0) {
45 indentSize = 0;
47 for (dex=0; dex<indentSize; dex++) {
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorGObject.pm420 my $indentSize = shift;
421 if (!$indentSize) {
422 $indentSize = 4;
433 push(@warn, ' ' x $indentSize . "WEBKIT_WARN_FEATURE_NOT_PRESENT(\"" . HumanReadableConditional($condition) . "\")\n");
438 push(@warn, ' ' x $indentSize . "WEBKIT_WARN_FEATURE_NOT_PRESENT(\"" . HumanReadableConditional($condition) . "\")\n");
441 push(@warn, ' ' x $indentSize . "WEBKIT_WARN_FEATURE_NOT_PRESENT(\"" . HumanReadableConditional($conditional) . "\")\n");

Completed in 125 milliseconds