OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mvwaddchnstr
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libcurses/
addchnstr.c
82
return
mvwaddchnstr
(stdscr, y, x, chstr, -1);
92
return
mvwaddchnstr
(win, y, x, chstr, -1);
103
return
mvwaddchnstr
(stdscr, y, x, chstr, n);
107
*
mvwaddchnstr
--
112
mvwaddchnstr
(WINDOW *win, int y, int x, const chtype *chstr, int n)
function
curses.h
483
#define mvaddchnstr(y, x, s, n)
mvwaddchnstr
(stdscr, y, x, s, n)
501
#define
mvwaddchnstr
(w, y, x, s, n) \
macro
606
int
mvwaddchnstr
(WINDOW *, int, int, const chtype *, int);
Makefile
129
curses_addchstr.3
mvwaddchnstr
.3 curses_addchstr.3 mvwaddchstr.3 \
/src/tests/lib/libcurses/tests/
Makefile
132
FILES+=
mvwaddchnstr
/src/tests/lib/libcurses/
t_curses.sh
207
atf_test_case
mvwaddchnstr
214
h_run
mvwaddchnstr
2226
atf_add_test_case
mvwaddchnstr
/src/tests/lib/libcurses/slave/
curses_commands.c
1015
report_return(
mvwaddchnstr
(win, y, x, chstr, count));
Completed in 20 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026