v                 640 lib/tty/key.c          int maxfdp, v;
v                 653 lib/tty/key.c          v = select (maxfdp + 1, &select_set, NULL, NULL, timeptr);
v                 654 lib/tty/key.c          if (v > 0)
v                1594 lib/vfs/direntry.c     int v;
v                1603 lib/vfs/direntry.c     v = select (maxfd, &set, 0, 0, &time_out);
v                1604 lib/vfs/direntry.c     if (v <= 0)
v                1605 lib/vfs/direntry.c         return v;
v                  98 lib/vfs/gc.c       struct vfs_class *v;
v                 119 lib/vfs/gc.c       return (vsa == NULL || vsb == NULL || (vsa->v == vsb->v && vsa->id == vsb->id)) ? 0 : 1;
v                 125 lib/vfs/gc.c   vfs_addstamp (struct vfs_class *v, vfsid id)
v                 127 lib/vfs/gc.c       if ((v->flags & VFSF_LOCAL) == 0 && id != NULL && !vfs_stamp (v, id))
v                 132 lib/vfs/gc.c           stamp->v = v;
v                 145 lib/vfs/gc.c   vfs_stamp (struct vfs_class *v, vfsid id)
v                 148 lib/vfs/gc.c           .v = v,
v                 167 lib/vfs/gc.c   vfs_rmstamp (struct vfs_class *v, vfsid id)
v                 170 lib/vfs/gc.c           .v = v,
v                 268 lib/vfs/gc.c               if (stamping->v->free != NULL)
v                 269 lib/vfs/gc.c                   stamping->v->free (stamping->id);
v                 275 lib/vfs/gc.c               if (stamping->v->nothingisopen != NULL && !stamping->v->nothingisopen (stamping->id))
v                 279 lib/vfs/gc.c                   if (stamping->v->free != NULL)
v                 280 lib/vfs/gc.c                       stamping->v->free (stamping->id);
v                1008 lib/widget/input.c     cb_ret_t v;
v                1025 lib/widget/input.c             v = input_handle_char (in, ascii_alpha_to_cntrl (tty_getch ()));
v                1027 lib/widget/input.c             return v;
v                1039 lib/widget/input.c             v = input_handle_char (in, '\n');
v                1041 lib/widget/input.c             return v;
v                1092 lib/widget/input.c     cb_ret_t v;
v                1098 lib/widget/input.c         v = insert_char (in, key);
v                1101 lib/widget/input.c         return v;
v                1112 lib/widget/input.c         v = insert_char (in, key);
v                1122 lib/widget/input.c         v = MSG_HANDLED;
v                1129 lib/widget/input.c     return v;
v                1044 src/diffviewer/ydiff.c                 int v;
v                1046 src/diffviewer/ydiff.c                 v = Lprev[j] + 1;
v                1047 src/diffviewer/ydiff.c                 Lcurr[j + 1] = v;
v                1048 src/diffviewer/ydiff.c                 if (z < v)
v                1050 src/diffviewer/ydiff.c                     z = v;
v                1053 src/diffviewer/ydiff.c                 if (z == v && z >= min)
v                 309 src/filemanager/ext.c                         char *v;
v                 311 src/filemanager/ext.c                         i = check_format_var (lc_data, &v);
v                 314 src/filemanager/ext.c                             g_string_append (shell_string, v);
v                 315 src/filemanager/ext.c                             g_free (v);
v                3364 src/filemanager/file.c         int v;
v                3366 src/filemanager/file.c         v = do_background (ctx,
v                3369 src/filemanager/file.c         if (v == -1)
v                3373 src/filemanager/file.c         if (v == 1)
v                1584 src/filemanager/filemanager.c             cb_ret_t v = MSG_NOT_HANDLED;
v                1588 src/filemanager/filemanager.c                 v = midnight_execute_cmd (NULL, command);
v                1590 src/filemanager/filemanager.c             if (v == MSG_NOT_HANDLED && command_prompt && !is_cmdline_mute ())
v                1591 src/filemanager/filemanager.c                 v = send_message (cmdline, NULL, MSG_KEY, parm, NULL);
v                1593 src/filemanager/filemanager.c             return v;
v                1905 src/filemanager/find.c         int v = B_CANCEL;
v                1918 src/filemanager/find.c             v = do_find (panel, start_dir, start_dir_len, ignore_dirs, &dirname, &filename);
v                1925 src/filemanager/find.c         if (v == B_ENTER)
v                1956 src/filemanager/find.c         if (v == B_ENTER || v == B_CANCEL)
v                1959 src/filemanager/find.c         if (v == B_PANELIZE)
v                 907 src/filemanager/tree.c     gboolean v = FALSE;
v                 911 src/filemanager/tree.c         v = tree_move_to_parent (tree);
v                 916 src/filemanager/tree.c     return v;
v                 924 src/filemanager/tree.c     gboolean v = FALSE;
v                 931 src/filemanager/tree.c         v = TRUE;
v                 934 src/filemanager/tree.c     return v;
v                 715 src/usermenu.c check_format_var (const char *p, char **v)
v                 717 src/usermenu.c     *v = NULL;
v                 749 src/usermenu.c             *v = g_strdup (value);
v                 751 src/usermenu.c             *v = g_strndup (dots, q - dots);
v                  24 src/usermenu.h int check_format_var (const char *p, char **v);
v                2100 src/vfs/ftpfs/ftpfs.c             int v;
v                2107 src/vfs/ftpfs/ftpfs.c             v = vfs_s_select_on_two (FH_SOCK, 0);
v                2108 src/vfs/ftpfs/ftpfs.c             return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0;
v                1227 src/vfs/shell/shell.c             int v;
v                1234 src/vfs/shell/shell.c             v = vfs_s_select_on_two (VFS_FILE_HANDLER_SUPER (fh)->u.shell.sockr, 0);
v                1236 src/vfs/shell/shell.c             return (((v < 0) && (errno == EINTR)) || v == 0) ? 1 : 0;
v                 105 src/vfs/tar/tar-sparse.c #define _GL_INT_CONVERT(e, v) ((1 ? 0 : (e)) + (v))
v                 109 src/vfs/tar/tar-sparse.c #define _GL_INT_NEGATE_CONVERT(e, v) ((1 ? 0 : (e)) - (v))
v                 167 src/viewer/actions_cmd.c mcview_hook (void *v)
v                 169 src/viewer/actions_cmd.c     WView *view = (WView *) v;
v                 177 src/viewer/actions_cmd.c             add_hook (&idle_hook, mcview_hook, v);