Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/mandoc/
HDmain.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()
296 outst.outtype = OUTT_ASCII; in main()
298 outst.outtype = OUTT_LINT; in main()
302 outst.outtype = OUTT_TREE; in main()
[all …]
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdserv.c5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local