Home
last modified time | relevance | path

Searched refs:synopsisonly (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanconf.h44 int synopsisonly; member
H A Dterm_ascii.c133 if (outopts->synopsisonly) in ascii_init()
134 p->synopsisonly = 1; in ascii_init()
H A Dterm.h76 int synopsisonly; /* Print the synopsis only. */ member
H A Dman_term.c159 if (p->synopsisonly == 0 && p->defindent == 0) in terminal_man()
172 if (p->synopsisonly) { in terminal_man()
H A Dmain.c237 conf.output.synopsisonly = 1; in main()
920 passthrough(fd, conf->output.synopsisonly); in process_onefile()
H A Dmdoc_term.c262 if (p->synopsisonly) { in terminal_mdoc()