Searched refs:common_output (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp26 void common_output::dashed_circle(const position &cent, double rad,
61 void common_output::dotted_circle(const position &cent, double rad,
83 void common_output::ellipse_arc(const position &cent,
124 void common_output::dashed_ellipse(const position &cent, const distance &dim,
183 void common_output::dotted_ellipse(const position &cent, const distance &dim,
250 void common_output::dashed_arc(const position &start, const position &cent,
281 void common_output::dotted_arc(const position &start, const position &cent,
308 void common_output::solid_arc(const position &cent, double rad,
321 void common_output::rounded_box(const position &cent, const distance &dim,
344 void common_output
[all...]
H A Dcommon.h22 class common_output : public output { class in inherits:output
H A Dtex.cpp27 class tex_output : public common_output {
H A Dtroff.cpp29 class simple_output : public common_output {
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c100 static char *common_output; /* -o option: the single output file */ variable
347 if (common_output == NULL) {
386 if (common_output == NULL) {
918 if (common_output == NULL && (fp = open_whatis(dir_name)) == NULL)
937 if (common_output == NULL)
991 common_output = optarg;
1035 if (common_output != NULL && (fp = open_output(common_output)) == NULL)
1036 err(1, "%s", common_output);
1046 if (common_output !
[all...]

Completed in 119 milliseconds