Home
last modified time | relevance | path

Searched refs:addnstr (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/vi/cl/
H A Dcl_funcs.c57 if (addnstr(str, len) == ERR) in cl_addstr()
/openbsd/distrib/special/more/
H A Dcurses.h147 #define addnstr(s, n) waddnstr(stdscr, s, n) macro
/openbsd/usr.bin/systat/
H A Dengine.c226 addnstr(str, len); in print_str()
/openbsd/lib/libcurses/
H A Dcurses.h611 extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */
1271 #define addnstr(str,n) waddnstr(stdscr,(str),(n)) macro