Home
last modified time | relevance | path

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

/freebsd-src/contrib/mandoc/
H A Dmain.c127 struct outstate outst; /* Output state. */ in main() local
900 process_onefile(struct mparse * mp,struct manpage * resp,int startdir,struct outstate * outst,struct manconf * conf) process_onefile() argument
969 parse(struct mparse * mp,int fd,const char * file,struct outstate * outst,struct manconf * conf) parse() argument
1099 outdata_alloc(struct outstate * outst,struct manoutput * outconf) outdata_alloc() argument
1251 run_pager(struct outstate * outst,char * tag_target) run_pager() argument
1305 spawn_pager(struct outstate * outst,char * tag_target) spawn_pager() argument
[all...]
/freebsd-src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local