#include <string.h>#include <curses.h>#include "curspriv.h"Include dependency graph for prntscan.c:

Go to the source code of this file.
Functions | |
| int | wprintw (WINDOW *win, const char *fmt,...) |
| int | printw (const char *fmt,...) |
| int | mvprintw (int y, int x, const char *fmt,...) |
| int | mvwprintw (WINDOW *win, int y, int x, const char *fmt,...) |
| int | wscanw (WINDOW *win, const char *fmt,...) |
| int | scanw (const char *fmt,...) |
| int | mvscanw (int y, int x, const char *fmt,...) |
| int | mvwscanw (WINDOW *win, int y, int x, const char *fmt,...) |
Variables | |
| static char | printscanbuf [513] |
|
||||||||||||||||||||
|
Definition at line 37 of file prntscan.c. References args, ERR, printscanbuf, stdscr, strlen(), va_start, vsprintf(), waddstr(), and wmove(). Referenced by PrintMsg(). |
|
||||||||||||||||||||
|
Definition at line 101 of file prntscan.c. References args, ERR, printscanbuf, stdscr, va_start, vsscanf(), wgetstr(), wmove(), and wrefresh(). |
|
||||||||||||||||||||||||
|
Definition at line 52 of file prntscan.c. References args, ERR, printscanbuf, strlen(), va_start, vsprintf(), waddstr(), win, and wmove(). Referenced by create_slider(), setup_screen(), show_inputs(), show_outputs(), and user_interface(). |
|
||||||||||||||||||||||||
|
Definition at line 119 of file prntscan.c. References args, ERR, printscanbuf, va_start, vsscanf(), wgetstr(), win, wmove(), and wrefresh(). |
|
||||||||||||
|
Definition at line 23 of file prntscan.c. References args, ERR, printscanbuf, stdscr, strlen(), va_start, vsprintf(), and waddstr(). |
|
||||||||||||
|
Definition at line 84 of file prntscan.c. References args, ERR, printscanbuf, stdscr, va_start, vsscanf(), wgetstr(), and wrefresh(). |
|
||||||||||||||||
|
Definition at line 10 of file prntscan.c. References args, ERR, printscanbuf, strlen(), va_start, vsprintf(), waddstr(), and win. Referenced by makscr(), print(), ScreenMsg(), ScreenPut(), and ScreenWho(). |
|
||||||||||||||||
|
Definition at line 68 of file prntscan.c. References args, ERR, printscanbuf, va_start, vsscanf(), wgetstr(), win, and wrefresh(). |
|
|
Definition at line 5 of file prntscan.c. Referenced by mvprintw(), mvscanw(), mvwprintw(), mvwscanw(), printw(), scanw(), wprintw(), and wscanw(). |
1.4.6