#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <locale.h>#include <pthread.h>#include <assert.h>#include <string.h>#include <iconv.h>#include <ycp/y2log.h>#include <Y2.h>#include <ycp/YCPVoid.h>#include "YUI.h"#include "YEvent.h"#include "YUISymbols.h"#include "YDialog.h"#include "YWidget.h"#include "YMacroRecorder.h"#include "YMacroPlayer.h"#include "YReplacePoint.h"#include "YShortcut.h"#include "YWizard.h"Defines | |
| #define | VERBOSE_COMMANDS |
| #define | VERBOSE_REPLACE_WIDGET 0 |
| #define | y2log_component "ui" |
Variables | |
| static iconv_t | fromutf8_cd = ( iconv_t )( -1 ) |
| static string | fromutf8_name = "" |
| static iconv_t | toutf8_cd = ( iconv_t )( -1 ) |
| static string | toutf8_name = "" |
| static iconv_t | fromto_cd = ( iconv_t )( -1 ) |
| static string | from_name = "" |
| static string | to_name = "" |
| static const unsigned | recode_buf_size = 1024 |
| static char | recode_buf [recode_buf_size] |
| #define VERBOSE_COMMANDS |
| #define VERBOSE_REPLACE_WIDGET 0 |
| #define y2log_component "ui" |
string from_name = "" [static] |
iconv_t fromto_cd = ( iconv_t )( -1 ) [static] |
iconv_t fromutf8_cd = ( iconv_t )( -1 ) [static] |
string fromutf8_name = "" [static] |
char recode_buf[recode_buf_size] [static] |
const unsigned recode_buf_size = 1024 [static] |
string to_name = "" [static] |
iconv_t toutf8_cd = ( iconv_t )( -1 ) [static] |
string toutf8_name = "" [static] |
1.5.0