reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/curses.h
  596 extern NCURSES_EXPORT(int) addch (const chtype);			/* generated */
  597 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int);		/* generated */
  598 extern NCURSES_EXPORT(int) addchstr (const chtype *);			/* generated */
  599 extern NCURSES_EXPORT(int) addnstr (const char *, int);			/* generated */
  600 extern NCURSES_EXPORT(int) addstr (const char *);			/* generated */
  601 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T);			/* generated */
  602 extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T);			/* generated */
  603 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T);			/* generated */
  604 extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *);	/* generated */
  605 extern NCURSES_EXPORT(int) attr_off (attr_t, void *);			/* generated */
  606 extern NCURSES_EXPORT(int) attr_on (attr_t, void *);			/* generated */
  607 extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *);		/* generated */
  608 extern NCURSES_EXPORT(int) baudrate (void);				/* implemented */
  609 extern NCURSES_EXPORT(int) beep  (void);				/* implemented */
  610 extern NCURSES_EXPORT(int) bkgd (chtype);				/* generated */
  611 extern NCURSES_EXPORT(void) bkgdset (chtype);				/* generated */
  612 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* generated */
  613 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype);		/* generated */
  614 extern NCURSES_EXPORT(bool) can_change_color (void);			/* implemented */
  615 extern NCURSES_EXPORT(int) cbreak (void);				/* implemented */
  616 extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *);	/* generated */
  617 extern NCURSES_EXPORT(int) clear (void);				/* generated */
  618 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool);			/* implemented */
  619 extern NCURSES_EXPORT(int) clrtobot (void);				/* generated */
  620 extern NCURSES_EXPORT(int) clrtoeol (void);				/* generated */
  621 extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*);	/* implemented */
  622 extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*);			/* generated */
  623 extern NCURSES_EXPORT(int) COLOR_PAIR (int);				/* generated */
  624 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int);	/* implemented */
  625 extern NCURSES_EXPORT(int) curs_set (int);				/* implemented */
  626 extern NCURSES_EXPORT(int) def_prog_mode (void);			/* implemented */
  627 extern NCURSES_EXPORT(int) def_shell_mode (void);			/* implemented */
  628 extern NCURSES_EXPORT(int) delay_output (int);				/* implemented */
  629 extern NCURSES_EXPORT(int) delch (void);				/* generated */
  630 extern NCURSES_EXPORT(void) delscreen (SCREEN *);			/* implemented */
  631 extern NCURSES_EXPORT(int) delwin (WINDOW *);				/* implemented */
  632 extern NCURSES_EXPORT(int) deleteln (void);				/* generated */
  633 extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int);	/* implemented */
  634 extern NCURSES_EXPORT(int) doupdate (void);				/* implemented */
  635 extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *);			/* implemented */
  636 extern NCURSES_EXPORT(int) echo (void);					/* implemented */
  637 extern NCURSES_EXPORT(int) echochar (const chtype);			/* generated */
  638 extern NCURSES_EXPORT(int) erase (void);				/* generated */
  639 extern NCURSES_EXPORT(int) endwin (void);				/* implemented */
  640 extern NCURSES_EXPORT(char) erasechar (void);				/* implemented */
  641 extern NCURSES_EXPORT(void) filter (void);				/* implemented */
  642 extern NCURSES_EXPORT(int) flash (void);				/* implemented */
  643 extern NCURSES_EXPORT(int) flushinp (void);				/* implemented */
  644 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *);			/* generated */
  645 extern NCURSES_EXPORT(int) getch (void);				/* generated */
  646 extern NCURSES_EXPORT(int) getnstr (char *, int);			/* generated */
  647 extern NCURSES_EXPORT(int) getstr (char *);				/* generated */
  648 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *);			/* implemented */
  649 extern NCURSES_EXPORT(int) halfdelay (int);				/* implemented */
  650 extern NCURSES_EXPORT(bool) has_colors (void);				/* implemented */
  651 extern NCURSES_EXPORT(bool) has_ic (void);				/* implemented */
  652 extern NCURSES_EXPORT(bool) has_il (void);				/* implemented */
  653 extern NCURSES_EXPORT(int) hline (chtype, int);				/* generated */
  654 extern NCURSES_EXPORT(void) idcok (WINDOW *, bool);			/* implemented */
  655 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool);			/* implemented */
  656 extern NCURSES_EXPORT(void) immedok (WINDOW *, bool);			/* implemented */
  657 extern NCURSES_EXPORT(chtype) inch (void);				/* generated */
  658 extern NCURSES_EXPORT(int) inchnstr (chtype *, int);			/* generated */
  659 extern NCURSES_EXPORT(int) inchstr (chtype *);				/* generated */
  660 extern NCURSES_EXPORT(WINDOW *) initscr (void);				/* implemented */
  661 extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T);	/* implemented */
  662 extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T);		/* implemented */
  663 extern NCURSES_EXPORT(int) innstr (char *, int);			/* generated */
  664 extern NCURSES_EXPORT(int) insch (chtype);				/* generated */
  665 extern NCURSES_EXPORT(int) insdelln (int);				/* generated */
  666 extern NCURSES_EXPORT(int) insertln (void);				/* generated */
  667 extern NCURSES_EXPORT(int) insnstr (const char *, int);			/* generated */
  668 extern NCURSES_EXPORT(int) insstr (const char *);			/* generated */
  669 extern NCURSES_EXPORT(int) instr (char *);				/* generated */
  670 extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool);			/* implemented */
  671 extern NCURSES_EXPORT(bool) isendwin (void);				/* implemented */
  672 extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int);		/* implemented */
  673 extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *);			/* implemented */
  674 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int);		/* implemented */
  675 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool);			/* implemented */
  676 extern NCURSES_EXPORT(char) killchar (void);				/* implemented */
  677 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool);			/* implemented */
  678 extern NCURSES_EXPORT(char *) longname (void);				/* implemented */
  679 extern NCURSES_EXPORT(int) meta (WINDOW *,bool);			/* implemented */
  680 extern NCURSES_EXPORT(int) move (int, int);				/* generated */
  681 extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype);		/* generated */
  682 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int);	/* generated */
  683 extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *);	/* generated */
  684 extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int);	/* generated */
  685 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *);		/* generated */
  686 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *);	/* generated */
  687 extern NCURSES_EXPORT(int) mvcur (int,int,int,int);			/* implemented */
  688 extern NCURSES_EXPORT(int) mvdelch (int, int);				/* generated */
  689 extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int);		/* implemented */
  690 extern NCURSES_EXPORT(int) mvgetch (int, int);				/* generated */
  691 extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int);		/* generated */
  692 extern NCURSES_EXPORT(int) mvgetstr (int, int, char *);			/* generated */
  693 extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int);		/* generated */
  694 extern NCURSES_EXPORT(chtype) mvinch (int, int);			/* generated */
  695 extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int);	/* generated */
  696 extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *);		/* generated */
  697 extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int);		/* generated */
  698 extern NCURSES_EXPORT(int) mvinsch (int, int, chtype);			/* generated */
  699 extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int);	/* generated */
  700 extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *);		/* generated */
  701 extern NCURSES_EXPORT(int) mvinstr (int, int, char *);			/* generated */
  702 extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...)		/* implemented */
  704 extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...)	/* implemented */
  706 extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int);		/* generated */
  707 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype);	/* generated */
  708 extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
  709 extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *);	/* generated */
  710 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int);	/* generated */
  711 extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *);	/* generated */
  712 extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */
  713 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int);		/* generated */
  714 extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int);		/* generated */
  715 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int);	/* generated */
  716 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *);	/* generated */
  717 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int);	/* generated */
  718 extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int);			/* implemented */
  719 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int);			/* generated */
  720 extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int);	/* generated */
  721 extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *);		/* generated */
  722 extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int);		/* generated */
  723 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype);		/* generated */
  724 extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int);	/* generated */
  725 extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *);	/* generated */
  726 extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *);		/* generated */
  727 extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...)	/* implemented */
  729 extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...)	/* implemented */
  731 extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int);	/* generated */
  732 extern NCURSES_EXPORT(int) napms (int);					/* implemented */
  733 extern NCURSES_EXPORT(WINDOW *) newpad (int,int);			/* implemented */
  734 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *);	/* implemented */
  735 extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int);		/* implemented */
  736 extern NCURSES_EXPORT(int) nl (void);					/* implemented */
  737 extern NCURSES_EXPORT(int) nocbreak (void);				/* implemented */
  738 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool);			/* implemented */
  739 extern NCURSES_EXPORT(int) noecho (void);				/* implemented */
  740 extern NCURSES_EXPORT(int) nonl (void);					/* implemented */
  741 extern NCURSES_EXPORT(void) noqiflush (void);				/* implemented */
  742 extern NCURSES_EXPORT(int) noraw (void);				/* implemented */
  743 extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool);			/* implemented */
  744 extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *);		/* implemented */
  745 extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *);		/* implemented */
  746 extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*);		/* implemented */
  747 extern NCURSES_EXPORT(int) PAIR_NUMBER (int);				/* generated */
  748 extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype);		/* implemented */
  749 extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
  750 extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int);	/* implemented */
  751 extern NCURSES_EXPORT(int) printw (const char *,...)			/* implemented */
  753 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *);			/* implemented */
  754 extern NCURSES_EXPORT(void) qiflush (void);				/* implemented */
  755 extern NCURSES_EXPORT(int) raw (void);					/* implemented */
  756 extern NCURSES_EXPORT(int) redrawwin (WINDOW *);			/* generated */
  757 extern NCURSES_EXPORT(int) refresh (void);				/* generated */
  758 extern NCURSES_EXPORT(int) resetty (void);				/* implemented */
  759 extern NCURSES_EXPORT(int) reset_prog_mode (void);			/* implemented */
  760 extern NCURSES_EXPORT(int) reset_shell_mode (void);			/* implemented */
  761 extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int));	/* implemented */
  762 extern NCURSES_EXPORT(int) savetty (void);				/* implemented */
  763 extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...)		/* implemented */
  765 extern NCURSES_EXPORT(int) scr_dump (const char *);			/* implemented */
  766 extern NCURSES_EXPORT(int) scr_init (const char *);			/* implemented */
  767 extern NCURSES_EXPORT(int) scrl (int);					/* generated */
  768 extern NCURSES_EXPORT(int) scroll (WINDOW *);				/* generated */
  769 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool);			/* implemented */
  770 extern NCURSES_EXPORT(int) scr_restore (const char *);			/* implemented */
  771 extern NCURSES_EXPORT(int) scr_set (const char *);			/* implemented */
  772 extern NCURSES_EXPORT(int) setscrreg (int,int);				/* generated */
  773 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *);			/* implemented */
  774 extern NCURSES_EXPORT(int) slk_attroff (const chtype);			/* implemented */
  775 extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *);		/* generated:WIDEC */
  776 extern NCURSES_EXPORT(int) slk_attron (const chtype);			/* implemented */
  777 extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*);			/* generated:WIDEC */
  778 extern NCURSES_EXPORT(int) slk_attrset (const chtype);			/* implemented */
  779 extern NCURSES_EXPORT(attr_t) slk_attr (void);				/* implemented */
  780 extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*);	/* implemented */
  781 extern NCURSES_EXPORT(int) slk_clear (void);				/* implemented */
  782 extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T);				/* implemented */
  783 extern NCURSES_EXPORT(int) slk_init (int);				/* implemented */
  784 extern NCURSES_EXPORT(char *) slk_label (int);				/* implemented */
  785 extern NCURSES_EXPORT(int) slk_noutrefresh (void);			/* implemented */
  786 extern NCURSES_EXPORT(int) slk_refresh (void);				/* implemented */
  787 extern NCURSES_EXPORT(int) slk_restore (void);				/* implemented */
  788 extern NCURSES_EXPORT(int) slk_set (int,const char *,int);		/* implemented */
  789 extern NCURSES_EXPORT(int) slk_touch (void);				/* implemented */
  790 extern NCURSES_EXPORT(int) standout (void);				/* generated */
  791 extern NCURSES_EXPORT(int) standend (void);				/* generated */
  792 extern NCURSES_EXPORT(int) start_color (void);				/* implemented */
  793 extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int);	/* implemented */
  794 extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int);	/* implemented */
  795 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool);			/* implemented */
  796 extern NCURSES_EXPORT(chtype) termattrs (void);				/* implemented */
  797 extern NCURSES_EXPORT(char *) termname (void);				/* implemented */
  798 extern NCURSES_EXPORT(void) timeout (int);				/* generated */
  799 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int);		/* generated */
  800 extern NCURSES_EXPORT(int) touchwin (WINDOW *);				/* generated */
  801 extern NCURSES_EXPORT(int) typeahead (int);				/* implemented */
  802 extern NCURSES_EXPORT(int) ungetch (int);				/* implemented */
  803 extern NCURSES_EXPORT(int) untouchwin (WINDOW *);			/* generated */
  804 extern NCURSES_EXPORT(void) use_env (bool);				/* implemented */
  805 extern NCURSES_EXPORT(void) use_tioctl (bool);				/* implemented */
  806 extern NCURSES_EXPORT(int) vidattr (chtype);				/* implemented */
  807 extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC);		/* implemented */
  808 extern NCURSES_EXPORT(int) vline (chtype, int);				/* generated */
  809 extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list);	/* implemented */
  810 extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list);	/* generated */
  811 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list);	/* implemented */
  812 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST char *,va_list);	/* generated */
  813 extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype);		/* implemented */
  814 extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int);	/* implemented */
  815 extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *);		/* generated */
  816 extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int);	/* implemented */
  817 extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *);		/* generated */
  818 extern NCURSES_EXPORT(int) wattron (WINDOW *, int);			/* generated */
  819 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int);			/* generated */
  820 extern NCURSES_EXPORT(int) wattrset (WINDOW *, int);			/* generated */
  821 extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *);	/* generated */
  822 extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *);		/* implemented */
  823 extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *);	/* implemented */
  824 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *);	/* generated */
  825 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype);			/* implemented */
  826 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype);			/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  828 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */
  829 extern NCURSES_EXPORT(int) wclear (WINDOW *);				/* implemented */
  830 extern NCURSES_EXPORT(int) wclrtobot (WINDOW *);			/* implemented */
  831 extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *);			/* implemented */
  832 extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*);		/* implemented */
  833 extern NCURSES_EXPORT(void) wcursyncup (WINDOW *);			/* implemented */
  834 extern NCURSES_EXPORT(int) wdelch (WINDOW *);				/* implemented */
  835 extern NCURSES_EXPORT(int) wdeleteln (WINDOW *);			/* generated */
  836 extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype);		/* implemented */
  837 extern NCURSES_EXPORT(int) werase (WINDOW *);				/* implemented */
  838 extern NCURSES_EXPORT(int) wgetch (WINDOW *);				/* implemented */
  839 extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int);		/* implemented */
  840 extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *);			/* generated */
  841 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int);		/* implemented */
  842 extern NCURSES_EXPORT(chtype) winch (WINDOW *);				/* implemented */
  843 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int);		/* implemented */
  844 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *);		/* generated */
  845 extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int);		/* implemented */
  846 extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype);			/* implemented */
  847 extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int);			/* implemented */
  848 extern NCURSES_EXPORT(int) winsertln (WINDOW *);			/* generated */
  849 extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int);	/* implemented */
  850 extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *);		/* generated */
  851 extern NCURSES_EXPORT(int) winstr (WINDOW *, char *);			/* generated */
  852 extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int);			/* implemented */
  853 extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *);			/* implemented */
  854 extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...)		/* implemented */
  856 extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int);		/* implemented */
  857 extern NCURSES_EXPORT(int) wrefresh (WINDOW *);				/* implemented */
  858 extern NCURSES_EXPORT(int) wscanw (WINDOW *, NCURSES_CONST char *,...)	/* implemented */
  860 extern NCURSES_EXPORT(int) wscrl (WINDOW *,int);			/* implemented */
  861 extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int);		/* implemented */
  862 extern NCURSES_EXPORT(int) wstandout (WINDOW *);			/* generated */
  863 extern NCURSES_EXPORT(int) wstandend (WINDOW *);			/* generated */
  864 extern NCURSES_EXPORT(void) wsyncdown (WINDOW *);			/* implemented */
  865 extern NCURSES_EXPORT(void) wsyncup (WINDOW *);				/* implemented */
  866 extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int);			/* implemented */
  867 extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int);		/* implemented */
  868 extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int);		/* implemented */
  873 extern NCURSES_EXPORT(int) tigetflag (NCURSES_CONST char *);		/* implemented */
  874 extern NCURSES_EXPORT(int) tigetnum (NCURSES_CONST char *);		/* implemented */
  875 extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *);		/* implemented */
  876 extern NCURSES_EXPORT(int) putp (const char *);				/* implemented */
  879 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...);	/* special */
  885 extern NCURSES_EXPORT(char *) tiparm (const char *, ...);		/* special */
  896 extern NCURSES_EXPORT(int) getattrs (const WINDOW *);			/* generated */
  897 extern NCURSES_EXPORT(int) getcurx (const WINDOW *);			/* generated */
  898 extern NCURSES_EXPORT(int) getcury (const WINDOW *);			/* generated */
  899 extern NCURSES_EXPORT(int) getbegx (const WINDOW *);			/* generated */
  900 extern NCURSES_EXPORT(int) getbegy (const WINDOW *);			/* generated */
  901 extern NCURSES_EXPORT(int) getmaxx (const WINDOW *);			/* generated */
  902 extern NCURSES_EXPORT(int) getmaxy (const WINDOW *);			/* generated */
  903 extern NCURSES_EXPORT(int) getparx (const WINDOW *);			/* generated */
  904 extern NCURSES_EXPORT(int) getpary (const WINDOW *);			/* generated */
  921 extern NCURSES_EXPORT(bool) is_term_resized (int, int);
  922 extern NCURSES_EXPORT(char *) keybound (int, int);
  923 extern NCURSES_EXPORT(const char *) curses_version (void);
  924 extern NCURSES_EXPORT(int) alloc_pair (int, int);
  925 extern NCURSES_EXPORT(int) assume_default_colors (int, int);
  926 extern NCURSES_EXPORT(int) define_key (const char *, int);
  927 extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *);
  928 extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *);
  929 extern NCURSES_EXPORT(int) extended_slk_color(int);
  930 extern NCURSES_EXPORT(int) find_pair (int, int);
  931 extern NCURSES_EXPORT(int) free_pair (int);
  932 extern NCURSES_EXPORT(int) get_escdelay (void);
  933 extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int);
  934 extern NCURSES_EXPORT(int) init_extended_pair(int, int, int);
  935 extern NCURSES_EXPORT(int) key_defined (const char *);
  936 extern NCURSES_EXPORT(int) keyok (int, bool);
  937 extern NCURSES_EXPORT(void) reset_color_pairs (void);
  938 extern NCURSES_EXPORT(int) resize_term (int, int);
  939 extern NCURSES_EXPORT(int) resizeterm (int, int);
  940 extern NCURSES_EXPORT(int) set_escdelay (int);
  941 extern NCURSES_EXPORT(int) set_tabsize (int);
  942 extern NCURSES_EXPORT(int) use_default_colors (void);
  943 extern NCURSES_EXPORT(int) use_extended_names (bool);
  944 extern NCURSES_EXPORT(int) use_legacy_coding (int);
  945 extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *);
  946 extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *);
  947 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
  948 extern NCURSES_EXPORT(void) nofilter(void);
  954 extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *);	/* generated */
  955 extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *);	/* generated */
  956 extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *);		/* generated */
  957 extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *);		/* generated */
  958 extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *);	/* generated */
  959 extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *);		/* generated */
  960 extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *);	/* generated */
  961 extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *);	/* generated */
  962 extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *);	/* generated */
  963 extern NCURSES_EXPORT(bool) is_pad (const WINDOW *);		/* generated */
  964 extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *);	/* generated */
  965 extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *);		/* generated */
  966 extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *);		/* generated */
  967 extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *);		/* generated */
  968 extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */
 1685 extern NCURSES_EXPORT(bool)    has_mouse(void);
 1686 extern NCURSES_EXPORT(int)     getmouse (MEVENT *);
 1687 extern NCURSES_EXPORT(int)     ungetmouse (MEVENT *);
 1688 extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *);
 1689 extern NCURSES_EXPORT(bool)    wenclose (const WINDOW *, int, int);
 1690 extern NCURSES_EXPORT(int)     mouseinterval (int);
 1691 extern NCURSES_EXPORT(bool)    wmouse_trafo (const WINDOW*, int*, int*, bool);
 1692 extern NCURSES_EXPORT(bool)    mouse_trafo (int*, int*, bool);              /* generated */
 1708 extern NCURSES_EXPORT(int) mcprint (char *, int);	/* direct data to printer */
 1709 extern NCURSES_EXPORT(int) has_key (int);		/* do we have given key? */
 1718 extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2);
 1719 extern NCURSES_EXPORT(char *) _traceattr (attr_t);
 1720 extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype);
 1721 extern NCURSES_EXPORT(char *) _tracechar (int);
 1722 extern NCURSES_EXPORT(char *) _tracechtype (chtype);
 1723 extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype);
 1726 extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *);
 1728 extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *);
 1733 extern NCURSES_EXPORT(void) trace (const unsigned int);
usr/include/panel.h
   59 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
   60 extern NCURSES_EXPORT(void)    update_panels (void);
   61 extern NCURSES_EXPORT(int)     hide_panel (PANEL *);
   62 extern NCURSES_EXPORT(int)     show_panel (PANEL *);
   63 extern NCURSES_EXPORT(int)     del_panel (PANEL *);
   64 extern NCURSES_EXPORT(int)     top_panel (PANEL *);
   65 extern NCURSES_EXPORT(int)     bottom_panel (PANEL *);
   66 extern NCURSES_EXPORT(PANEL*)  new_panel (WINDOW *);
   67 extern NCURSES_EXPORT(PANEL*)  panel_above (const PANEL *);
   68 extern NCURSES_EXPORT(PANEL*)  panel_below (const PANEL *);
   69 extern NCURSES_EXPORT(int)     set_panel_userptr (PANEL *, NCURSES_CONST void *);
   70 extern NCURSES_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *);
   71 extern NCURSES_EXPORT(int)     move_panel (PANEL *, int, int);
   72 extern NCURSES_EXPORT(int)     replace_panel (PANEL *,WINDOW *);
   73 extern NCURSES_EXPORT(int)     panel_hidden (const PANEL *);
usr/include/unctrl.h
   57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);