OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mvaddch
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libcurses/
addch.c
59
*
mvaddch
--
63
mvaddch
(int y, int x, chtype ch)
function
curses.h
482
#define
mvaddch
(y, x, ch) mvwaddch(stdscr, y, x, ch)
macro
588
int
mvaddch
(int, int, chtype);
/src/games/warp/
term.h
35
#define setimage(of,to) (
mvaddch
(of->posy+1,of->posx*2,of->image=(to)))
37
#define
mvaddch
(y,x,ch) move((y),(x),(ch))
macro
Completed in 23 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026