Lines Matching refs:outstate
84 struct outstate { struct
107 static void outdata_alloc(struct outstate *, struct manoutput *); argument
109 struct outstate *, struct manconf *);
112 int, struct outstate *, struct manconf *);
113 static void run_pager(struct outstate *, char *);
114 static pid_t spawn_pager(struct outstate *, char *);
127 struct outstate outst; /* Output state. */ in main()
913 struct outstate *outst, struct manconf *conf) in process_onefile()
982 struct outstate *outst, struct manconf *conf) in parse()
1112 outdata_alloc(struct outstate *outst, struct manoutput *outconf) in outdata_alloc()
1264 run_pager(struct outstate *outst, char *tag_target) in run_pager()
1318 spawn_pager(struct outstate *outst, char *tag_target) in spawn_pager()