Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c84 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()
870 struct outstate *outst, struct manconf *conf) in process_onefile()
939 struct outstate *outst, struct manconf *conf) in parse()
1069 outdata_alloc(struct outstate *outst, struct manoutput *outconf) in outdata_alloc()
[all …]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c1109 int outstate, retval; in _t_adjust_state() local
1129 outstate = instate; in _t_adjust_state()
1147 outstate = T_DATAXFER; in _t_adjust_state()
1161 outstate = T_OUTCON; in _t_adjust_state()
1174 outstate = T_DATAXFER; in _t_adjust_state()
1181 return (outstate); in _t_adjust_state()