Searched defs:addstr (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/lib/libcurses/screen/ |
| H A D | _addstr.c | 49 addstr(char *str) function
|
| /osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | addnstr.c | 100 (addstr)(str) function 106 __m_trace("addstr(%p)", str); 111 return __m_return_code("addstr", code);
|
| /osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | addnstr.c | 87 #undef addstr macro 90 addstr(const char *str) function
|
| /osnet-11/usr/src/lib/libresolv2/common/nameser/ |
| H A D | ns_print.c | 57 static int addstr(const char *src, size_t len, 120 T(addstr("\t\t\t", 3, &buf, &buflen)); 126 T(addstr("@\t\t\t", 4, &buf, &buflen)); 128 T(addstr(name, len, &buf, &buflen)); 134 T(addstr(".", 1, &buf, &buflen)); 147 T(addstr(tmp, len, &buf, &buflen)); 178 T(addstr(" ", 1, &buf, &buflen)); 196 T(addstr(" ", 1, &buf, &buflen)); 200 T(addstr(" (\n", 3, &buf, &buflen)); 208 T(addstr("\ 1210 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/fs/ |
| H A D | jfs.c | 488 auto void addstr (grub_uint16_t *uname, int ulen); 491 void addstr (grub_uint16_t *name, int ulen) 534 addstr (leaf->namepart, len < 11 ? len : 11); 544 addstr (next_leaf->namepart, len < 15 ? len : 15 ); 490 void addstr (grub_uint16_t *name, int ulen) function
|
| /osnet-11/usr/src/lib/libxcurses2/h/ |
| H A D | curses.h | 357 extern int addstr(const char *); 780 #define addstr(s) waddstr(stdscr, s) macro 785 (move(y, x) ? (s, ERR) : addstr(s))
|
| /osnet-11/usr/src/lib/libxcurses/h/ |
| H A D | curses.h | 410 extern int addstr(const char *); 859 #define addstr(s) waddstr(stdscr,s) macro 861 #define mvaddstr(y,x,s) (move(y,x)?ERR:addstr(s))
|
Completed in 39 milliseconds