Home
last modified time | relevance | path

Searched defs:write_fn (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c99 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation, in _io_display_text()
269 static int _io_pad_line(GlWriteFn *write_fn, void *data, int c, int n) in _io_pad_line()
H A Dchrqueue.c162 GlWriteFn *write_fn, void *data) in _glq_append_chars()
321 GlqFlushState _glq_flush_queue(GlCharQueue *cq, GlWriteFn *write_fn, in _glq_flush_queue()
H A Dcplmatch.c643 int _cpl_output_completions(CplMatches *result, GlWriteFn *write_fn, void *data, in _cpl_output_completions()
1102 GlWriteFn *write_fn, void *data) in cpl_format_line()
H A Dexpand.c1265 int _ef_output_expansions(FileExpansion *result, GlWriteFn *write_fn, in _ef_output_expansions()
1378 GlWriteFn *write_fn, void *data) in ef_format_line()
H A Dhistory.c1456 int _glh_show_history(GlHistory *glh, GlWriteFn *write_fn, void *data, in _glh_show_history()
H A Dgetline.c3875 GlWriteFn *write_fn = buffered ? gl_write_fn : gl->flush_fn; in gl_print_raw_string() local
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ctrl.c84 audio_ctrl_rd_t read_fn, audio_ctrl_wr_t write_fn, void *arg) in audio_dev_add_control()