Searched refs:_nc_write_object (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltic | 193 #undef _nc_write_object 194 int _nc_write_object(
|
H A D | llib-ltict | 193 #undef _nc_write_object 194 int _nc_write_object(
|
H A D | llib-ltictw | 193 #undef _nc_write_object 194 int _nc_write_object(
|
H A D | llib-lticw | 193 #undef _nc_write_object 194 int _nc_write_object(
|
H A D | llib-lncursest | 4547 #undef _nc_write_object 4548 int _nc_write_object(
|
H A D | llib-lncurses | 4426 #undef _nc_write_object 4427 int _nc_write_object(
|
H A D | llib-lncursestw | 5548 #undef _nc_write_object 5549 int _nc_write_object(
|
H A D | llib-lncursesw | 5427 #undef _nc_write_object 5428 int _nc_write_object(
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | write_entry.c | 80 if (_nc_write_object(tp, buffer, &offset, limit) == ERR) { in write_file() 360 if (_nc_write_object(tp, buffer + 1, &offset, limit - 1) != ERR) { in _nc_write_entry() 718 _nc_write_object(TERMTYPE2 *tp, char *buffer, unsigned *offset, unsigned limit) in _nc_write_object() function
|
/freebsd/contrib/ncurses/include/ |
H A D | term_entry.h | 198 extern NCURSES_EXPORT(int) _nc_write_object (TERMTYPE2 *, char *, unsigned *, unsigned);
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 1497 if (_nc_write_object(tterm, bigbuf, &offset, sizeof(bigbuf)) == OK) { in dump_entry()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1638 _nc_write_object
|