idx 172 lib/tty/color-internal.c tty_color_get_name_by_index (int idx) idx 179 lib/tty/color-internal.c if (idx == color_table[i].value) idx 183 lib/tty/color-internal.c if ((idx >= 16 && idx < 256) || (idx & (1 << 24)) != 0) idx 187 lib/tty/color-internal.c if (idx < 256) idx 188 lib/tty/color-internal.c g_snprintf (name, sizeof (name), "color%d", idx); idx 190 lib/tty/color-internal.c g_snprintf (name, sizeof (name), "#%06X", (unsigned int) idx & 0xFFFFFF); idx 50 lib/tty/color-internal.h const char *tty_color_get_name_by_index (int idx); idx 1250 lib/tty/key.c lookup_keyname (const char *name, int *idx) idx 1260 lib/tty/key.c *idx = -1; idx 1271 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); idx 1276 lib/tty/key.c *idx = -1; idx 1283 lib/tty/key.c lookup_keycode (const long code, int *idx) idx 1298 lib/tty/key.c *idx = (int) (res - key_conv_tab_sorted); idx 1303 lib/tty/key.c *idx = -1; idx 1465 lib/tty/key.c int idx; idx 1467 lib/tty/key.c key = lookup_keyname (g_strstrip (*p), &idx); idx 1470 lib/tty/key.c use_meta = idx; idx 1472 lib/tty/key.c use_ctrl = idx; idx 1474 lib/tty/key.c use_shift = idx; idx 1478 lib/tty/key.c lc_index = idx; idx 1567 lib/tty/key.c int idx; idx 1573 lib/tty/key.c if ((mod & KEY_M_ALT) != 0 && lookup_keycode (KEY_M_ALT, &idx)) idx 1575 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]->name); idx 1585 lib/tty/key.c if (lookup_keycode (KEY_M_CTRL, &idx)) idx 1587 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]->name); idx 1594 lib/tty/key.c if (lookup_keycode (KEY_M_ALT, &idx)) idx 1600 lib/tty/key.c g_string_append (s, key_conv_tab_sorted[idx]->name); idx 413 lib/tty/keyxdef.c int idx; idx 420 lib/tty/keyxdef.c for (idx = 0; idx < sizeof (xtra_key_defines) / sizeof (xtra_key_defines[0]); idx++) idx 422 lib/tty/keyxdef.c int str_idx = xtra_key_defines[idx].str_idx; idx 428 lib/tty/keyxdef.c define_sequence (xtra_key_defines[idx].mc_code, __QTISSTR (str_idx), idx 71 lib/vfs/parse_ls_vga.c is_num (int idx) idx 73 lib/vfs/parse_ls_vga.c char *column = columns[idx]; idx 521 lib/vfs/parse_ls_vga.c vfs_parse_filedate (int idx, time_t *t) idx 543 lib/vfs/parse_ls_vga.c p = columns[idx++]; idx 547 lib/vfs/parse_ls_vga.c p = columns[idx++]; idx 579 lib/vfs/parse_ls_vga.c if (!is_num (idx)) idx 582 lib/vfs/parse_ls_vga.c tim.tm_mday = (int) atol (columns[idx++]); idx 608 lib/vfs/parse_ls_vga.c else if (is_localized_month (p) && is_num (idx++)) idx 615 lib/vfs/parse_ls_vga.c if (!is_num (idx) idx 616 lib/vfs/parse_ls_vga.c || !(is_time (columns[idx], &tim) || (got_year = is_year (columns[idx], &tim)))) idx 619 lib/vfs/parse_ls_vga.c idx++; idx 635 lib/vfs/parse_ls_vga.c return idx; idx 685 lib/vfs/parse_ls_vga.c int idx, idx2, num_cols; idx 738 lib/vfs/parse_ls_vga.c for (idx = 3; idx <= 5; idx++) idx 739 lib/vfs/parse_ls_vga.c if (vfs_parse_month (columns[idx], NULL) || is_week (columns[idx], NULL) idx 740 lib/vfs/parse_ls_vga.c || is_dos_date (columns[idx]) || is_localized_month (columns[idx])) idx 743 lib/vfs/parse_ls_vga.c if (idx == 6 || (idx == 5 && !S_ISCHR (s->st_mode) && !S_ISBLK (s->st_mode))) idx 747 lib/vfs/parse_ls_vga.c if (idx == 3 || (idx == 4 && (S_ISCHR (s->st_mode) || S_ISBLK (s->st_mode)))) idx 800 lib/vfs/parse_ls_vga.c idx = vfs_parse_filedate (idx, &s->st_mtime); idx 801 lib/vfs/parse_ls_vga.c if (idx == 0) idx 815 lib/vfs/parse_ls_vga.c *num_spaces = column_ptr[idx] - column_ptr[idx - 1] - strlen (columns[idx - 1]); idx 816 lib/vfs/parse_ls_vga.c if (DIR_IS_DOTDOT (columns[idx])) idx 820 lib/vfs/parse_ls_vga.c for (i = idx + 1, idx2 = 0; i < num_cols; i++) idx 828 lib/vfs/parse_ls_vga.c || (num_cols == idx + 3 && s->st_nlink > 1))) // Maybe a hardlink? (in extfs) idx 832 lib/vfs/parse_ls_vga.c *filename = g_strndup (p + column_ptr[idx], column_ptr[idx2] - column_ptr[idx] - 1); idx 848 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx]); idx 61 lib/vfs/utilvfs.h int vfs_parse_filedate (int idx, time_t *t); idx 230 lib/vfs/vfs.c const int idx = handle - VFS_FIRST_HANDLE; idx 232 lib/vfs/vfs.c if (handle >= VFS_FIRST_HANDLE && (guint) idx < vfs_openfiles->len) idx 236 lib/vfs/vfs.c h = (struct vfs_openfile *) g_ptr_array_index (vfs_openfiles, idx); idx 238 lib/vfs/vfs.c g_ptr_array_index (vfs_openfiles, idx) = (void *) vfs_free_handle_list; idx 239 lib/vfs/vfs.c vfs_free_handle_list = idx; idx 138 lib/widget/buttonbar.c set_label_text (WButtonBar *bb, int idx, const char *text) idx 140 lib/widget/buttonbar.c g_free (bb->labels[idx - 1].text); idx 141 lib/widget/buttonbar.c bb->labels[idx - 1].text = g_strdup (text); idx 263 lib/widget/buttonbar.c buttonbar_set_label (WButtonBar *bb, int idx, const char *text, const global_keymap_t *keymap, idx 266 lib/widget/buttonbar.c if ((bb != NULL) && (idx >= 1) && (idx <= BUTTONBAR_LABELS_NUM)) idx 271 lib/widget/buttonbar.c command = keybind_lookup_keymap_command (keymap, KEY_F (idx)); idx 274 lib/widget/buttonbar.c set_label_text (bb, idx, ""); idx 276 lib/widget/buttonbar.c set_label_text (bb, idx, text); idx 278 lib/widget/buttonbar.c bb->labels[idx - 1].command = command; idx 279 lib/widget/buttonbar.c bb->labels[idx - 1].receiver = WIDGET (receiver); idx 16 lib/widget/buttonbar.h #define buttonbar_clear_label(bb, idx, recv) buttonbar_set_label (bb, idx, "", NULL, recv) idx 40 lib/widget/buttonbar.h void buttonbar_set_label (WButtonBar *bb, int idx, const char *text, const global_keymap_t *keymap, idx 124 lib/widget/menu.c menubar_paint_idx (const WMenuBar *menubar, unsigned int idx, int color) idx 128 lib/widget/menu.c const menu_entry_t *entry = MENUENTRY (g_list_nth_data (menu->entries, idx)); idx 129 lib/widget/menu.c const int y = 2 + idx; idx 630 src/filemanager/layout.c panel_do_cols (int idx) idx 632 src/filemanager/layout.c if (get_panel_type (idx) == view_listing) idx 633 src/filemanager/layout.c set_panel_formats (PANEL (panels[idx].widget)); idx 635 src/filemanager/layout.c panel_update_cols (panels[idx].widget, frame_half); idx 642 src/filemanager/layout.c restore_into_right_dir_panel (int idx, gboolean last_was_panel, const WRect *r) idx 647 src/filemanager/layout.c p_name = get_nth_panel_name (idx); idx 653 src/filemanager/layout.c saved_dir_vpath = vfs_path_from_str (panels[idx].last_saved_dir); idx 1376 src/filemanager/layout.c get_panel_type (int idx) idx 1378 src/filemanager/layout.c return panels[idx].type; idx 1384 src/filemanager/layout.c get_panel_widget (int idx) idx 1386 src/filemanager/layout.c return panels[idx].widget; idx 1435 src/filemanager/layout.c save_panel_dir (int idx) idx 1439 src/filemanager/layout.c type = get_panel_type (idx); idx 1444 src/filemanager/layout.c p = PANEL (get_panel_widget (idx)); idx 1447 src/filemanager/layout.c g_free (panels[idx].last_saved_dir); // last path no needed idx 1449 src/filemanager/layout.c panels[idx].last_saved_dir = g_strdup (vfs_path_as_str (p->cwd_vpath)); idx 67 src/filemanager/layout.h panel_view_mode_t get_panel_type (int idx); idx 74 src/filemanager/layout.h Widget *get_panel_widget (int idx); idx 78 src/filemanager/layout.h void save_panel_dir (int idx); idx 4773 src/filemanager/panel.c do_file_mark (WPanel *panel, int idx, int mark) idx 4775 src/filemanager/panel.c if (panel->dir.list[idx].f.marked == mark) idx 4779 src/filemanager/panel.c if (DIR_IS_DOTDOT (panel->dir.list[idx].fname->str)) idx 4782 src/filemanager/panel.c file_mark (panel, idx, mark); idx 4783 src/filemanager/panel.c if (panel->dir.list[idx].f.marked != 0) idx 4787 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) idx 4789 src/filemanager/panel.c if (panel->dir.list[idx].f.dir_size_computed != 0) idx 4790 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; idx 4794 src/filemanager/panel.c panel->total += (uintmax_t) panel->dir.list[idx].st.st_size; idx 4800 src/filemanager/panel.c if (S_ISDIR (panel->dir.list[idx].st.st_mode)) idx 4802 src/filemanager/panel.c if (panel->dir.list[idx].f.dir_size_computed != 0) idx 4803 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; idx 4807 src/filemanager/panel.c panel->total -= (uintmax_t) panel->dir.list[idx].st.st_size; idx 180 src/filemanager/panel.h void file_mark (WPanel *panel, int idx, int val); idx 181 src/filemanager/panel.h void do_file_mark (WPanel *panel, int idx, int val); idx 358 src/filemanager/tree.c int idx = current == tree->selected_ptr ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL; idx 360 src/filemanager/tree.c tty_setcolor (colors[idx]); idx 370 src/viewer/internal.h mcview_already_loaded (off_t offset, off_t idx, size_t size) idx 372 src/viewer/internal.h return (offset <= idx && idx - offset < (off_t) size);