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

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java59 static final String SPACES = " "; field in class:JDTrace
365 assert (ATS.length() == len && SPACES.length() == len);
380 SPACES.substring(depth), val);
388 out.printf("%s%s| %-9d\n", SPACES.substring(depth),
402 String spaces = SPACES.substring(len);
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Denv.cpp2228 #define SPACES " " macro
2229 fprintf(stderr, SPACES "register `in' = %d\n", curenv->indent.to_units());
2231 fprintf(stderr, SPACES "register `ti' = %d\n",
2233 fprintf(stderr, SPACES "centered lines `ce' = %d\n", curenv->center_lines);
2234 fprintf(stderr, SPACES "register `ll' = %d\n",
2236 fprintf(stderr, SPACES "fill `fi=1/nf=0' = %d\n", curenv->fill);
2237 fprintf(stderr, SPACES "page offset `po' = %d\n",
2239 fprintf(stderr, SPACES "seen_break = %d\n", curenv->seen_break);
2240 fprintf(stderr, SPACES "seen_space = %d\n", curenv->seen_space);
2242 #undef SPACES macro
[all...]

Completed in 190 milliseconds