Lines Matching refs:NCURSES_EXPORT

421 extern NCURSES_EXPORT(bool) is_term_resized (int, int);
422 extern NCURSES_EXPORT(char *) keybound (int, int);
423 extern NCURSES_EXPORT(const char *) curses_version (void);
424 extern NCURSES_EXPORT(int) assume_default_colors (int, int);
425 extern NCURSES_EXPORT(int) define_key (const char *, int);
426 extern NCURSES_EXPORT(int) key_defined (const char *);
427 extern NCURSES_EXPORT(int) keyok (int, bool);
428 extern NCURSES_EXPORT(int) resize_term (int, int);
429 extern NCURSES_EXPORT(int) resizeterm (int, int);
430 extern NCURSES_EXPORT(int) use_default_colors (void);
431 extern NCURSES_EXPORT(int) use_extended_names (bool);
432 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
479 extern NCURSES_EXPORT(int) wgetch_events(WINDOW *, _nc_eventlist *); /* experimental */
480 extern NCURSES_EXPORT(int) wgetnstr_events(WINDOW *,char *,int,_nc_eventlist *);/* experimental */
531 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
532 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */
533 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
534 extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */
535 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
536 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
537 extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */
538 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
539 extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
540 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
541 extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
542 extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
543 extern NCURSES_EXPORT(int) baudrate (void); /* implemented */
544 extern NCURSES_EXPORT(int) beep (void); /* implemented */
545 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
546 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
547 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */
548 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
549 extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */
550 extern NCURSES_EXPORT(int) cbreak (void); /* implemented */
551 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
552 extern NCURSES_EXPORT(int) clear (void); /* generated */
553 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
554 extern NCURSES_EXPORT(int) clrtobot (void); /* generated */
555 extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */
556 extern NCURSES_EXPORT(int) color_content (short,short*,short*,short*); /* implemented */
557 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
558 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
559 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
560 extern NCURSES_EXPORT(int) curs_set (int); /* implemented */
561 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
562 extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */
563 extern NCURSES_EXPORT(int) delay_output (int); /* implemented */
564 extern NCURSES_EXPORT(int) delch (void); /* generated */
565 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
566 extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */
567 extern NCURSES_EXPORT(int) deleteln (void); /* generated */
568 extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */
569 extern NCURSES_EXPORT(int) doupdate (void); /* implemented */
570 extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */
571 extern NCURSES_EXPORT(int) echo (void); /* implemented */
572 extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */
573 extern NCURSES_EXPORT(int) erase (void); /* generated */
574 extern NCURSES_EXPORT(int) endwin (void); /* implemented */
575 extern NCURSES_EXPORT(char) erasechar (void); /* implemented */
576 extern NCURSES_EXPORT(void) filter (void); /* implemented */
577 extern NCURSES_EXPORT(int) flash (void); /* implemented */
578 extern NCURSES_EXPORT(int) flushinp (void); /* implemented */
579 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */
580 extern NCURSES_EXPORT(int) getch (void); /* generated */
581 extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
582 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
583 extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */
584 extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */
585 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
586 extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */
587 extern NCURSES_EXPORT(bool) has_il (void); /* implemented */
588 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */
589 extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */
590 extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */
591 extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */
592 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
593 extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */
594 extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */
595 extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */
596 extern NCURSES_EXPORT(int) init_color (short,short,short,short); /* implemented */
597 extern NCURSES_EXPORT(int) init_pair (short,short,short); /* implemented */
598 extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */
599 extern NCURSES_EXPORT(int) insch (chtype); /* generated */
600 extern NCURSES_EXPORT(int) insdelln (int); /* generated */
601 extern NCURSES_EXPORT(int) insertln (void); /* generated */
602 extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
603 extern NCURSES_EXPORT(int) insstr (const char *); /* generated */
604 extern NCURSES_EXPORT(int) instr (char *); /* generated */
605 extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */
606 extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */
607 extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */
608 extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */
609 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
610 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
611 extern NCURSES_EXPORT(char) killchar (void); /* implemented */
612 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
613 extern NCURSES_EXPORT(char *) longname (void); /* implemented */
614 extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */
615 extern NCURSES_EXPORT(int) move (int, int); /* generated */
616 extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */
617 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */
618 extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */
619 extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */
620 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
621 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, short, const void *); /* generated */
622 extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */
623 extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */
624 extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */
625 extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */
626 extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */
627 extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */
628 extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */
629 extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */
630 extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */
631 extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */
632 extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */
633 extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */
634 extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */
635 extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */
636 extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */
637 extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */
639 extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...) /* implemented */
641 extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */
642 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */
643 extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
644 extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */
645 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
646 extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */
647 extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, short, const void *);/* generated */
648 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
649 extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */
650 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
651 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */
652 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
653 extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */
654 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */
655 extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */
656 extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */
657 extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */
658 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */
659 extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */
660 extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */
661 extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */
662 extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */
664 extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...) /* implemented */
666 extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */
667 extern NCURSES_EXPORT(int) napms (int); /* implemented */
668 extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */
669 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
670 extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */
671 extern NCURSES_EXPORT(int) nl (void); /* implemented */
672 extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */
673 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */
674 extern NCURSES_EXPORT(int) noecho (void); /* implemented */
675 extern NCURSES_EXPORT(int) nonl (void); /* implemented */
676 extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */
677 extern NCURSES_EXPORT(int) noraw (void); /* implemented */
678 extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */
679 extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */
680 extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */
681 extern NCURSES_EXPORT(int) pair_content (short,short*,short*); /* implemented */
682 extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */
683 extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */
684 extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
685 extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */
686 extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */
688 extern NCURSES_EXPORT(int) putp (const char *); /* implemented */
689 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */
690 extern NCURSES_EXPORT(void) qiflush (void); /* implemented */
691 extern NCURSES_EXPORT(int) raw (void); /* implemented */
692 extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */
693 extern NCURSES_EXPORT(int) refresh (void); /* generated */
694 extern NCURSES_EXPORT(int) resetty (void); /* implemented */
695 extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */
696 extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */
697 extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */
698 extern NCURSES_EXPORT(int) savetty (void); /* implemented */
699 extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...) /* implemented */
701 extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */
702 extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */
703 extern NCURSES_EXPORT(int) scrl (int); /* generated */
704 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
705 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
706 extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */
707 extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */
708 extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
709 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */
711 extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */
713 extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */
715 extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */
716 extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,short,void*); /* implemented */
717 extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */
718 extern NCURSES_EXPORT(int) slk_color (short); /* implemented */
719 extern NCURSES_EXPORT(int) slk_init (int); /* implemented */
720 extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */
721 extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */
722 extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */
723 extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */
724 extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */
725 extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */
726 extern NCURSES_EXPORT(int) standout (void); /* generated */
727 extern NCURSES_EXPORT(int) standend (void); /* generated */
728 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
729 extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */
730 extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *,int,int,int,int); /* implemented */
731 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
732 extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */
733 extern NCURSES_EXPORT(char *) termname (void); /* implemented */
734 extern NCURSES_EXPORT(int) tigetflag (NCURSES_CONST char *); /* implemented */
735 extern NCURSES_EXPORT(int) tigetnum (NCURSES_CONST char *); /* implemented */
736 extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *); /* implemented */
737 extern NCURSES_EXPORT(void) timeout (int); /* generated */
738 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
739 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
740 extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, ...); /* implemented */
741 extern NCURSES_EXPORT(int) typeahead (int); /* implemented */
742 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
743 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */
744 extern NCURSES_EXPORT(void) use_env (bool); /* implemented */
745 extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */
746 extern NCURSES_EXPORT(int) vidputs (chtype, int (*)(int)); /* implemented */
747 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
748 extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list); /* implemented */
749 extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* generated */
750 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */
751 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST char *,va_list); /* generated */
752 extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */
753 extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */
754 extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */
755 extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */
756 extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */
757 extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */
758 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */
759 extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */
760 extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, short *, void *); /* generated */
761 extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */
762 extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */
763 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, short, void *); /* generated */
764 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */
765 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */
766 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */
767 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, short, const void *);/* implemented */
768 extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */
769 extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */
770 extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */
771 extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,short,void*); /* implemented */
772 extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */
773 extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */
774 extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */
775 extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */
776 extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */
777 extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */
778 extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */
779 extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */
780 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */
781 extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */
782 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */
783 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */
784 extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */
785 extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */
786 extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */
787 extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */
788 extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */
789 extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */
790 extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */
791 extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */
792 extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */
793 extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */
795 extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */
796 extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */
797 extern NCURSES_EXPORT(int) wscanw (WINDOW *, NCURSES_CONST char *,...) /* implemented */
799 extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */
800 extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */
801 extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */
802 extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */
803 extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */
804 extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */
805 extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */
806 extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */
807 extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */
1048 NCURSES_EXPORT(int) vsscanf(const char *, const char *, va_list);