which            1047 lib/vfs/path.c         if (vfs->which != NULL)
which            1049 lib/vfs/path.c             if (vfs->which (vfs, prefix) == -1)
which             155 lib/vfs/vfs.h      int (*which) (struct vfs_class * me, const char *path);
which            1077 lib/widget/menu.c menubar_activate (WMenuBar * menubar, gboolean dropped, int which)
which            1088 lib/widget/menu.c         if (which >= 0)
which            1089 lib/widget/menu.c             menubar->current = (guint) which;
which              59 lib/widget/menu.h void menubar_activate (WMenuBar * menubar, gboolean dropped, int which);
which             261 src/editor/editmenu.c edit_drop_menu_cmd (WDialog * h, int which)
which             266 src/editor/editmenu.c     menubar_activate (menubar, drop_menus, which);
which            4211 src/filemanager/panel.c update_one_panel (int which, panel_update_flags_t flags, const char *current_file)
which            4213 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
which            4217 src/filemanager/panel.c         panel = PANEL (get_panel_widget (which));
which            1721 src/vfs/extfs/extfs.c     vfs_extfs_ops->which = extfs_which;
which             488 src/vfs/local/local.c     vfs_local_ops->which = local_which;
which             153 src/vfs/sfs/sfs.c     w = path_element->class->which (path_element->class, path_element->vfs_prefix);
which             386 src/vfs/sfs/sfs.c     struct cachedfile *which;
which             389 src/vfs/sfs/sfs.c     which = (struct cachedfile *) id;
which             390 src/vfs/sfs/sfs.c     cur = g_slist_find (head, which);
which             394 src/vfs/sfs/sfs.c     which = (struct cachedfile *) cur->data;
which             395 src/vfs/sfs/sfs.c     unlink (which->cache);
which             396 src/vfs/sfs/sfs.c     g_free (which->cache);
which             397 src/vfs/sfs/sfs.c     g_free (which->name);
which             398 src/vfs/sfs/sfs.c     g_free (which);
which             583 src/vfs/sfs/sfs.c     vfs_sfs_ops->which = sfs_which;
which              65 tests/lib/vfs/vfs_prefix_to_class.c     vfs_test_ops1.which = test_which;