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

  /src/lib/libcurses/
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);

Completed in 22 milliseconds