HomeSort by: relevance | last modified time | path
    Searched defs:addchnstr (Results 1 - 2 of 2) sorted by relevancy

  /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
curses.h 434 #define addchnstr(s, n) waddchnstr(stdscr, s, n) macro
539 int addchnstr(const chtype *, int);

Completed in 12 milliseconds