| /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 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 137 addnstr(&s, str + (size_t)rm[i].rm_so, l);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regsub.cc | 85 addnstr(struct str *s, const char *buf, size_t len) function 136 addnstr(&s, str + rm[i].rm_so, l);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| regsub.cc | 85 addnstr(struct str *s, const char *buf, size_t len) function 136 addnstr(&s, str + rm[i].rm_so, l);
|