Lines Matching refs:ofmt
32 #include <ofmt.h>
179 uint_t maxcols, ofmt_handle_t *ofmt)
192 *ofmt = NULL;
230 *ofmt = os;
279 ofmt_update_winsize(*ofmt);
285 *ofmt = NULL;
294 ofmt_close(ofmt_handle_t ofmt)
296 ofmt_state_t *os = ofmt;
419 ofmt_print(ofmt_handle_t ofmt, void *arg)
421 ofmt_state_t *os = ofmt;
524 ofmt_update_winsize(ofmt_handle_t ofmt)
526 ofmt_state_t *os = ofmt;
540 ofmt_strerror(ofmt_handle_t ofmt, ofmt_status_t err, char *buf, uint_t bufsize)
542 ofmt_state_t *os = ofmt;
606 dgettext(TEXT_DOMAIN, "unknown ofmt error (%d)"),