Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c127 struct outstate outst; /* Output state. */ in main() local
209 memset(&outst, 0, sizeof(outst)); in main()
210 outst.tag_files = NULL; in main()
211 outst.outtype = OUTT_LOCALE; in main()
212 outst.use_pager = 1; in main()
231 outst.use_pager = 0; in main()
238 outst.use_pager = 0; in main()
290 outst.outtype = OUTT_ASCII; in main()
292 outst.outtype = OUTT_LINT; in main()
296 outst.outtype = OUTT_TREE; in main()
[all …]