OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addnstr
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libcurses/
addnstr.c
1
/* $NetBSD:
addnstr
.c,v 1.21 2022/12/21 06:18:01 blymn Exp $ */
35
static char sccsid[] = "@(#)
addnstr
.c 8.2 (Berkeley) 5/4/94";
37
__RCSID("$NetBSD:
addnstr
.c,v 1.21 2022/12/21 06:18:01 blymn Exp $");
73
*
addnstr
--
78
addnstr
(const char *str, int n)
function in typeref:typename:int
80
__CTRACE(__CTRACE_INPUT, "
addnstr
: n: %d, string: %s\n", n, str);
156
__CTRACE(__CTRACE_INPUT, "
ADDNSTR
: win %p, length %d\n", win, n);
157
__CTRACE(__CTRACE_INPUT, "
ADDNSTR
: string %s\n", s);
curses.h
436
#define
addnstr
(s, n) waddnstr(stdscr, s, n)
macro
541
int
addnstr
(const char *, int);
/src/lib/libc/regex/
regsub.c
86
addnstr
(struct str *s, const char *buf, size_t len)
function in typeref:typename:void
137
addnstr
(&s, str + (size_t)rm[i].rm_so, l);
Completed in 41 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025