Searched defs:stdscr (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dcurses.h1064 #define getnstr(s, n) wgetnstr(stdscr, s, n)
1110 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1111 #define hline(ch, n) whline(stdscr, ch, n)
1112 #define vline(ch, n) wvline(stdscr, ch, n)
1135 #define addch(ch) waddch(stdscr,ch)
1136 #define addchnstr(str,n) waddchnstr(stdscr,str,n)
1137 #define addchstr(str) waddchstr(stdscr,str)
1138 #define addnstr(str,n) waddnstr(stdscr,str,n)
1139 #define addstr(str) waddnstr(stdscr,str,-1)
1140 #define attroff(at) wattroff(stdscr,a
1314 #define stdscr macro
[all...]
H A Dncurses.h1064 #define getnstr(s, n) wgetnstr(stdscr, s, n)
1110 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1111 #define hline(ch, n) whline(stdscr, ch, n)
1112 #define vline(ch, n) wvline(stdscr, ch, n)
1135 #define addch(ch) waddch(stdscr,ch)
1136 #define addchnstr(str,n) waddchnstr(stdscr,str,n)
1137 #define addchstr(str) waddchstr(stdscr,str)
1138 #define addnstr(str,n) waddnstr(stdscr,str,n)
1139 #define addstr(str) waddnstr(stdscr,str,-1)
1140 #define attroff(at) wattroff(stdscr,a
1314 #define stdscr macro
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcurses.h1064 #define getnstr(s, n) wgetnstr(stdscr, s, n)
1110 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1111 #define hline(ch, n) whline(stdscr, ch, n)
1112 #define vline(ch, n) wvline(stdscr, ch, n)
1135 #define addch(ch) waddch(stdscr,ch)
1136 #define addchnstr(str,n) waddchnstr(stdscr,str,n)
1137 #define addchstr(str) waddchstr(stdscr,str)
1138 #define addnstr(str,n) waddnstr(stdscr,str,n)
1139 #define addstr(str) waddnstr(stdscr,str,-1)
1140 #define attroff(at) wattroff(stdscr,a
1314 #define stdscr macro
[all...]
H A Dncurses.h1064 #define getnstr(s, n) wgetnstr(stdscr, s, n)
1110 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1111 #define hline(ch, n) whline(stdscr, ch, n)
1112 #define vline(ch, n) wvline(stdscr, ch, n)
1135 #define addch(ch) waddch(stdscr,ch)
1136 #define addchnstr(str,n) waddchnstr(stdscr,str,n)
1137 #define addchstr(str) waddchstr(stdscr,str)
1138 #define addnstr(str,n) waddnstr(stdscr,str,n)
1139 #define addstr(str) waddnstr(stdscr,str,-1)
1140 #define attroff(at) wattroff(stdscr,a
1314 #define stdscr macro
[all...]

Completed in 103 milliseconds