Lines Matching refs:WINDOW

331 } WINDOW;  typedef
362 WINDOW *slk_winptr; /* window for slk */
410 PDCEX WINDOW *stdscr; /* the default screen window */
411 PDCEX WINDOW *curscr; /* the current screen image */
1324 PDCEX int box(WINDOW *, chtype, chtype);
1328 PDCEX int clearok(WINDOW *, bool);
1334 PDCEX int copywin(const WINDOW *, WINDOW *, int, int, int, int, int, int, int);
1342 PDCEX int delwin(WINDOW *);
1343 PDCEX WINDOW *derwin(WINDOW *, int, int, int, int);
1345 PDCEX WINDOW *dupwin(WINDOW *);
1354 PDCEX chtype getbkgd(WINDOW *);
1357 PDCEX WINDOW *getwin(FILE *);
1363 PDCEX void idcok(WINDOW *, bool);
1364 PDCEX int idlok(WINDOW *, bool);
1365 PDCEX void immedok(WINDOW *, bool);
1371 PDCEX WINDOW *initscr(void);
1379 PDCEX int intrflush(WINDOW *, bool);
1381 PDCEX bool is_linetouched(WINDOW *, int);
1382 PDCEX bool is_wintouched(WINDOW *);
1384 PDCEX int keypad(WINDOW *, bool);
1386 PDCEX int leaveok(WINDOW *, bool);
1388 PDCEX int meta(WINDOW *, bool);
1398 PDCEX int mvderwin(WINDOW *, int, int);
1414 PDCEX int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
1415 PDCEX int mvwaddchstr(WINDOW *, int, int, const chtype *);
1416 PDCEX int mvwaddch(WINDOW *, int, int, const chtype);
1417 PDCEX int mvwaddnstr(WINDOW *, int, int, const char *, int);
1418 PDCEX int mvwaddstr(WINDOW *, int, int, const char *);
1419 PDCEX int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
1420 PDCEX int mvwdelch(WINDOW *, int, int);
1421 PDCEX int mvwgetch(WINDOW *, int, int);
1422 PDCEX int mvwgetnstr(WINDOW *, int, int, char *, int);
1423 PDCEX int mvwgetstr(WINDOW *, int, int, char *);
1424 PDCEX int mvwhline(WINDOW *, int, int, chtype, int);
1425 PDCEX int mvwinchnstr(WINDOW *, int, int, chtype *, int);
1426 PDCEX int mvwinchstr(WINDOW *, int, int, chtype *);
1427 PDCEX chtype mvwinch(WINDOW *, int, int);
1428 PDCEX int mvwinnstr(WINDOW *, int, int, char *, int);
1429 PDCEX int mvwinsch(WINDOW *, int, int, chtype);
1430 PDCEX int mvwinsnstr(WINDOW *, int, int, const char *, int);
1431 PDCEX int mvwinsstr(WINDOW *, int, int, const char *);
1432 PDCEX int mvwinstr(WINDOW *, int, int, char *);
1433 PDCEX int mvwin(WINDOW *, int, int);
1434 PDCEX int mvwprintw(WINDOW *, int, int, const char *, ...);
1435 PDCEX int mvwscanw(WINDOW *, int, int, const char *, ...);
1436 PDCEX int mvwvline(WINDOW *, int, int, chtype, int);
1438 PDCEX WINDOW *newpad(int, int);
1440 PDCEX WINDOW *newwin(int, int, int, int);
1443 PDCEX int nodelay(WINDOW *, bool);
1448 PDCEX int notimeout(WINDOW *, bool);
1449 PDCEX int overlay(const WINDOW *, WINDOW *);
1450 PDCEX int overwrite(const WINDOW *, WINDOW *);
1452 PDCEX int pechochar(WINDOW *, chtype);
1453 PDCEX int pnoutrefresh(WINDOW *, int, int, int, int, int, int);
1454 PDCEX int prefresh(WINDOW *, int, int, int, int, int, int);
1456 PDCEX int putwin(WINDOW *, FILE *);
1459 PDCEX int redrawwin(WINDOW *);
1464 PDCEX int ripoffline(int, int (*)(WINDOW *, int));
1472 PDCEX int scroll(WINDOW *);
1473 PDCEX int scrollok(WINDOW *, bool);
1494 PDCEX WINDOW *subpad(WINDOW *, int, int, int, int);
1495 PDCEX WINDOW *subwin(WINDOW *, int, int, int, int);
1496 PDCEX int syncok(WINDOW *, bool);
1501 PDCEX int touchline(WINDOW *, int, int);
1502 PDCEX int touchwin(WINDOW *);
1504 PDCEX int untouchwin(WINDOW *);
1511 PDCEX int vw_printw(WINDOW *, const char *, va_list);
1512 PDCEX int vwprintw(WINDOW *, const char *, va_list);
1513 PDCEX int vw_scanw(WINDOW *, const char *, va_list);
1514 PDCEX int vwscanw(WINDOW *, const char *, va_list);
1515 PDCEX int waddchnstr(WINDOW *, const chtype *, int);
1516 PDCEX int waddchstr(WINDOW *, const chtype *);
1517 PDCEX int waddch(WINDOW *, const chtype);
1518 PDCEX int waddnstr(WINDOW *, const char *, int);
1519 PDCEX int waddstr(WINDOW *, const char *);
1520 PDCEX int wattroff(WINDOW *, chtype);
1521 PDCEX int wattron(WINDOW *, chtype);
1522 PDCEX int wattrset(WINDOW *, chtype);
1523 PDCEX int wattr_get(WINDOW *, attr_t *, short *, void *);
1524 PDCEX int wattr_off(WINDOW *, attr_t, void *);
1525 PDCEX int wattr_on(WINDOW *, attr_t, void *);
1526 PDCEX int wattr_set(WINDOW *, attr_t, short, void *);
1527 PDCEX void wbkgdset(WINDOW *, chtype);
1528 PDCEX int wbkgd(WINDOW *, chtype);
1529 PDCEX int wborder(WINDOW *, chtype, chtype, chtype, chtype,
1531 PDCEX int wchgat(WINDOW *, int, attr_t, short, const void *);
1532 PDCEX int wclear(WINDOW *);
1533 PDCEX int wclrtobot(WINDOW *);
1534 PDCEX int wclrtoeol(WINDOW *);
1535 PDCEX int wcolor_set(WINDOW *, short, void *);
1536 PDCEX void wcursyncup(WINDOW *);
1537 PDCEX int wdelch(WINDOW *);
1538 PDCEX int wdeleteln(WINDOW *);
1539 PDCEX int wechochar(WINDOW *, const chtype);
1540 PDCEX int werase(WINDOW *);
1541 PDCEX int wgetch(WINDOW *);
1542 PDCEX int wgetnstr(WINDOW *, char *, int);
1543 PDCEX int wgetstr(WINDOW *, char *);
1544 PDCEX int whline(WINDOW *, chtype, int);
1545 PDCEX int winchnstr(WINDOW *, chtype *, int);
1546 PDCEX int winchstr(WINDOW *, chtype *);
1547 PDCEX chtype winch(WINDOW *);
1548 PDCEX int winnstr(WINDOW *, char *, int);
1549 PDCEX int winsch(WINDOW *, chtype);
1550 PDCEX int winsdelln(WINDOW *, int);
1551 PDCEX int winsertln(WINDOW *);
1552 PDCEX int winsnstr(WINDOW *, const char *, int);
1553 PDCEX int winsstr(WINDOW *, const char *);
1554 PDCEX int winstr(WINDOW *, char *);
1555 PDCEX int wmove(WINDOW *, int, int);
1556 PDCEX int wnoutrefresh(WINDOW *);
1557 PDCEX int wprintw(WINDOW *, const char *, ...);
1558 PDCEX int wredrawln(WINDOW *, int, int);
1559 PDCEX int wrefresh(WINDOW *);
1560 PDCEX int wscanw(WINDOW *, const char *, ...);
1561 PDCEX int wscrl(WINDOW *, int);
1562 PDCEX int wsetscrreg(WINDOW *, int, int);
1563 PDCEX int wstandend(WINDOW *);
1564 PDCEX int wstandout(WINDOW *);
1565 PDCEX void wsyncdown(WINDOW *);
1566 PDCEX void wsyncup(WINDOW *);
1567 PDCEX void wtimeout(WINDOW *, int);
1568 PDCEX int wtouchln(WINDOW *, int, int, int);
1569 PDCEX int wvline(WINDOW *, chtype, int);
1582 PDCEX int box_set(WINDOW *, const cchar_t *, const cchar_t *);
1619 PDCEX int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
1620 PDCEX int mvwaddwstr(WINDOW *, int, int, const wchar_t *);
1621 PDCEX int mvwadd_wch(WINDOW *, int, int, const cchar_t *);
1622 PDCEX int mvwadd_wchnstr(WINDOW *, int, int, const cchar_t *, int);
1623 PDCEX int mvwadd_wchstr(WINDOW *, int, int, const cchar_t *);
1624 PDCEX int mvwgetn_wstr(WINDOW *, int, int, wint_t *, int);
1625 PDCEX int mvwget_wch(WINDOW *, int, int, wint_t *);
1626 PDCEX int mvwget_wstr(WINDOW *, int, int, wint_t *);
1627 PDCEX int mvwhline_set(WINDOW *, int, int, const cchar_t *, int);
1628 PDCEX int mvwinnwstr(WINDOW *, int, int, wchar_t *, int);
1629 PDCEX int mvwins_nwstr(WINDOW *, int, int, const wchar_t *, int);
1630 PDCEX int mvwins_wch(WINDOW *, int, int, const cchar_t *);
1631 PDCEX int mvwins_wstr(WINDOW *, int, int, const wchar_t *);
1632 PDCEX int mvwin_wch(WINDOW *, int, int, cchar_t *);
1633 PDCEX int mvwin_wchnstr(WINDOW *, int, int, cchar_t *, int);
1634 PDCEX int mvwin_wchstr(WINDOW *, int, int, cchar_t *);
1635 PDCEX int mvwinwstr(WINDOW *, int, int, wchar_t *);
1636 PDCEX int mvwvline_set(WINDOW *, int, int, const cchar_t *, int);
1637 PDCEX int pecho_wchar(WINDOW *, const cchar_t*);
1642 PDCEX int waddnwstr(WINDOW *, const wchar_t *, int);
1643 PDCEX int waddwstr(WINDOW *, const wchar_t *);
1644 PDCEX int wadd_wch(WINDOW *, const cchar_t *);
1645 PDCEX int wadd_wchnstr(WINDOW *, const cchar_t *, int);
1646 PDCEX int wadd_wchstr(WINDOW *, const cchar_t *);
1647 PDCEX int wbkgrnd(WINDOW *, const cchar_t *);
1648 PDCEX void wbkgrndset(WINDOW *, const cchar_t *);
1649 PDCEX int wborder_set(WINDOW *, const cchar_t *, const cchar_t *,
1652 PDCEX int wecho_wchar(WINDOW *, const cchar_t *);
1653 PDCEX int wgetbkgrnd(WINDOW *, cchar_t *);
1654 PDCEX int wgetn_wstr(WINDOW *, wint_t *, int);
1655 PDCEX int wget_wch(WINDOW *, wint_t *);
1656 PDCEX int wget_wstr(WINDOW *, wint_t *);
1657 PDCEX int whline_set(WINDOW *, const cchar_t *, int);
1658 PDCEX int winnwstr(WINDOW *, wchar_t *, int);
1659 PDCEX int wins_nwstr(WINDOW *, const wchar_t *, int);
1660 PDCEX int wins_wch(WINDOW *, const cchar_t *);
1661 PDCEX int wins_wstr(WINDOW *, const wchar_t *);
1662 PDCEX int winwstr(WINDOW *, wchar_t *);
1663 PDCEX int win_wch(WINDOW *, cchar_t *);
1664 PDCEX int win_wchnstr(WINDOW *, cchar_t *, int);
1665 PDCEX int win_wchstr(WINDOW *, cchar_t *);
1667 PDCEX int wvline_set(WINDOW *, const cchar_t *, int);
1672 PDCEX chtype getattrs(WINDOW *);
1673 PDCEX int getbegx(WINDOW *);
1674 PDCEX int getbegy(WINDOW *);
1675 PDCEX int getmaxx(WINDOW *);
1676 PDCEX int getmaxy(WINDOW *);
1677 PDCEX int getparx(WINDOW *);
1678 PDCEX int getpary(WINDOW *);
1679 PDCEX int getcurx(WINDOW *);
1680 PDCEX int getcury(WINDOW *);
1698 PDCEX void wmouse_position(WINDOW *, int *, int *);
1708 PDCEX int wresize(WINDOW *, int, int);
1715 PDCEX bool wenclose(const WINDOW *, int, int);
1716 PDCEX bool wmouse_trafo(const WINDOW *, int *, int *, bool);
1727 PDCEX int mvwaddrawch(WINDOW *, int, int, chtype);
1728 PDCEX int mvwdeleteln(WINDOW *, int, int);
1729 PDCEX int mvwinsertln(WINDOW *, int, int);
1730 PDCEX int mvwinsrawch(WINDOW *, int, int, chtype);
1733 PDCEX WINDOW *resize_window(WINDOW *, int, int);
1734 PDCEX int waddrawch(WINDOW *, chtype);
1735 PDCEX int winsrawch(WINDOW *, chtype);
1773 PDCEX WINDOW *Xinitscr(int, char **);