Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmain.c127 struct outstate outst; /* Output state. */ in main() local
212 memset(&outst, 0, sizeof(outst)); in main()
213 outst.tag_files = NULL; in main()
214 outst.outtype = OUTT_LOCALE; in main()
215 outst.use_pager = 1; in main()
234 outst.use_pager = 0; in main()
241 outst.use_pager = 0; in main()
299 outst.outtype = OUTT_ASCII; in main()
301 outst.outtype = OUTT_LINT; in main()
305 outst.outtype = OUTT_TREE; in main()
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local