HomeSort by: relevance | last modified time | path
    Searched refs:addbytes (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libcurses/tests/
Makefile 14 FILES+= addbytes
  /src/tests/lib/libcurses/
t_curses.sh 97 atf_test_case addbytes
104 h_run addbytes
2215 atf_add_test_case addbytes
  /src/lib/libcurses/
Makefile 19 SRCS= acs.c addbytes.c addch.c addchnstr.c addnstr.c attributes.c \
addbytes.c 1 /* $NetBSD: addbytes.c,v 1.70 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)addbytes.c 8.4 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: addbytes.c,v 1.70 2024/12/23 02:58:03 blymn Exp $");
52 * addbytes --
56 addbytes(const char *bytes, int count) function in typeref:typename:int
138 __CTRACE(__CTRACE_INPUT, "ADDBYTES: add %d bytes\n", count);
150 __CTRACE(__CTRACE_INPUT, "ADDBYTES('%c', %x) at (%d, %d)\n",
176 "ADDBYTES WIDE(0x%04x [%s], %x) at (%d, %d), ate %d bytes\n",
255 __CTRACE(__CTRACE_INPUT, "ADDBYTES(%p, %d, %d)\n", win, *y, *x);
262 "ADDBYTES - on bottom of scrolling region\n")
    [all...]
curses.h 432 #define addbytes(s, n) __waddbytes(stdscr, s, n, 0) macro
537 int addbytes(const char *, int);
  /src/tests/lib/libcurses/slave/
curses_commands.c 183 report_return(addbytes(str, count));

Completed in 23 milliseconds