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

/freebsd-current/contrib/mandoc/
H A Dmain.c127 struct outstate outst; /* Output state. */ local
209 memset(&outst, 0, sizeof(outst));
210 outst.tag_files = NULL;
211 outst.outtype = OUTT_LOCALE;
212 outst.use_pager = 1;
231 outst.use_pager = 0;
238 outst.use_pager = 0;
296 outst.outtype = OUTT_ASCII;
298 outst
899 process_onefile(struct mparse *mp, struct manpage *resp, int startdir, struct outstate *outst, struct manconf *conf) argument
968 parse(struct mparse *mp, int fd, const char *file, struct outstate *outst, struct manconf *conf) argument
1099 outdata_alloc(struct outstate *outst, struct manoutput *outconf) argument
1251 run_pager(struct outstate *outst, char *tag_target) argument
1305 spawn_pager(struct outstate *outst, char *tag_target) argument
[all...]
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; local

Completed in 138 milliseconds