HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 1 - 14 of 14) sorted by null

  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlocale.h 90 #ifndef NULL
91 #define NULL 0
Xlibint.h 342 #ifndef NULL
343 #define NULL 0
648 if (fs->per_char == NULL) { \
658 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs)
671 if (fs->per_char == NULL) { \
687 CI_GET_CHAR_INFO_2D (fs, r, c, NULL, cs); \
    [all...]
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-dialog.c 58 GtkWidget *table = NULL;
59 GtkWidget *entry = NULL;
60 GtkWidget *radio = NULL;
61 GtkWidget **radio_group = NULL;
69 if (*radio_group == NULL) { /* is NULL for the first element */
70 radio = gtk_radio_button_new_with_label (NULL,
123 GtkWidget *dialog = NULL;
124 GtkWidget *hbox = NULL;
125 GtkWidget *vbox = NULL;
    [all...]
fsexam-dryrun.c 88 NULL, /* bsae_finalize */
89 NULL, /* class_init */
90 NULL, /* class_finalize */
91 NULL, /* class_data */
94 NULL, /* instance_init */
126 dryrun_file->fp = NULL;
140 NULL, /* base_init */
141 NULL, /* base_finalize */
143 NULL, /* class_finalize */
144 NULL, /* class_data *
    [all...]
fsexam.c 75 static FSEXAM_setting *setting = NULL;
76 static GnomeProgram *program = NULL;
77 static BonoboObject *fsexam_app_server = NULL;
85 static gchar *special = NULL;
86 static gchar *encoding_list = NULL;
87 static gchar *dryrun_file = NULL;
88 static GList *files = NULL;
106 {"auto-detect", no_argument, NULL, 'a'},
107 {"batch", no_argument, NULL, 'b'},
108 {"force-convert", no_argument, NULL, 'F'}
    [all...]
callbacks.c 67 if ((setting->pref->encode_list == NULL)
88 GtkTreeModel *model = NULL;
89 GtkTreeSelection *selection = NULL;
90 GtkWidget *treeview = NULL;
91 GtkWidget *notebook = NULL;
92 GList *selected_rows = NULL;
93 GList *tmp = NULL;
94 GList *files = NULL;
97 GtkWidget *widget = NULL;
98 gchar *widget_name = NULL;
    [all...]
fsexam-preference-dialog.c 101 gchar *name = NULL;
115 GtkTreeSelection *selection = NULL;
116 GtkTreeModel *model = NULL;
117 GtkWidget *view = NULL;
176 if (treepath != NULL)
221 GtkWidget *w = NULL;
267 gchar *new_log_name = NULL;
274 if ((pref->log_file == NULL) || ((new_log_name != NULL)
278 if (new_log_info != NULL) { /* change to new log struct *
    [all...]
fsexam-ui.c 107 * dir can be NULL, ""(for file list), and abs_path
112 gchar *uri = NULL;
117 if (dir == NULL) {
118 view->rootdir = NULL;
125 if ((*dir == '\0') || (g_utf8_validate (dir, -1, NULL))) {
130 uri = g_filename_to_uri (dir, NULL, NULL);
135 if ((*dir == '\0') || (g_utf8_validate (dir, -1, NULL))) {
140 uri = g_filename_to_uri (dir, NULL, NULL);
    [all...]
  /nv-g11n/g11n/src/lib/iconv/ja/
jfp_jis_to_ucs2.h 75 #ifndef NULL
76 #define NULL 0
77 #endif /* !NULL */
    [all...]
jfp_ucs2_to_euc16.h 77 #ifndef NULL
78 #define NULL 0
79 #endif /* !NULL */
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
imi_gtkwin.cpp 54 GtkWidget *CGTKWinHandler::hanzi_image = NULL;
55 GtkWidget *CGTKWinHandler::eng_image = NULL;
56 GtkWidget *CGTKWinHandler::cnpunc_image = NULL;
57 GtkWidget *CGTKWinHandler::enpunc_image = NULL;
58 GtkWidget *CGTKWinHandler::fullwidth_image = NULL;
59 GtkWidget *CGTKWinHandler::halfwidth_image = NULL;
65 if (data != NULL) {
81 if (data != NULL) {
94 if (data != NULL)
95 ((CIMSAView*)data)->switchFullPunc(NULL);
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_imengine_setup.cpp 60 static GtkWidget * input_style_combo = NULL;
61 static GtkWidget * charset_combo = NULL;
62 static GtkWidget * minus_pageup_button = NULL;
63 static GtkWidget * bracket_pageup_button = NULL;
64 static GtkWidget * comma_pageup_button = NULL;
65 static GtkWidget * memory_power_button = NULL;
86 static GtkWidget *setup_ui = NULL;
87 if (setup_ui == NULL)
162 "its pinyin is input."), NULL);
164 G_CALLBACK(on_value_changed), NULL);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_imengine_setup.cpp 60 static GtkWidget * input_style_combo = NULL;
61 static GtkWidget * charset_combo = NULL;
62 static GtkWidget * minus_pageup_button = NULL;
63 static GtkWidget * bracket_pageup_button = NULL;
64 static GtkWidget * comma_pageup_button = NULL;
65 static GtkWidget * memory_power_button = NULL;
86 static GtkWidget *setup_ui = NULL;
87 if (setup_ui == NULL)
162 "its pinyin is input."), NULL);
164 G_CALLBACK(on_value_changed), NULL);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/gtk_standalone/
imi_gtkwin.cpp 54 GtkWidget *CGTKWinHandler::hanzi_image = NULL;
55 GtkWidget *CGTKWinHandler::eng_image = NULL;
56 GtkWidget *CGTKWinHandler::cnpunc_image = NULL;
57 GtkWidget *CGTKWinHandler::enpunc_image = NULL;
58 GtkWidget *CGTKWinHandler::fullwidth_image = NULL;
59 GtkWidget *CGTKWinHandler::halfwidth_image = NULL;
65 if (data != NULL) {
82 if (data != NULL) {
95 if (data != NULL)
96 ((CIMSAView*)data)->switchFullPunc(NULL);
    [all...]

Completed in 360 milliseconds