Home
last modified time | relevance | path

Searched defs:addnstr (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libcurses/screen/
H A D_addnstr.c49 addnstr(char *s, int n) in addnstr() function
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c47 (addnstr)(str, n) variable
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c52 addnstr(const char *str, int n) in addnstr() function
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h779 #define addnstr(s, n) waddnstr(stdscr, s, n) macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h858 #define addnstr(s,n) waddnstr(stdscr,s,n) macro