HomeSort by: relevance | last modified time | path
    Searched refs:addchnstr (Results 1 - 6 of 6) 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
Makefile 19 SRCS= acs.c addbytes.c addch.c addchnstr.c addnstr.c attributes.c \
60 MLINKS+= curses_addch.3 addch.3 curses_addchstr.3 addchnstr.3 \
curses.h 434 #define addchnstr(s, n) waddchnstr(stdscr, s, n) macro
539 int addchnstr(const chtype *, int);
  /src/tests/lib/libcurses/tests/
Makefile 16 FILES+= addchnstr
  /src/tests/lib/libcurses/
t_curses.sh 157 atf_test_case addchnstr
164 h_run addchnstr
2221 atf_add_test_case addchnstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 206 report_return(addchnstr(chstr, count));

Completed in 16 milliseconds