Home | History | Annotate | Download | only in include

Lines Matching defs:UNDEF

43 #undef lines
48 #undef UNDEF
49 #define UNDEF(name) CUR_ ##name
52 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
53 #undef addch
54 #define addch UNDEF(addch)
58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); }
59 #undef echochar
60 #define echochar UNDEF(echochar)
64 inline int UNDEF(insdelln)(int n) { return insdelln(n); }
65 #undef insdelln
66 #define insdelln UNDEF(insdelln)
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); }
71 #undef addstr
72 #define addstr UNDEF(addstr)
76 inline int UNDEF(attron)(chtype at) { return attron(at); }
77 #undef attron
78 #define attron UNDEF(attron)
82 inline int UNDEF(attroff)(chtype at) { return attroff(at); }
83 #undef attroff
84 #define attroff UNDEF(attroff)
88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); }
89 #undef attrset
90 #define attrset UNDEF(attrset)
94 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); }
95 #undef color_set
96 #define color_set UNDEF(color_set)
100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
102 #undef border
103 #define border UNDEF(border)
107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
108 #undef box
109 #define box UNDEF(box)
113 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) {
115 #undef mvwhline
116 #define mvwhline UNDEF(mvwhline)
120 inline int UNDEF(mvwvline)(WINDOW *win, int y, int x, chtype c, int n) {
122 #undef mvwvline
123 #define mvwvline UNDEF(mvwvline)
127 inline int UNDEF(clear)() { return clear(); }
128 #undef clear
129 #define clear UNDEF(clear)
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
134 #undef clearok
135 #define clearok UNDEF(clearok)
141 inline int UNDEF(clrtobot)() { return clrtobot(); }
142 #undef clrtobot
143 #define clrtobot UNDEF(clrtobot)
147 inline int UNDEF(clrtoeol)() { return clrtoeol(); }
148 #undef clrtoeol
149 #define clrtoeol UNDEF(clrtoeol)
153 inline int UNDEF(delch)() { return delch(); }
154 #undef delch
155 #define delch UNDEF(delch)
159 inline int UNDEF(deleteln)() { return deleteln(); }
160 #undef deleteln
161 #define deleteln UNDEF(deleteln)
165 inline int UNDEF(erase)() { return erase(); }
166 #undef erase
167 #define erase UNDEF(erase)
171 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
173 #undef flushok
174 #define flushok UNDEF(flushok)
180 inline int UNDEF(getch)() { return getch(); }
181 #undef getch
182 #define getch UNDEF(getch)
186 inline int UNDEF(getstr)(char *_str) { return getstr(_str); }
187 #undef getstr
188 #define getstr UNDEF(getstr)
192 inline int UNDEF(instr)(char *_str) { return instr(_str); }
193 #undef instr
194 #define instr UNDEF(instr)
198 inline int UNDEF(innstr)(char *_str, int n) { return innstr(_str, n); }
199 #undef innstr
200 #define innstr UNDEF(innstr)
204 inline int UNDEF(mvwinnstr)(WINDOW *win, int y, int x, char *_str, int n) {
206 #undef mvwinnstr
207 #define mvwinnstr UNDEF(mvwinnstr)
211 inline int UNDEF(mvinnstr)(int y, int x, char *_str, int n) {
213 #undef mvinnstr
214 #define mvinnstr UNDEF(mvinnstr)
218 inline int UNDEF(winsstr)(WINDOW *w, const char *_str) {
220 #undef winsstr
221 #define winsstr UNDEF(winsstr)
225 inline int UNDEF(mvwinsstr)(WINDOW *w, int y, int x, const char *_str) {
227 #undef mvwinsstr
228 #define mvwinsstr UNDEF(mvwinsstr)
232 inline int UNDEF(insstr)(const char *_str) {
234 #undef insstr
235 #define insstr UNDEF(insstr)
239 inline int UNDEF(mvinsstr)(int y, int x, const char *_str) {
241 #undef mvinsstr
242 #define mvinsstr UNDEF(mvinsstr)
246 inline int UNDEF(insnstr)(const char *_str, int n) {
248 #undef insnstr
249 #define insnstr UNDEF(insnstr)
253 inline int UNDEF(mvwinsnstr)(WINDOW *w, int y, int x, const char *_str, int n) {
255 #undef mvwinsnstr
256 #define mvwinsnstr UNDEF(mvwinsnstr)
260 inline int UNDEF(mvinsnstr)(int y, int x, const char *_str, int n) {
262 #undef mvinsnstr
263 #define mvinsnstr UNDEF(mvinsnstr)
267 inline int UNDEF(getnstr)(char *_str, int n) { return getnstr(_str, n); }
268 #undef getnstr
269 #define getnstr UNDEF(getnstr)
273 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) {
275 #undef getyx
276 #define getyx UNDEF(getyx)
280 inline void UNDEF(getbegyx)(WINDOW* win, int& y, int& x) { getbegyx(win, y, x); }
281 #undef getbegyx
282 #define getbegyx UNDEF(getbegyx)
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); }
287 #undef getmaxyx
288 #define getmaxyx UNDEF(getmaxyx)
292 inline int UNDEF(hline)(chtype ch, int n) { return hline(ch, n); }
293 #undef hline
294 #define hline UNDEF(hline)
298 inline chtype UNDEF(inch)() { return inch(); }
299 #undef inch
300 #define inch UNDEF(inch)
304 inline int UNDEF(insch)(chtype c) { return insch(c); }
305 #undef insch
306 #define insch UNDEF(insch)
310 inline int UNDEF(insertln)() { return insertln(); }
311 #undef insertln
312 #define insertln UNDEF(insertln)
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); }
317 #undef leaveok
318 #define leaveok UNDEF(leaveok)
324 inline int UNDEF(move)(int x, int y) { return move(x, y); }
325 #undef move
326 #define move UNDEF(move)
330 inline int UNDEF(refresh)() { return refresh(); }
331 #undef refresh
332 #define refresh UNDEF(refresh)
336 inline int UNDEF(redrawwin)(WINDOW *win) { return redrawwin(win); }
337 #undef redrawwin
338 #define redrawwin UNDEF(redrawwin)
342 inline int UNDEF(scrl)(int l) { return scrl(l); }
343 #undef scrl
344 #define scrl UNDEF(scrl)
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); }
349 #undef scroll
350 #define scroll UNDEF(scroll)
354 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); }
355 #undef scrollok
356 #define scrollok UNDEF(scrollok)
366 inline int UNDEF(setscrreg)(int t, int b) { return setscrreg(t, b); }
367 #undef setscrreg
368 #define setscrreg UNDEF(setscrreg)
372 inline int UNDEF(standend)() { return standend(); }
373 #undef standend
374 #define standend UNDEF(standend)
378 inline int UNDEF(standout)() { return standout(); }
379 #undef standout
380 #define standout UNDEF(standout)
384 inline WINDOW *UNDEF(subpad)(WINDOW *p, int l, int c, int y, int x)
386 #undef subpad
387 #define subpad UNDEF(subpad)
391 inline void UNDEF(timeout)(int delay) { timeout(delay); }
392 #undef timeout
393 #define timeout UNDEF(timeout)
397 inline int UNDEF(touchline)(WINDOW *win, int s, int c)
399 #undef touchline
400 #define touchline UNDEF(touchline)
404 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); }
405 #undef touchwin
406 #define touchwin UNDEF(touchwin)
410 inline int UNDEF(untouchwin)(WINDOW *win) { return untouchwin(win); }
411 #undef untouchwin
412 #define untouchwin UNDEF(untouchwin)
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); }
417 #undef vline
418 #define vline UNDEF(vline)
422 inline int UNDEF(waddstr)(WINDOW *win, char *str) { return waddstr(win, str); }
423 #undef waddstr
424 #define waddstr UNDEF(waddstr)
428 inline int UNDEF(waddchstr)(WINDOW *win, chtype *at) { return waddchstr(win, at); }
429 #undef waddchstr
430 #define waddchstr UNDEF(waddchstr)
434 inline int UNDEF(wstandend)(WINDOW *win) { return wstandend(win); }
435 #undef wstandend
436 #define wstandend UNDEF(wstandend)
440 inline int UNDEF(wstandout)(WINDOW *win) { return wstandout(win); }
441 #undef wstandout
442 #define wstandout UNDEF(wstandout)
447 inline int UNDEF(wattroff)(WINDOW *win, int att) { return wattroff(win, att); }
448 #undef wattroff
449 #define wattroff UNDEF(wattroff)
453 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) {
455 #undef chgat
456 #define chgat UNDEF(chgat)
460 inline int UNDEF(mvchgat)(int y, int x, int n,
463 #undef mvchgat
464 #define mvchgat UNDEF(mvchgat)
468 inline int UNDEF(mvwchgat)(WINDOW *win, int y, int x, int n,
471 #undef mvwchgat
472 #define mvwchgat UNDEF(mvwchgat)
476 inline int UNDEF(wattrset)(WINDOW *win, int att) { return wattrset(win, att); }
477 #undef wattrset
478 #define wattrset UNDEF(wattrset)
482 inline chtype UNDEF(winch)(const WINDOW* win) { return winch(win); }
483 #undef winch
484 #define winch UNDEF(winch)
488 inline int UNDEF(mvwaddch)(WINDOW *win, int y, int x, const chtype ch)
490 #undef mvwaddch
491 #define mvwaddch UNDEF(mvwaddch)
495 inline int UNDEF(mvwaddchnstr)(WINDOW *win, int y, int x, chtype *str, int n)
497 #undef mvwaddchnstr
498 #define mvwaddchnstr UNDEF(mvwaddchnstr)
502 inline int UNDEF(mvwaddchstr)(WINDOW *win, int y, int x, chtype *str)
504 #undef mvwaddchstr
505 #define mvwaddchstr UNDEF(mvwaddchstr)
509 inline int UNDEF(addnstr)(const char *str, int n)
511 #undef addnstr
512 #define addnstr UNDEF(addnstr)
516 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n)
518 #undef mvwaddnstr
519 #define mvwaddnstr UNDEF(mvwaddnstr)
523 inline int UNDEF(mvwaddstr)(WINDOW *win, int y, int x, const char * str)
525 #undef mvwaddstr
526 #define mvwaddstr UNDEF(mvwaddstr)
530 inline int UNDEF(mvwdelch)(WINDOW *win, int y, int x)
532 #undef mvwdelch
533 #define mvwdelch UNDEF(mvwdelch)
537 inline int UNDEF(mvwgetch)(WINDOW *win, int y, int x) { return mvwgetch(win, y, x);}
538 #undef mvwgetch
539 #define mvwgetch UNDEF(mvwgetch)
543 inline int UNDEF(mvwgetstr)(WINDOW *win, int y, int x, char *str)
545 #undef mvwgetstr
546 #define mvwgetstr UNDEF(mvwgetstr)
550 inline int UNDEF(mvwgetnstr)(WINDOW *win, int y, int x, char *str, int n)
552 #undef mvwgetnstr
553 #define mvwgetnstr UNDEF(mvwgetnstr)
557 inline chtype UNDEF(mvwinch)(WINDOW *win, int y, int x) {
559 #undef mvwinch
560 #define mvwinch UNDEF(mvwinch)
564 inline int UNDEF(mvwinsch)(WINDOW *win, int y, int x, chtype c)
566 #undef mvwinsch
567 #define mvwinsch UNDEF(mvwinsch)
571 inline int UNDEF(mvaddch)(int y, int x, chtype ch)
573 #undef mvaddch
574 #define mvaddch UNDEF(mvaddch)
578 inline int UNDEF(mvaddnstr)(int y, int x, const char *str, int n)
580 #undef mvaddnstr
581 #define mvaddnstr UNDEF(mvaddnstr)
585 inline int UNDEF(mvaddstr)(int y, int x, const char * str)
587 #undef mvaddstr
588 #define mvaddstr UNDEF(mvaddstr)
592 inline int UNDEF(mvdelch)(int y, int x) { return mvdelch(y, x);}
593 #undef mvdelch
594 #define mvdelch UNDEF(mvdelch)
598 inline int UNDEF(mvgetch)(int y, int x) { return mvgetch(y, x);}
599 #undef mvgetch
600 #define mvgetch UNDEF(mvgetch)
604 inline int UNDEF(mvgetstr)(int y, int x, char *str) {return mvgetstr(y, x, str);}
605 #undef mvgetstr
606 #define mvgetstr UNDEF(mvgetstr)
610 inline int UNDEF(mvgetnstr)(int y, int x, char *str, int n) {
612 #undef mvgetnstr
613 #define mvgetnstr UNDEF(mvgetnstr)
617 inline chtype UNDEF(mvinch)(int y, int x) { return mvinch(y, x);}
618 #undef mvinch
619 #define mvinch UNDEF(mvinch)
623 inline int UNDEF(mvinsch)(int y, int x, chtype c)
625 #undef mvinsch
626 #define mvinsch UNDEF(mvinsch)
630 inline void UNDEF(napms)(unsigned long x) { napms(x); }
631 #undef napms
632 UNDEF(napms)
636 inline int UNDEF(fixterm)(void) { return fixterm(); }
637 #undef fixterm
638 #define fixterm UNDEF(fixterm)
642 inline int UNDEF(resetterm)(void) { return resetterm(); }
643 #undef resetterm
644 #define resetterm UNDEF(resetterm)
648 inline int UNDEF(saveterm)(void) { return saveterm(); }
649 #undef saveterm
650 #define saveterm UNDEF(saveterm)
654 inline int UNDEF(crmode)(void) { return crmode(); }
655 #undef crmode
656 #define crmode UNDEF(crmode)
660 inline int UNDEF(nocrmode)(void) { return nocrmode(); }
661 #undef nocrmode
662 #define nocrmode UNDEF(nocrmode)
666 inline chtype UNDEF(getbkgd)(const WINDOW *win) { return getbkgd(win); }
667 #undef getbkgd
668 #define getbkgd UNDEF(getbkgd)
672 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); }
673 #undef bkgd
674 #define bkgd UNDEF(bkgd)
678 inline void UNDEF(bkgdset)(chtype ch) { bkgdset(ch); }
679 #undef bkgdset
680 #define bkgdset UNDEF(bkgdset)