Searched refs:SPACE_COUNT (Results 1 – 1 of 1) sorted by relevance
27 const int SPACE_COUNT = strlen(SPACES); variable123 while (indent > SPACE_COUNT) { in print_indent()124 fwrite(SPACES, SPACE_COUNT, 1, mOut); in print_indent()125 indent -= SPACE_COUNT; in print_indent()127 fwrite(SPACES + SPACE_COUNT - indent, indent, 1, mOut); in print_indent()