which            1020 lib/vfs/path.c         if (vfs->which != NULL)
which            1022 lib/vfs/path.c             if (vfs->which (vfs, prefix) == -1)
which             161 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             259 src/editor/editmenu.c edit_drop_menu_cmd (WDialog *h, int which)
which             264 src/editor/editmenu.c     menubar_activate (menubar, drop_menus, which);
which            4289 src/filemanager/panel.c update_one_panel (int which, panel_update_flags_t flags, const char *current_file)
which            4291 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
which            4295 src/filemanager/panel.c         panel = PANEL (get_panel_widget (which));
which            1736 src/vfs/extfs/extfs.c     vfs_extfs_ops->which = extfs_which;
which             480 src/vfs/local/local.c     vfs_local_ops->which = local_which;
which             151 src/vfs/sfs/sfs.c     w = path_element->class->which (path_element->class, path_element->vfs_prefix);
which             380 src/vfs/sfs/sfs.c     struct cachedfile *which;
which             383 src/vfs/sfs/sfs.c     which = (struct cachedfile *) id;
which             384 src/vfs/sfs/sfs.c     cur = g_slist_find (head, which);
which             388 src/vfs/sfs/sfs.c     which = (struct cachedfile *) cur->data;
which             389 src/vfs/sfs/sfs.c     unlink (which->cache);
which             390 src/vfs/sfs/sfs.c     g_free (which->cache);
which             391 src/vfs/sfs/sfs.c     g_free (which->name);
which             392 src/vfs/sfs/sfs.c     g_free (which);
which             577 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;