/src/lib/libcurses/ |
addchnstr.c | 1 /* $NetBSD: addchnstr.c,v 1.10 2024/12/23 02:58:03 blymn Exp $ */ 34 __RCSID("$NetBSD: addchnstr.c,v 1.10 2024/12/23 02:58:03 blymn Exp $"); 65 * addchnstr -- 70 addchnstr(const chtype *chstr, int n) function in typeref:typename:int 128 * that the addchnstr family does not wrap and strings are truncated
|
addchnstr.c | 1 /* $NetBSD: addchnstr.c,v 1.10 2024/12/23 02:58:03 blymn Exp $ */ 34 __RCSID("$NetBSD: addchnstr.c,v 1.10 2024/12/23 02:58:03 blymn Exp $"); 65 * addchnstr -- 70 addchnstr(const chtype *chstr, int n) function in typeref:typename:int 128 * that the addchnstr family does not wrap and strings are truncated
|
curses.h | 434 #define addchnstr(s, n) waddchnstr(stdscr, s, n) macro 539 int addchnstr(const chtype *, int);
|
curses.h | 434 #define addchnstr(s, n) waddchnstr(stdscr, s, n) macro 539 int addchnstr(const chtype *, int);
|