Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dmain.c127 struct outstate outst; /* Output state. */ in main() local
211 memset(&outst, 0, sizeof(outst)); in main()
212 outst.tag_files = NULL; in main()
213 outst.outtype = OUTT_LOCALE; in main()
214 outst.use_pager = 1; in main()
233 outst.use_pager = 0; in main()
240 outst.use_pager = 0; in main()
298 outst.outtype = OUTT_ASCII; in main()
300 outst.outtype = OUTT_LINT; in main()
304 outst.outtype = OUTT_TREE; in main()
[all …]
/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5875 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local
6109 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_clone() local