Searched defs:ofmt_handle_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.h68 * ofmt_handle_t ofmt;
173 * ofmt_open() must be called to create the ofmt_handle_t; Resources allocated
176 typedef struct ofmt_state_s *ofmt_handle_t; typedef in typeref:struct:ofmt_state_s
178 uint_t, ofmt_handle_t *);
187 * with the ofmt_handle_t
189 extern void ofmt_close(ofmt_handle_t);
194 extern void ofmt_print(ofmt_handle_t, void *);
197 * ofmt_update_winsize() updates the window size information for ofmt_handle_t
199 extern void ofmt_update_winsize(ofmt_handle_t);
204 extern char *ofmt_strerror(ofmt_handle_t, ofmt_status_
[all...]

Completed in 150 milliseconds