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

/scfdot/
H A Dscfdot.c39 * -x opts Simplify the graph. opts should be a comma-separated
255 "Usage: %1$s [-s width,height] [-l legend.ps] [-x opts]\n"
261 "Where opts is a comma-separated list of\n");
287 const char *opts, int weight)
291 if (weight != 1 || (opts != NULL && opts[0] != '\0')) {
293 if (opts != NULL && opts[0] != '\0') {
294 (void) fputs(opts, stdou
286 print_dependency(const char *from, const char *port, const char *to, const char *opts, int weight) argument
598 char opts[100]; local
[all...]

Completed in 13 milliseconds