#include <unistd.h>
#include <cstdarg>
#include <fstream>
#include <list>
#include "../config.h"
#include "Y2Log.h"
#include "NCurses.h"
#include "NCDialog.h"
#include "NCi18n.h"
#include <signal.h>
#include <y2util/y2log.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Defines | |
#define | CONVERR(n, p) |
#define | ENUM_OUT(v) case NCursesEvent::v: return STREAM << "Ev::" << #v |
Functions | |
ostream & | operator<< (ostream &STREAM, const NCursesError &OBJ) |
ostream & | operator<< (ostream &STREAM, const NCursesEvent &OBJ) |
ostream & | operator<< (ostream &STREAM, const NCurses &OBJ) |
|
Value: va_list ap; \ va_list ap1; \ va_start( ap, p ); \ va_start( ap1, p );\ errval_i = n; \ errmsg_t = vform( p, ap, ap1 ); \ va_end( ap ); \ va_end( ap1 ) |
|
|
|
|
|
|
|
|