value 69 lib/mcconfig.h const gchar *value); value 71 lib/mcconfig.h const gchar *value); value 73 lib/mcconfig.h const gchar *value); value 75 lib/mcconfig.h gboolean value); value 76 lib/mcconfig.h void mc_config_set_int (mc_config_t *mc_config, const gchar *group, const gchar *param, int value); value 79 lib/mcconfig.h const gchar *const value[], gsize length); value 81 lib/mcconfig.h gboolean value[], gsize length); value 83 lib/mcconfig.h int value[], gsize length); value 166 lib/mcconfig/common.c char *value; value 171 lib/mcconfig/common.c value = g_key_file_get_value (mc_config->handle, group, param, NULL); value 172 lib/mcconfig/common.c ret = value != NULL; value 173 lib/mcconfig/common.c g_free (value); value 219 lib/mcconfig/common.c gchar *value; value 240 lib/mcconfig/common.c value = g_key_file_get_value (tmp_config->handle, *curr_grp, *curr_key, NULL); value 241 lib/mcconfig/common.c if (value != NULL) value 243 lib/mcconfig/common.c if (*value == '\0' && remove_empty) value 246 lib/mcconfig/common.c g_key_file_set_value (mc_config->handle, *curr_grp, *curr_key, value); value 247 lib/mcconfig/common.c g_free (value); value 45 lib/mcconfig/set.c mc_config_normalize_before_save (const gchar *value) value 52 lib/mcconfig/set.c return g_strdup (value); value 56 lib/mcconfig/set.c return g_strdup (value); value 60 lib/mcconfig/set.c ok = (str_convert (conv, value, buffer) != ESTR_FAILURE); value 66 lib/mcconfig/set.c return g_strdup (value); value 78 lib/mcconfig/set.c const gchar *value) value 80 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) value 81 lib/mcconfig/set.c g_key_file_set_string (mc_config->handle, group, param, value); value 88 lib/mcconfig/set.c const gchar *value) value 90 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) value 91 lib/mcconfig/set.c g_key_file_set_value (mc_config->handle, group, param, value); value 98 lib/mcconfig/set.c const gchar *value) value 100 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL) value 104 lib/mcconfig/set.c buffer = mc_config_normalize_before_save (value); value 113 lib/mcconfig/set.c mc_config_set_bool (mc_config_t *mc_config, const gchar *group, const gchar *param, gboolean value) value 116 lib/mcconfig/set.c g_key_file_set_boolean (mc_config->handle, group, param, value); value 122 lib/mcconfig/set.c mc_config_set_int (mc_config_t *mc_config, const gchar *group, const gchar *param, int value) value 125 lib/mcconfig/set.c g_key_file_set_integer (mc_config->handle, group, param, value); value 132 lib/mcconfig/set.c const gchar *const value[], gsize length) value 134 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) value 135 lib/mcconfig/set.c g_key_file_set_string_list (mc_config->handle, group, param, value, length); value 142 lib/mcconfig/set.c gboolean value[], gsize length) value 144 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) value 145 lib/mcconfig/set.c g_key_file_set_boolean_list (mc_config->handle, group, param, value, length); value 151 lib/mcconfig/set.c mc_config_set_int_list (mc_config_t *mc_config, const gchar *group, const gchar *param, int value[], value 154 lib/mcconfig/set.c if (mc_config != NULL && group != NULL && param != NULL && value != NULL && length != 0) value 155 lib/mcconfig/set.c g_key_file_set_integer_list (mc_config->handle, group, param, value, length); value 225 lib/serialize.c char *value; value 238 lib/serialize.c value = mc_config_get_string_raw (data, *group_iterator, *param_iterator, ""); value 239 lib/serialize.c serialized_str = mc_serialize_str ('v', value, error); value 240 lib/serialize.c g_free (value); value 52 lib/tty/color-internal.c int value; value 179 lib/tty/color-internal.c if (idx == color_table[i].value) value 207 lib/tty/color-internal.c return color_table[i].value; value 235 lib/tty/color-internal.c attr_bits |= attributes_table[j].value; value 81 lib/tty/color.c tty_color_free_temp_cb (gpointer key, gpointer value, gpointer user_data) value 86 lib/tty/color.c return ((tty_color_lib_pair_t *) value)->is_temp; value 92 lib/tty/color.c tty_color_get_next_cpn_cb (gpointer key, gpointer value, gpointer user_data) value 94 lib/tty/color.c tty_color_lib_pair_t *mc_color_pair = (tty_color_lib_pair_t *) value; value 282 lib/widget/quick.c r->pos = r->sel = *quick_widget->u.radio.value; value 614 lib/widget/quick.c *item->quick_widget->u.radio.value = RADIO (item->widget)->sel; value 108 lib/widget/quick.h .value = val, \ value 318 lib/widget/quick.h int *value; /* in/out */ value 77 src/args.c static gboolean parse_mc_e_argument (const gchar *option_name, const gchar *value, gpointer data, value 79 src/args.c static gboolean parse_mc_v_argument (const gchar *option_name, const gchar *value, gpointer data, value 497 src/args.c parse_mc_e_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror) value 500 src/args.c (void) value; value 513 src/args.c parse_mc_v_argument (const gchar *option_name, const gchar *value, gpointer data, GError **mcerror) value 516 src/args.c (void) value; value 436 src/background.c void *value; value 439 src/background.c value = va_arg (ap, void *); value 441 src/background.c ret = write (parent_fd, value, len); value 465 src/background.c void *value; value 468 src/background.c value = va_arg (ap, void *); value 470 src/background.c || write (parent_fd, value, len) != len) value 73 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig *ths, const char *key, const char *value); value 193 src/editor/syntax.c mc_defines_destroy (gpointer key, gpointer value, gpointer data) value 198 src/editor/syntax.c g_strfreev ((char **) value); value 1315 src/filemanager/boxes.c int value; value 1363 src/filemanager/boxes.c button_new (lines - 3, x, job_but[i].value, job_but[i].flags, value 833 src/filemanager/dir.c MC_PTR_FREE (filter->value); value 68 src/filemanager/dir.h char *value; value 2036 src/filemanager/file.c FileProgressStatus value; value 2057 src/filemanager/file.c value = panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, dialog_type); value 2058 src/filemanager/file.c if (value == FILE_CONT) value 2061 src/filemanager/file.c value = erase_file (ctx, src_vpath); value 2063 src/filemanager/file.c value = erase_dir (ctx, src_vpath); value 2072 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); value 2083 src/filemanager/file.c value = panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, value 2085 src/filemanager/file.c if (value == FILE_CONT) value 2098 src/filemanager/file.c value = copy_file_file (ctx, src, dest); value 2100 src/filemanager/file.c value = copy_dir_dir (ctx, src, dest, TRUE, FALSE, FALSE, NULL); value 2112 src/filemanager/file.c value = move_file_file (panel, ctx, src, dest); value 2114 src/filemanager/file.c value = do_move_dir_dir (panel, ctx, src, dest); value 2128 src/filemanager/file.c return value; value 2137 src/filemanager/file.c FileProgressStatus value = FILE_CONT; value 2151 src/filemanager/file.c value = erase_file (ctx, src_vpath); value 2153 src/filemanager/file.c value = erase_dir (ctx, src_vpath); value 2161 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); value 2174 src/filemanager/file.c value = copy_file_file (ctx, src, dest); value 2176 src/filemanager/file.c value = copy_dir_dir (ctx, src, dest, TRUE, FALSE, FALSE, NULL); value 2182 src/filemanager/file.c value = move_file_file (NULL, ctx, src, dest); value 2184 src/filemanager/file.c value = do_move_dir_dir (NULL, ctx, src, dest); value 2198 src/filemanager/file.c return value; value 3512 src/filemanager/file.c FileProgressStatus value; value 3636 src/filemanager/file.c value = operate_single_file (panel, ctx, source, &src_stat, dest, dialog_type); value 3637 src/filemanager/file.c if ((value == FILE_CONT) && !force_single) value 3666 src/filemanager/file.c value = value 3668 src/filemanager/file.c if (value == FILE_CONT) value 3680 src/filemanager/file.c value = operate_one_file (panel, ctx, source2, &src_stat, dest); value 3681 src/filemanager/file.c if (value == FILE_ABORT) value 3684 src/filemanager/file.c if (value == FILE_CONT) value 446 src/filemanager/filegui.c W (i) = WIDGET (button_new (dlg_widgets[i].y, dlg_widgets[i].x, dlg_widgets[i].value, \ value 463 src/filemanager/filegui.c int value; // 0 for labels and checkbox value 1524 src/filemanager/panel.c g_string_append (format_txt, panel->filter.value); value 2668 src/filemanager/panel.c .value = NULL, value 2674 src/filemanager/panel.c &ff.flags, _ ("Filter"), MC_HISTORY_FM_PANEL_FILTER, "[Filter...]", &ff.value); value 4492 src/filemanager/panel.c if (panel->filter.value != NULL) value 4497 src/filemanager/panel.c panel->filter.handler = mc_search_new (panel->filter.value, NULL); value 4697 src/filemanager/panel.c MC_PTR_FREE (panel->filter.value); value 93 src/keymap.c const char *value; value 679 src/keymap.c mc_config_set_string_raw (keymap, section, k[i].key, k[i].value); value 626 src/setup.c char *valcopy, *value; value 667 src/setup.c value = mc_config_get_string (cfg, section_name, *profile_keys, ""); value 668 src/setup.c valcopy = convert_controls (value); value 671 src/setup.c g_free (value); value 1196 src/setup.c panel->filter.value = value 1243 src/setup.c panel->filter.value); value 735 src/usermenu.c const char *value; value 756 src/usermenu.c value = getenv (var_name); value 759 src/usermenu.c if (value != NULL) value 760 src/usermenu.c *v = g_strdup (value); value 206 src/vfs/sftpfs/config_parser.c char *value; value 214 src/vfs/sftpfs/config_parser.c value = &buffer[value_offset]; value 220 src/vfs/sftpfs/config_parser.c *pointer_str = g_strdup (value); value 224 src/vfs/sftpfs/config_parser.c *pointer_str = sftpfs_correct_file_name (value); value 228 src/vfs/sftpfs/config_parser.c *pointer_int = atoi (value); value 232 src/vfs/sftpfs/config_parser.c *pointer_bool = strcasecmp (value, "True") == 0; value 205 src/vfs/tar/tar-internal.c tar_assign_string (char **string, char *value) value 208 src/vfs/tar/tar-internal.c *string = value; value 214 src/vfs/tar/tar-internal.c tar_assign_string_dup (char **string, const char *value) value 217 src/vfs/tar/tar-internal.c *string = g_strdup (value); value 223 src/vfs/tar/tar-internal.c tar_assign_string_dup_n (char **string, const char *value, size_t n) value 226 src/vfs/tar/tar-internal.c *string = g_strndup (value, n); value 350 src/vfs/tar/tar-internal.c uintmax_t value = 0; value 381 src/vfs/tar/tar-internal.c value += *where++ - '0'; value 384 src/vfs/tar/tar-internal.c overflow |= ckd_mul (&value, value, 8); value 392 src/vfs/tar/tar-internal.c if ((overflow || maxval < value) && *where1 >= 2 && type != NULL) value 399 src/vfs/tar/tar-internal.c value = 0; value 404 src/vfs/tar/tar-internal.c value += 7 - digit; value 409 src/vfs/tar/tar-internal.c overflow |= ckd_mul (&value, value, 8); value 412 src/vfs/tar/tar-internal.c overflow |= ckd_add (&value, value, 1); value 414 src/vfs/tar/tar-internal.c if (!overflow && value <= minus_minval) value 442 src/vfs/tar/tar-internal.c if (ckd_mul (&value, value, 64)) value 444 src/vfs/tar/tar-internal.c value |= dig - 1; value 465 src/vfs/tar/tar-internal.c value = (*where++ & ((1 << (LG_256 - 2)) - 1)) - signbit; value 472 src/vfs/tar/tar-internal.c value = (value << LG_256) + uc; value 476 src/vfs/tar/tar-internal.c if (((value << LG_256 >> LG_256) | topbits) != value) value 482 src/vfs/tar/tar-internal.c value = -value; value 488 src/vfs/tar/tar-internal.c if (value <= (negative ? minus_minval : maxval)) value 489 src/vfs/tar/tar-internal.c return tar_represent_uintmax (negative ? -value : value); value 301 src/vfs/tar/tar-internal.h void tar_assign_string (char **string, char *value); value 302 src/vfs/tar/tar-internal.h void tar_assign_string_dup (char **string, const char *value); value 303 src/vfs/tar/tar-internal.h void tar_assign_string_dup_n (char **string, const char *value, size_t n); value 66 src/vfs/tar/tar-xheader.c char *value; value 201 src/vfs/tar/tar-xheader.c return t->decoder (st, t->keyword, kp->value, strlen (kp->value)); value 214 src/vfs/tar/tar-xheader.c g_free (kp->value); value 221 src/vfs/tar/tar-xheader.c xheader_list_append (GSList **root, const char *kw, const char *value) value 227 src/vfs/tar/tar-xheader.c kp->value = g_strdup (value); value 576 src/vfs/tar/tar-xheader.c gboolean (*handler) (void *data, const char *keyword, const char *value, value 631 src/vfs/tar/tar-xheader.c decg (void *data, const char *keyword, const char *value, size_t size) value 641 src/vfs/tar/tar-xheader.c if (!tab->decoder (data, keyword, value, size)) value 645 src/vfs/tar/tar-xheader.c xheader_list_append (kwl, keyword, value); value 653 src/vfs/tar/tar-xheader.c decx (void *data, const char *keyword, const char *value, size_t size) value 657 src/vfs/tar/tar-xheader.c .value = (char *) value, value 195 src/viewer/actions_cmd.c byte_val = node->value; value 222 src/viewer/actions_cmd.c node->value = byte_val; value 226 src/viewer/actions_cmd.c node->value = byte_val; value 211 src/viewer/hex.c utf8buf[j] = curr->value; value 266 src/viewer/hex.c c = curr->value; value 403 src/viewer/hex.c || mc_write (fp, &(curr->value), 1) != 1) value 409 src/viewer/hex.c mcview_set_byte (view, curr->offset, curr->value); value 60 src/viewer/internal.h byte value; value 63 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c static gboolean parse_format_name_argument (const gchar *option_name, const gchar *value, value 127 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c parse_format_name_argument (const gchar *option_name, const gchar *value, gpointer data, value 133 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c if (strcmp (value, "yaml") == 0) value 135 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c else if (strcmp (value, "ls") == 0) value 139 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_set_error (error, MC_ERROR, G_OPTION_ERROR_FAILED, "unknown output format '%s'", value);