Home
last modified time | relevance | path

Searched defs:addstr (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A D_addstr.c49 addstr(char *str) in addstr() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c100 (addstr)(str) variable
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c90 addstr(const char *str) in addstr() function
/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.c590 char *addstr, *newstr; in mdoc_word_append() local
/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c1210 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr() function
/titanic_41/usr/src/ucbhead/
H A Dcurses.h110 #define addstr(str) VOID(waddstr(stdscr, str)) macro
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h780 #define addstr(s) waddstr(stdscr, s) macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h859 #define addstr(s) waddstr(stdscr,s) macro