g_array_index 1262 lib/util.c if (fprintf (f, ";%zu", g_array_index (bookmarks, size_t, i)) < 0) g_array_index 851 lib/vfs/path.c return g_array_index (vpath->path, vfs_path_element_t *, element_index); g_array_index 429 lib/widget/quick.c item = &g_array_index (widgets, quick_widget_item_t, i); g_array_index 591 lib/widget/quick.c item = &g_array_index (widgets, quick_widget_item_t, i); g_array_index 158 src/diffviewer/search.c p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, (size_t) ind); g_array_index 193 src/diffviewer/search.c p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, ind); g_array_index 82 src/diffviewer/ydiff.c g_array_foreach_var = &g_array_index (a, TP, g_array_foreach_i); \ g_array_index 894 src/diffviewer/ydiff.c op = &g_array_index (ops, DIFFCMD, i); g_array_index 1095 src/diffviewer/ydiff.c PAIR *p = (PAIR *) g_array_index (ret, PAIR, k); g_array_index 1153 src/diffviewer/ydiff.c const PAIR *data = (const PAIR *) &g_array_index (ret, PAIR, 0); g_array_index 1165 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k); g_array_index 1166 src/diffviewer/ydiff.c data2 = (const PAIR *) &g_array_index (ret, PAIR, k + 1); g_array_index 1174 src/diffviewer/ydiff.c data = (const PAIR *) &g_array_index (ret, PAIR, k); g_array_index 1257 src/diffviewer/ydiff.c b = &g_array_index (hdiff, BRACKET, i); g_array_index 1709 src/diffviewer/ydiff.c p = &g_array_index (a, DIFFLN, a->len - 1); g_array_index 1811 src/diffviewer/ydiff.c p = &g_array_index (dview->a[DIFF_LEFT], DIFFLN, i); g_array_index 1812 src/diffviewer/ydiff.c q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i); g_array_index 1894 src/diffviewer/ydiff.c p = &g_array_index (a, DIFFLN, pos); g_array_index 1935 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) g_array_index 1937 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) g_array_index 1939 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) g_array_index 1944 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch == EQU_CH) g_array_index 1946 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch != EQU_CH) g_array_index 1958 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) g_array_index 1960 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) g_array_index 1992 src/diffviewer/ydiff.c ch = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch; g_array_index 2009 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch != EQU_CH) g_array_index 2013 src/diffviewer/ydiff.c *start_line1 = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->line + 1; g_array_index 2014 src/diffviewer/ydiff.c *start_line2 = ((DIFFLN *) & g_array_index (a1, DIFFLN, pos))->line + 1; g_array_index 2017 src/diffviewer/ydiff.c while (pos < a0->len && ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch != EQU_CH) g_array_index 2021 src/diffviewer/ydiff.c l0 = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->line; g_array_index 2022 src/diffviewer/ydiff.c l1 = ((DIFFLN *) & g_array_index (a1, DIFFLN, pos))->line; g_array_index 2578 src/diffviewer/ydiff.c p = (DIFFLN *) & g_array_index (dview->a[ord], DIFFLN, i); g_array_index 2953 src/diffviewer/ydiff.c p = &g_array_index (dview->a[ord], DIFFLN, i); g_array_index 343 src/editor/bookmark.c book_mark_insert (edit, g_array_index (edit->serialized_bookmarks, size_t, i), color); g_array_index 89 src/editor/editmacros.c array_start = &g_array_index (macros_list, struct macros_t, 0); g_array_index 111 src/editor/editmacros.c macros = &g_array_index (macros_list, struct macros_t, indx); g_array_index 384 src/editor/editmacros.c macros = &g_array_index (macros_list, struct macros_t, indx); g_array_index 395 src/editor/editmacros.c m_act = &g_array_index (macros->macro, struct macro_action_t, i); g_array_index 409 src/editor/spell.c tmp = g_array_index (array, char *, i); g_array_index 651 src/editor/spell.c cur_sugg_word = g_array_index (suggest, char *, i); g_array_index 791 src/editor/spell.c listbox_add_item (sug_list, LISTBOX_APPEND_AT_END, 0, g_array_index (suggest, char *, i), g_array_index 842 src/editor/spell.c LISTBOX_APPEND_TEXT (lang_list, 0, g_array_index (languages, char *, i), NULL, FALSE); g_array_index 846 src/editor/spell.c selected_lang = g_strdup (g_array_index (languages, char *, (unsigned int) res)); g_array_index 520 src/main.c macros = &g_array_index (macros_list, struct macros_t, i); g_array_index 172 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype); g_array_index 530 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); g_array_index 719 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i); g_array_index 746 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); g_array_index 945 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); g_array_index 997 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); g_array_index 1610 src/vfs/extfs/extfs.c p = &g_array_index (extfs_plugins, extfs_plugin_info_t, i); g_array_index 1677 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);