Searched refs:fill_char (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | ioutil.c | 100 const char *prefix, const char *suffix, int fill_char, in _io_display_text() argument 154 if(_io_pad_line(write_fn, data, fill_char, indentation - last)) in _io_display_text() 222 if(npad > 0 && _io_pad_line(write_fn, data, fill_char, npad)) in _io_display_text()
|
H A D | ioutil.h | 70 const char *prefix, const char *suffix, int fill_char,
|
H A D | getline.c | 11304 const char *suffix, int fill_char, 11325 prefix, suffix, fill_char,
|
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 1322 const char *suffix, int fill_char, int def_width,
|