mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
1608 lines
320 KiB
HTML
1608 lines
320 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>src/filemanager/filegui.c</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<!-- beginning of fixed guide -->
|
|
<div id='guide'><ul>
|
|
<li><a href='#L101'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
|
|
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
|
|
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
|
|
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
|
|
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
|
|
<li class='standout'><span><a href='../files/src.html'>src</a>/<a href='../files/src--filemanager.html'>filemanager</a>/filegui.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <a href=man/mcview.html>mcview</a>
|
|
</div>
|
|
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--filemanager.html'>filemanager</a>/filegui.c</h2>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1 src/filemanager/filegui.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L101' title='Defined at 101.'>statfs</a></li>
|
|
<li><a href='#L256' title='Defined at 256.'>statvfs_works</a></li>
|
|
<li><a href='#L274' title='Defined at 274.'>filegui__check_attrs_on_fs</a></li>
|
|
<li><a href='#L323' title='Defined at 323.'>file_frmt_time</a></li>
|
|
<li><a href='#L336' title='Defined at 336.'>file_eta_prepare_for_show</a></li>
|
|
<li><a href='#L367' title='Defined at 367.'>file_bps_prepare_for_show</a></li>
|
|
<li><a href='#L382' title='Defined at 382.'>file_ui_op_dlg_callback</a></li>
|
|
<li><a href='#L422' title='Defined at 422.'>overwrite_query_dialog</a></li>
|
|
<li><a href='#L699' title='Defined at 699.'>is_wildcarded</a></li>
|
|
<li><a href='#L724' title='Defined at 724.'>place_progress_buttons</a></li>
|
|
<li><a href='#L742' title='Defined at 742.'>progress_button_callback</a></li>
|
|
<li><a href='#L761' title='Defined at 761.'>file_op_context_new</a></li>
|
|
<li><a href='#L797' title='Defined at 797.'>file_op_context_destroy</a></li>
|
|
<li><a href='#L810' title='Defined at 810.'>file_progress_check_buttons</a></li>
|
|
<li><a href='#L861' title='Defined at 861.'>file_progress_ui_create</a></li>
|
|
<li><a href='#L1008' title='Defined at 1008.'>file_progress_ui_destroy</a></li>
|
|
<li><a href='#L1023' title='Defined at 1023.'>file_progress_show</a></li>
|
|
<li><a href='#L1065' title='Defined at 1065.'>file_progress_show_count</a></li>
|
|
<li><a href='#L1086' title='Defined at 1086.'>file_progress_show_total</a></li>
|
|
<li><a href='#L1159' title='Defined at 1159.'>file_progress_show_source</a></li>
|
|
<li><a href='#L1181' title='Defined at 1181.'>file_progress_show_target</a></li>
|
|
<li><a href='#L1203' title='Defined at 1203.'>file_progress_show_deleting</a></li>
|
|
<li><a href='#L1236' title='Defined at 1236.'>file_progress_real_query_replace</a></li>
|
|
<li><a href='#L1314' title='Defined at 1314.'>file_mask_dialog</a></li>
|
|
</ol>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> File management GUI for the text mode edition</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'> The copy code was based in GNU's cp, and was written by:</em>
|
|
<a id='L5' name='L5'></a> 5 <em class='comment'> Torbjorn Granlund, David MacKenzie, and Jim Meyering.</em>
|
|
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
|
|
<a id='L7' name='L7'></a> 7 <em class='comment'> The move code was based in GNU's mv, and was written by:</em>
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'> Mike Parker and David MacKenzie.</em>
|
|
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'> Janne Kukonlehto added much error recovery to them for being used</em>
|
|
<a id='L11' name='L11'></a> 11 <em class='comment'> in an interactive program.</em>
|
|
<a id='L12' name='L12'></a> 12 <em class='comment'></em>
|
|
<a id='L13' name='L13'></a> 13 <em class='comment'> Copyright (C) 1994-2025</em>
|
|
<a id='L14' name='L14'></a> 14 <em class='comment'> Free Software Foundation, Inc.</em>
|
|
<a id='L15' name='L15'></a> 15 <em class='comment'></em>
|
|
<a id='L16' name='L16'></a> 16 <em class='comment'> Written by:</em>
|
|
<a id='L17' name='L17'></a> 17 <em class='comment'> Janne Kukonlehto, 1994, 1995</em>
|
|
<a id='L18' name='L18'></a> 18 <em class='comment'> Fred Leeflang, 1994, 1995</em>
|
|
<a id='L19' name='L19'></a> 19 <em class='comment'> Miguel de Icaza, 1994, 1995, 1996</em>
|
|
<a id='L20' name='L20'></a> 20 <em class='comment'> Jakub Jelinek, 1995, 1996</em>
|
|
<a id='L21' name='L21'></a> 21 <em class='comment'> Norbert Warmuth, 1997</em>
|
|
<a id='L22' name='L22'></a> 22 <em class='comment'> Pavel Machek, 1998</em>
|
|
<a id='L23' name='L23'></a> 23 <em class='comment'> Slava Zanko, 2009, 2010, 2011, 2012, 2013</em>
|
|
<a id='L24' name='L24'></a> 24 <em class='comment'> Andrew Borodin <aborodin@vmail.ru>, 2009-2023</em>
|
|
<a id='L25' name='L25'></a> 25 <em class='comment'></em>
|
|
<a id='L26' name='L26'></a> 26 <em class='comment'> This file is part of the Midnight Commander.</em>
|
|
<a id='L27' name='L27'></a> 27 <em class='comment'></em>
|
|
<a id='L28' name='L28'></a> 28 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
|
|
<a id='L29' name='L29'></a> 29 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
|
|
<a id='L30' name='L30'></a> 30 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
|
|
<a id='L31' name='L31'></a> 31 <em class='comment'> or (at your option) any later version.</em>
|
|
<a id='L32' name='L32'></a> 32 <em class='comment'></em>
|
|
<a id='L33' name='L33'></a> 33 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
|
|
<a id='L34' name='L34'></a> 34 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
|
|
<a id='L35' name='L35'></a> 35 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
|
|
<a id='L36' name='L36'></a> 36 <em class='comment'> GNU General Public License for more details.</em>
|
|
<a id='L37' name='L37'></a> 37 <em class='comment'></em>
|
|
<a id='L38' name='L38'></a> 38 <em class='comment'> You should have received a copy of the GNU General Public License</em>
|
|
<a id='L39' name='L39'></a> 39 <em class='comment'> along with this program. If not, see <https://www.gnu.org/licenses/>.</em>
|
|
<a id='L40' name='L40'></a> 40 <em class='comment'> */</em>
|
|
<a id='L41' name='L41'></a> 41
|
|
<a id='L42' name='L42'></a> 42 <em class='comment'>/*</em>
|
|
<a id='L43' name='L43'></a> 43 <em class='comment'> * Please note that all dialogs used here must be safe for background</em>
|
|
<a id='L44' name='L44'></a> 44 <em class='comment'> * operations.</em>
|
|
<a id='L45' name='L45'></a> 45 <em class='comment'> */</em>
|
|
<a id='L46' name='L46'></a> 46
|
|
<a id='L47' name='L47'></a> 47 <em class='comment'>/** \file filegui.c</em>
|
|
<a id='L48' name='L48'></a> 48 <em class='comment'> * \brief Source: file management GUI for the text mode edition</em>
|
|
<a id='L49' name='L49'></a> 49 <em class='comment'> */</em>
|
|
<a id='L50' name='L50'></a> 50
|
|
<a id='L51' name='L51'></a> 51 <em class='comment'>/* {{{ Include files */</em>
|
|
<a id='L52' name='L52'></a> 52
|
|
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L54' name='L54'></a> 54
|
|
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> <errno.h>
|
|
<a id='L56' name='L56'></a> 56 <em class='sharp'>#include</em> <ctype.h>
|
|
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> <limits.h> <em class='comment'>// INT_MAX</em>
|
|
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> <stdio.h>
|
|
<a id='L59' name='L59'></a> 59 <em class='sharp'>#include</em> <string.h>
|
|
<a id='L60' name='L60'></a> 60 <em class='sharp'>#include</em> <sys/types.h>
|
|
<a id='L61' name='L61'></a> 61 <em class='sharp'>#include</em> <sys/stat.h>
|
|
<a id='L62' name='L62'></a> 62
|
|
<a id='L63' name='L63'></a> 63 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>)
|
|
<a id='L64' name='L64'></a> 64 <em class='sharp'>#include</em> <sys/statvfs.h>
|
|
<a id='L65' name='L65'></a> 65 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong> <a href='../Y/HAVE_SYS_VFS_H.html' title='Multiple used in 2 places.'>HAVE_SYS_VFS_H</a>
|
|
<a id='L66' name='L66'></a> 66 <em class='sharp'>#include</em> <<a href='lib--vfs--vfs.h.html'>sys/vfs.h</a>>
|
|
<a id='L67' name='L67'></a> 67 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong> <a href='../Y/HAVE_SYS_MOUNT_H.html' title='Multiple used in 2 places.'>HAVE_SYS_MOUNT_H</a> && <strong class='reserved'>defined</strong> <a href='../Y/HAVE_SYS_PARAM_H.html' title='Multiple used in 5 places.'>HAVE_SYS_PARAM_H</a>
|
|
<a id='L68' name='L68'></a> 68 <em class='comment'>/* NOTE: freebsd5.0 needs sys/param.h and sys/mount.h for statfs.</em>
|
|
<a id='L69' name='L69'></a> 69 <em class='comment'> It does have statvfs.h, but shouldn't use it, since it doesn't</em>
|
|
<a id='L70' name='L70'></a> 70 <em class='comment'> HAVE_STRUCT_STATVFS_F_BASETYPE. So find a clean way to fix it. */</em>
|
|
<a id='L71' name='L71'></a> 71 <em class='comment'>/* NetBSD 1.5.2 needs these, for the declaration of struct statfs. */</em>
|
|
<a id='L72' name='L72'></a> 72 <em class='sharp'>#include</em> <sys/param.h>
|
|
<a id='L73' name='L73'></a> 73 <em class='sharp'>#include</em> <sys/mount.h>
|
|
<a id='L74' name='L74'></a> 74 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong> <a href='../Y/HAVE_OS_H.html' title='Multiple used in 3 places.'>HAVE_OS_H</a> <em class='comment'>// Haiku, also (obsolete) BeOS</em>
|
|
<a id='L75' name='L75'></a> 75 <em class='sharp'>#include</em> <fs_info.h>
|
|
<a id='L76' name='L76'></a> 76 <em class='sharp'>#endif</em>
|
|
<a id='L77' name='L77'></a> 77
|
|
<a id='L78' name='L78'></a> 78 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>)
|
|
<a id='L79' name='L79'></a> 79 <em class='sharp'>#if</em> !<strong class='reserved'>defined</strong> <a href='../Y/STAT_STATVFS.html' title='Multiple used in 7 places.'>STAT_STATVFS</a> && <strong class='reserved'>defined</strong> <a href='../Y/STAT_STATVFS64.html' title='Multiple used in 5 places.'>STAT_STATVFS64</a>
|
|
<a id='L80' name='L80'></a> 80 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L276' title='Referred from 276 in src/filemanager/filegui.c.'>STRUCT_STATVFS</a> <strong class='reserved'>struct</strong> <a href='../Y/statvfs64.html' title='Multiple used in 4 places.'>statvfs64</a>
|
|
<a id='L81' name='L81'></a> 81 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L282' title='Referred from 282 in src/filemanager/filegui.c.'>STATFS</a> <a href='../Y/statvfs64.html' title='Multiple used in 4 places.'>statvfs64</a>
|
|
<a id='L82' name='L82'></a> 82 <em class='sharp'>#else</em>
|
|
<a id='L83' name='L83'></a> 83 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L276' title='Referred from 276 in src/filemanager/filegui.c.'>STRUCT_STATVFS</a> <strong class='reserved'>struct</strong> <a href='../Y/statvfs.html' title='Multiple used in 8 places.'>statvfs</a>
|
|
<a id='L84' name='L84'></a> 84 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L282' title='Referred from 282 in src/filemanager/filegui.c.'>STATFS</a> <a href='../Y/statvfs.html' title='Multiple used in 8 places.'>statvfs</a>
|
|
<a id='L85' name='L85'></a> 85
|
|
<a id='L86' name='L86'></a> 86 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a> && (<strong class='reserved'>defined</strong> <a href='../Y/__GLIBC__.html' title='Multiple used in 5 places.'>__GLIBC__</a> || <strong class='reserved'>defined</strong> <a href='../Y/__UCLIBC__.html' title='Multiple used in 4 places.'>__UCLIBC__</a>)
|
|
<a id='L87' name='L87'></a> 87 <em class='sharp'>#include</em> <sys/utsname.h>
|
|
<a id='L88' name='L88'></a> 88 <em class='sharp'>#include</em> <sys/statfs.h>
|
|
<a id='L89' name='L89'></a> 89 <em class='sharp'>#define</em> <a href='../R/STAT_STATFS2_BSIZE.html' title='Multiple referred from 2 places.'>STAT_STATFS2_BSIZE</a> 1
|
|
<a id='L90' name='L90'></a> 90 <em class='sharp'>#endif</em>
|
|
<a id='L91' name='L91'></a> 91 <em class='sharp'>#endif</em>
|
|
<a id='L92' name='L92'></a> 92
|
|
<a id='L93' name='L93'></a> 93 <em class='sharp'>#else</em>
|
|
<a id='L94' name='L94'></a> 94 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L282' title='Referred from 282 in src/filemanager/filegui.c.'>STATFS</a> <a href='../S/src--filemanager--filegui.c.html#L101' title='Defined at 101 in src/filemanager/filegui.c.'>statfs</a>
|
|
<a id='L95' name='L95'></a> 95 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L276' title='Referred from 276 in src/filemanager/filegui.c.'>STRUCT_STATVFS</a> <strong class='reserved'>struct</strong> <a href='../S/src--filemanager--filegui.c.html#L101' title='Defined at 101 in src/filemanager/filegui.c.'>statfs</a>
|
|
<a id='L96' name='L96'></a> 96 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_OS_H.html' title='Multiple used in 3 places.'>HAVE_OS_H</a> <em class='comment'>// Haiku, also (obsolete) BeOS</em>
|
|
<a id='L97' name='L97'></a> 97 <em class='comment'>/* BeOS has a statvfs function, but it does not return sensible values</em>
|
|
<a id='L98' name='L98'></a> 98 <em class='comment'> for f_files, f_ffree and f_favail, and lacks f_type, f_basetype and</em>
|
|
<a id='L99' name='L99'></a> 99 <em class='comment'> f_fstypename. Use 'struct fs_info' instead. */</em>
|
|
<a id='L100' name='L100'></a> 100 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L101' name='L101'></a> 101 <a href='../R/statfs.html' title='Multiple referred from 19 places.'>statfs</a> (<strong class='reserved'>char</strong> <strong class='reserved'>const</strong> *<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>, <strong class='reserved'>struct</strong> <a href='../Y/fs_info.html' title='Multiple used in 3 places.'>fs_info</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L256'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+101 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L102' name='L102'></a> 102 <em class='brace'>{</em>
|
|
<a id='L103' name='L103'></a> 103 <a href='../Y/dev_t.html' title='Multiple used in 30 places.'>dev_t</a> <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a>;
|
|
<a id='L104' name='L104'></a> 104
|
|
<a id='L105' name='L105'></a> 105 <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> = dev_for_path (<a href='../Y/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L106' name='L106'></a> 106
|
|
<a id='L107' name='L107'></a> 107 <strong class='reserved'>if</strong> (<a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> < 0)
|
|
<a id='L108' name='L108'></a> 108 <em class='brace'>{</em>
|
|
<a id='L109' name='L109'></a> 109 <a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> = (<a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> == B_ENTRY_NOT_FOUND ? <a href='../Y/ENOENT.html' title='Multiple used in 16 places.'>ENOENT</a>
|
|
<a id='L110' name='L110'></a> 110 : <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> == B_BAD_VALUE ? <a href='../Y/EINVAL.html' title='Multiple used in 12 places.'>EINVAL</a>
|
|
<a id='L111' name='L111'></a> 111 : <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> == B_NAME_TOO_LONG ? <a href='../Y/ENAMETOOLONG.html' title='Multiple used in 4 places.'>ENAMETOOLONG</a>
|
|
<a id='L112' name='L112'></a> 112 : <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> == B_NO_MEMORY ? <a href='../Y/ENOMEM.html' title='Multiple used in 2 places.'>ENOMEM</a>
|
|
<a id='L113' name='L113'></a> 113 : <a href='../Y/device.html' title='Multiple used in 17 places.'>device</a> == B_FILE_ERROR ? <a href='../Y/EIO.html' title='Multiple used in 30 places.'>EIO</a>
|
|
<a id='L114' name='L114'></a> 114 : 0);
|
|
<a id='L115' name='L115'></a> 115 <strong class='reserved'>return</strong> -1;
|
|
<a id='L116' name='L116'></a> 116 <em class='brace'>}</em>
|
|
<a id='L117' name='L117'></a> 117 <em class='comment'>// If successful, buf->dev will be == device.</em>
|
|
<a id='L118' name='L118'></a> 118 <strong class='reserved'>return</strong> <a href='../Y/fs_stat_dev.html' title='Multiple used in 2 places.'>fs_stat_dev</a> (<a href='../Y/device.html' title='Multiple used in 17 places.'>device</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
|
|
<a id='L119' name='L119'></a> 119 <em class='brace'>}</em>
|
|
<a id='L120' name='L120'></a> 120
|
|
<a id='L121' name='L121'></a> 121 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L276' title='Referred from 276 in src/filemanager/filegui.c.'>STRUCT_STATVFS</a> <strong class='reserved'>struct</strong> <a href='../Y/fs_info.html' title='Multiple used in 3 places.'>fs_info</a>
|
|
<a id='L122' name='L122'></a> 122 <em class='sharp'>#else</em>
|
|
<a id='L123' name='L123'></a> 123 <em class='sharp'>#define</em> <a href='../S/src--filemanager--filegui.c.html#L276' title='Referred from 276 in src/filemanager/filegui.c.'>STRUCT_STATVFS</a> <strong class='reserved'>struct</strong> <a href='../S/src--filemanager--filegui.c.html#L101' title='Defined at 101 in src/filemanager/filegui.c.'>statfs</a>
|
|
<a id='L124' name='L124'></a> 124 <em class='sharp'>#endif</em>
|
|
<a id='L125' name='L125'></a> 125 <em class='sharp'>#endif</em>
|
|
<a id='L126' name='L126'></a> 126
|
|
<a id='L127' name='L127'></a> 127 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_STRUCT_STATVFS_F_BASETYPE.html' title='Multiple used in 2 places.'>HAVE_STRUCT_STATVFS_F_BASETYPE</a>
|
|
<a id='L128' name='L128'></a> 128 <em class='sharp'>#define</em> <a href='../R/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple referred from 11 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a> f_basetype
|
|
<a id='L129' name='L129'></a> 129 <em class='sharp'>#else</em>
|
|
<a id='L130' name='L130'></a> 130 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong> <a href='../Y/HAVE_STRUCT_STATVFS_F_FSTYPENAME.html' title='Multiple used in 2 places.'>HAVE_STRUCT_STATVFS_F_FSTYPENAME</a> || <strong class='reserved'>defined</strong> <a href='../Y/HAVE_STRUCT_STATFS_F_FSTYPENAME.html' title='Multiple used in 4 places.'>HAVE_STRUCT_STATFS_F_FSTYPENAME</a>
|
|
<a id='L131' name='L131'></a> 131 <em class='sharp'>#define</em> <a href='../R/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple referred from 11 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a> <a href='../Y/f_fstypename.html' title='Multiple used in 5 places.'>f_fstypename</a>
|
|
<a id='L132' name='L132'></a> 132 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong> <a href='../Y/HAVE_OS_H.html' title='Multiple used in 3 places.'>HAVE_OS_H</a> <em class='comment'>// Haiku, also (obsolete) BeOS</em>
|
|
<a id='L133' name='L133'></a> 133 <em class='sharp'>#define</em> <a href='../R/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple referred from 11 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a> <a href='../Y/fsh_name.html' title='Multiple used in 4 places.'>fsh_name</a>
|
|
<a id='L134' name='L134'></a> 134 <em class='sharp'>#endif</em>
|
|
<a id='L135' name='L135'></a> 135 <em class='sharp'>#endif</em>
|
|
<a id='L136' name='L136'></a> 136
|
|
<a id='L137' name='L137'></a> 137 <em class='sharp'>#include</em> <unistd.h>
|
|
<a id='L138' name='L138'></a> 138
|
|
<a id='L139' name='L139'></a> 139 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L140' name='L140'></a> 140
|
|
<a id='L141' name='L141'></a> 141 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>" <em class='comment'>// tty_get_event</em>
|
|
<a id='L142' name='L142'></a> 142 <em class='sharp'>#include</em> "<a href='lib--mcconfig.h.html'>lib/mcconfig.h</a>"
|
|
<a id='L143' name='L143'></a> 143 <em class='sharp'>#include</em> "<a href='lib--search.h.html'>lib/search.h</a>"
|
|
<a id='L144' name='L144'></a> 144 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
|
|
<a id='L145' name='L145'></a> 145 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
|
|
<a id='L146' name='L146'></a> 146 <em class='sharp'>#include</em> "<a href='lib--timefmt.h.html'>lib/timefmt.h</a>" <em class='comment'>// file_date()</em>
|
|
<a id='L147' name='L147'></a> 147 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>"
|
|
<a id='L148' name='L148'></a> 148 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
|
|
<a id='L149' name='L149'></a> 149
|
|
<a id='L150' name='L150'></a> 150 <em class='sharp'>#include</em> "<a href='src--setup.h.html'>src/setup.h</a>" <em class='comment'>// verbose, safe_overwrite, copymove_persistent_ext2_attr</em>
|
|
<a id='L151' name='L151'></a> 151
|
|
<a id='L152' name='L152'></a> 152 <em class='sharp'>#include</em> "<a href='src--filemanager--filemanager.h.html'>filemanager.h</a>"
|
|
<a id='L153' name='L153'></a> 153
|
|
<a id='L154' name='L154'></a> 154 <em class='sharp'>#include</em> "<a href='src--filemanager--filegui.h.html'>filegui.h</a>"
|
|
<a id='L155' name='L155'></a> 155
|
|
<a id='L156' name='L156'></a> 156 <em class='comment'>/* }}} */</em>
|
|
<a id='L157' name='L157'></a> 157
|
|
<a id='L158' name='L158'></a> 158 <em class='comment'>/*** global variables ****************************************************************************/</em>
|
|
<a id='L159' name='L159'></a> 159
|
|
<a id='L160' name='L160'></a> 160 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/classic_progressbar.html' title='Multiple used in 6 places.'>classic_progressbar</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L161' name='L161'></a> 161
|
|
<a id='L162' name='L162'></a> 162 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
|
|
<a id='L163' name='L163'></a> 163
|
|
<a id='L164' name='L164'></a> 164 <em class='sharp'>#define</em> <a href='../R/truncFileStringSecure.html' title='Multiple referred from 3 places.'>truncFileStringSecure</a>(<a href='../Y/dlg.html' title='Multiple used in 58 places.'>dlg</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>) <a href='../S/lib--util.c.html#L306' title='Defined at 306 in lib/util.c.'>path_trunc</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/dlg.html' title='Multiple used in 58 places.'>dlg</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - 10)
|
|
<a id='L165' name='L165'></a> 165
|
|
<a id='L166' name='L166'></a> 166 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
|
|
<a id='L167' name='L167'></a> 167
|
|
<a id='L168' name='L168'></a> 168 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
|
|
<a id='L169' name='L169'></a> 169 <em class='brace'>{</em>
|
|
<a id='L170' name='L170'></a> 170 <a href='../S/src--filemanager--filegui.c.html#L290' title='Referred from 290 in src/filemanager/filegui.c.'>MSDOS_SUPER_MAGIC</a> = 0x4d44,
|
|
<a id='L171' name='L171'></a> 171 <a href='../S/src--filemanager--filegui.c.html#L291' title='Referred from 291 in src/filemanager/filegui.c.'>NTFS_SB_MAGIC</a> = 0x5346544e,
|
|
<a id='L172' name='L172'></a> 172 FUSE_MAGIC = 0x65735546,
|
|
<a id='L173' name='L173'></a> 173 <a href='../S/src--filemanager--filegui.c.html#L292' title='Referred from 292 in src/filemanager/filegui.c.'>PROC_SUPER_MAGIC</a> = 0x9fa0,
|
|
<a id='L174' name='L174'></a> 174 <a href='../S/src--filemanager--filegui.c.html#L293' title='Referred from 293 in src/filemanager/filegui.c.'>SMB_SUPER_MAGIC</a> = 0x517B,
|
|
<a id='L175' name='L175'></a> 175 <a href='../S/src--filemanager--filegui.c.html#L294' title='Referred from 294 in src/filemanager/filegui.c.'>NCP_SUPER_MAGIC</a> = 0x564c,
|
|
<a id='L176' name='L176'></a> 176 <a href='../S/src--filemanager--filegui.c.html#L295' title='Referred from 295 in src/filemanager/filegui.c.'>USBDEVICE_SUPER_MAGIC</a> = 0x9fa2
|
|
<a id='L177' name='L177'></a> 177 <em class='brace'>}</em> <a href='../S/src--filemanager--filegui.c.html#L288' title='Referred from 288 in src/filemanager/filegui.c.'>filegui_nonattrs_fs_t</a>;
|
|
<a id='L178' name='L178'></a> 178
|
|
<a id='L179' name='L179'></a> 179 <em class='comment'>// Used for button result values</em>
|
|
<a id='L180' name='L180'></a> 180 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
|
|
<a id='L181' name='L181'></a> 181 <em class='brace'>{</em>
|
|
<a id='L182' name='L182'></a> 182 <a href='../R/REPLACE_YES.html' title='Multiple referred from 4 places.'>REPLACE_YES</a> = <a href='../S/lib--widget--dialog.h.html#L29' title='Defined at 29 in lib/widget/dialog.h.'>B_USER</a>,
|
|
<a id='L183' name='L183'></a> 183 <a href='../R/REPLACE_NO.html' title='Multiple referred from 3 places.'>REPLACE_NO</a>,
|
|
<a id='L184' name='L184'></a> 184 <a href='../R/REPLACE_APPEND.html' title='Multiple referred from 3 places.'>REPLACE_APPEND</a>,
|
|
<a id='L185' name='L185'></a> 185 <a href='../R/REPLACE_REGET.html' title='Multiple referred from 2 places.'>REPLACE_REGET</a>,
|
|
<a id='L186' name='L186'></a> 186 <a href='../R/REPLACE_ALL.html' title='Multiple referred from 2 places.'>REPLACE_ALL</a>,
|
|
<a id='L187' name='L187'></a> 187 <a href='../R/REPLACE_OLDER.html' title='Multiple referred from 2 places.'>REPLACE_OLDER</a>,
|
|
<a id='L188' name='L188'></a> 188 <a href='../R/REPLACE_NONE.html' title='Multiple referred from 2 places.'>REPLACE_NONE</a>,
|
|
<a id='L189' name='L189'></a> 189 <a href='../R/REPLACE_SMALLER.html' title='Multiple referred from 2 places.'>REPLACE_SMALLER</a>,
|
|
<a id='L190' name='L190'></a> 190 <a href='../R/REPLACE_SIZE.html' title='Multiple referred from 2 places.'>REPLACE_SIZE</a>,
|
|
<a id='L191' name='L191'></a> 191 <a href='../R/REPLACE_ABORT.html' title='Multiple referred from 3 places.'>REPLACE_ABORT</a>
|
|
<a id='L192' name='L192'></a> 192 <em class='brace'>}</em> <a href='../R/replace_action_t.html' title='Multiple referred from 3 places.'>replace_action_t</a>;
|
|
<a id='L193' name='L193'></a> 193
|
|
<a id='L194' name='L194'></a> 194 <em class='comment'>// UI and internal data required by a file operation context.</em>
|
|
<a id='L195' name='L195'></a> 195 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L196' name='L196'></a> 196 <em class='brace'>{</em>
|
|
<a id='L197' name='L197'></a> 197 <em class='comment'>// ETA and bps</em>
|
|
<a id='L198' name='L198'></a> 198 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/showing_eta.html' title='Multiple used in 3 places.'>showing_eta</a>;
|
|
<a id='L199' name='L199'></a> 199 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/showing_bps.html' title='Multiple used in 2 places.'>showing_bps</a>;
|
|
<a id='L200' name='L200'></a> 200
|
|
<a id='L201' name='L201'></a> 201 <em class='comment'>// Dialog and widgets for the operation progress window</em>
|
|
<a id='L202' name='L202'></a> 202 <a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>;
|
|
<a id='L203' name='L203'></a> 203 <em class='comment'>// Source file: label and name</em>
|
|
<a id='L204' name='L204'></a> 204 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a>;
|
|
<a id='L205' name='L205'></a> 205 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>;
|
|
<a id='L206' name='L206'></a> 206 <em class='comment'>// Target file: label and name</em>
|
|
<a id='L207' name='L207'></a> 207 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/tgt_file_label.html' title='Multiple used in 5 places.'>tgt_file_label</a>;
|
|
<a id='L208' name='L208'></a> 208 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/tgt_file.html' title='Multiple used in 5 places.'>tgt_file</a>;
|
|
<a id='L209' name='L209'></a> 209 <a href='../D/WGauge.html' title='Multiple defined in 2 places.'>WGauge</a> *<a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>;
|
|
<a id='L210' name='L210'></a> 210 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a>;
|
|
<a id='L211' name='L211'></a> 211
|
|
<a id='L212' name='L212'></a> 212 <a href='../S/lib--widget--hline.h.html#L23' title='Defined at 23 in lib/widget/hline.h.'>WHLine</a> *<a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a>;
|
|
<a id='L213' name='L213'></a> 213 <a href='../D/WGauge.html' title='Multiple defined in 2 places.'>WGauge</a> *<a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>;
|
|
<a id='L214' name='L214'></a> 214 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a>;
|
|
<a id='L215' name='L215'></a> 215 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>;
|
|
<a id='L216' name='L216'></a> 216
|
|
<a id='L217' name='L217'></a> 217 <em class='comment'>// Query replace dialog</em>
|
|
<a id='L218' name='L218'></a> 218 <a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/replace_dlg.html' title='Multiple used in 5 places.'>replace_dlg</a>;
|
|
<a id='L219' name='L219'></a> 219 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/src_filename.html' title='Multiple used in 3 places.'>src_filename</a>;
|
|
<a id='L220' name='L220'></a> 220 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/tgt_filename.html' title='Multiple used in 3 places.'>tgt_filename</a>;
|
|
<a id='L221' name='L221'></a> 221 <a href='../S/src--filemanager--filegui.c.html#L192' title='Defined at 192 in src/filemanager/filegui.c.'>replace_action_t</a> <a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a>;
|
|
<a id='L222' name='L222'></a> 222 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/dont_overwrite_with_zero.html' title='Multiple used in 3 places.'>dont_overwrite_with_zero</a>;
|
|
<a id='L223' name='L223'></a> 223
|
|
<a id='L224' name='L224'></a> 224 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>, *<a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>;
|
|
<a id='L225' name='L225'></a> 225 <em class='brace'>}</em> <a href='../R/file_progress_ui_t.html' title='Multiple referred from 12 places.'>file_progress_ui_t</a>;
|
|
<a id='L226' name='L226'></a> 226
|
|
<a id='L227' name='L227'></a> 227 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L228' name='L228'></a> 228
|
|
<a id='L229' name='L229'></a> 229 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L230' name='L230'></a> 230
|
|
<a id='L231' name='L231'></a> 231 <strong class='reserved'>static</strong> <strong class='reserved'>struct</strong>
|
|
<a id='L232' name='L232'></a> 232 <em class='brace'>{</em>
|
|
<a id='L233' name='L233'></a> 233 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
|
|
<a id='L234' name='L234'></a> 234 <a href='../S/src--filemanager--filegui.h.html#L54' title='Defined at 54 in src/filemanager/filegui.h.'>FileProgressStatus</a> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
|
|
<a id='L235' name='L235'></a> 235 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
|
|
<a id='L236' name='L236'></a> 236 <a href='../S/lib--widget--button.h.html#L27' title='Defined at 27 in lib/widget/button.h.'>button_flags_t</a> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>;
|
|
<a id='L237' name='L237'></a> 237 <strong class='reserved'>int</strong> <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>;
|
|
<a id='L238' name='L238'></a> 238 <em class='brace'>}</em> <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[] = <em class='brace'>{</em>
|
|
<a id='L239' name='L239'></a> 239 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>, <a href='../D/N_.html' title='Multiple defined in 3 places.'>N_</a> ("&Skip"), <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, -1 <em class='brace'>}</em>,
|
|
<a id='L240' name='L240'></a> 240 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/src--filemanager--filegui.h.html#L53' title='Defined at 53 in src/filemanager/filegui.h.'>FILE_SUSPEND</a>, <a href='../D/N_.html' title='Multiple defined in 3 places.'>N_</a> ("S&uspend"), <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, -1 <em class='brace'>}</em>,
|
|
<a id='L241' name='L241'></a> 241 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/src--filemanager--filegui.h.html#L53' title='Defined at 53 in src/filemanager/filegui.h.'>FILE_SUSPEND</a>, <a href='../D/N_.html' title='Multiple defined in 3 places.'>N_</a> ("Con&tinue"), <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, -1 <em class='brace'>}</em>,
|
|
<a id='L242' name='L242'></a> 242 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/src--filemanager--filegui.h.html#L50' title='Defined at 50 in src/filemanager/filegui.h.'>FILE_ABORT</a>, <a href='../D/N_.html' title='Multiple defined in 3 places.'>N_</a> ("&Abort"), <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, -1 <em class='brace'>}</em>,
|
|
<a id='L243' name='L243'></a> 243 <em class='brace'>}</em>;
|
|
<a id='L244' name='L244'></a> 244
|
|
<a id='L245' name='L245'></a> 245 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L246' name='L246'></a> 246 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L247' name='L247'></a> 247 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L248' name='L248'></a> 248
|
|
<a id='L249' name='L249'></a> 249 <em class='comment'>/* Return true if statvfs works. This is false for statvfs on systems</em>
|
|
<a id='L250' name='L250'></a> 250 <em class='comment'> with GNU libc on Linux kernels before 2.6.36, which stats all</em>
|
|
<a id='L251' name='L251'></a> 251 <em class='comment'> preceding entries in /proc/mounts; that makes df hang if even one</em>
|
|
<a id='L252' name='L252'></a> 252 <em class='comment'> of the corresponding file systems is hard-mounted but not available. */</em>
|
|
<a id='L253' name='L253'></a> 253
|
|
<a id='L254' name='L254'></a> 254 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>) && !(!<strong class='reserved'>defined</strong> <a href='../Y/STAT_STATVFS.html' title='Multiple used in 7 places.'>STAT_STATVFS</a> && <strong class='reserved'>defined</strong> <a href='../Y/STAT_STATVFS64.html' title='Multiple used in 5 places.'>STAT_STATVFS64</a>)
|
|
<a id='L255' name='L255'></a> 255 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L256' name='L256'></a> 256 <a href='../R/statvfs_works.html' title='Multiple referred from 2 places.'>statvfs_works</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L101'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L274'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+256 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L257' name='L257'></a> 257 <em class='brace'>{</em>
|
|
<a id='L258' name='L258'></a> 258 <em class='sharp'>#if</em> !(<strong class='reserved'>defined</strong> <a href='../Y/__linux__.html' title='Multiple used in 18 places.'>__linux__</a> && (<strong class='reserved'>defined</strong> <a href='../Y/__GLIBC__.html' title='Multiple used in 5 places.'>__GLIBC__</a> || <strong class='reserved'>defined</strong> <a href='../Y/__UCLIBC__.html' title='Multiple used in 4 places.'>__UCLIBC__</a>))
|
|
<a id='L259' name='L259'></a> 259 <strong class='reserved'>return</strong> 1;
|
|
<a id='L260' name='L260'></a> 260 <em class='sharp'>#else</em>
|
|
<a id='L261' name='L261'></a> 261 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong> <a href='../Y/statvfs_works_cache.html' title='Multiple used in 8 places.'>statvfs_works_cache</a> = -1;
|
|
<a id='L262' name='L262'></a> 262 <strong class='reserved'>struct</strong> <a href='../Y/utsname.html' title='Multiple used in 2 places.'>utsname</a> <a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>;
|
|
<a id='L263' name='L263'></a> 263
|
|
<a id='L264' name='L264'></a> 264 <strong class='reserved'>if</strong> (<a href='../Y/statvfs_works_cache.html' title='Multiple used in 8 places.'>statvfs_works_cache</a> < 0)
|
|
<a id='L265' name='L265'></a> 265 <a href='../Y/statvfs_works_cache.html' title='Multiple used in 8 places.'>statvfs_works_cache</a> = (<a href='../Y/uname.html' title='Multiple used in 15 places.'>uname</a> (&<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>) == 0 && 0 <= <a href='../S/lib--strutil--strverscmp.c.html#L83' title='Defined at 83 in lib/strutil/strverscmp.c.'>str_verscmp</a> (<a href='../Y/name.html' title='Multiple used in 625 places.'>name</a>.<a href='../Y/release.html' title='Multiple used in 6 places.'>release</a>, "2.6.36"));
|
|
<a id='L266' name='L266'></a> 266 <strong class='reserved'>return</strong> <a href='../Y/statvfs_works_cache.html' title='Multiple used in 8 places.'>statvfs_works_cache</a>;
|
|
<a id='L267' name='L267'></a> 267 <em class='sharp'>#endif</em>
|
|
<a id='L268' name='L268'></a> 268 <em class='brace'>}</em>
|
|
<a id='L269' name='L269'></a> 269 <em class='sharp'>#endif</em>
|
|
<a id='L270' name='L270'></a> 270
|
|
<a id='L271' name='L271'></a> 271 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L272' name='L272'></a> 272
|
|
<a id='L273' name='L273'></a> 273 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L274' name='L274'></a> 274 <a href='../S/src--filemanager--filegui.c.html#L1330' title='Referred from 1330 in src/filemanager/filegui.c.'>filegui__check_attrs_on_fs</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/fs_path.html' title='Multiple used in 3 places.'>fs_path</a>)
|
|
<em class='comment'>/* <a href='#L256'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L323'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+274 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L275' name='L275'></a> 275 <em class='brace'>{</em>
|
|
<a id='L276' name='L276'></a> 276 <a href='../D/STRUCT_STATVFS.html' title='Multiple defined in 5 places.'>STRUCT_STATVFS</a> <a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>;
|
|
<a id='L277' name='L277'></a> 277
|
|
<a id='L278' name='L278'></a> 278 <em class='sharp'>#if</em> <strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>) && <strong class='reserved'>defined</strong>(<a href='../Y/STAT_STATVFS.html' title='Multiple used in 7 places.'>STAT_STATVFS</a>)
|
|
<a id='L279' name='L279'></a> 279 <strong class='reserved'>if</strong> (<a href='../D/statvfs_works.html' title='Multiple defined in 2 places.'>statvfs_works</a> () && <a href='../Y/statvfs.html' title='Multiple used in 8 places.'>statvfs</a> (<a href='../Y/fs_path.html' title='Multiple used in 3 places.'>fs_path</a>, &<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>) != 0)
|
|
<a id='L280' name='L280'></a> 280 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L281' name='L281'></a> 281 <em class='sharp'>#else</em>
|
|
<a id='L282' name='L282'></a> 282 <strong class='reserved'>if</strong> (<a href='../D/STATFS.html' title='Multiple defined in 3 places.'>STATFS</a> (<a href='../Y/fs_path.html' title='Multiple used in 3 places.'>fs_path</a>, &<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>) != 0)
|
|
<a id='L283' name='L283'></a> 283 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L284' name='L284'></a> 284 <em class='sharp'>#endif</em>
|
|
<a id='L285' name='L285'></a> 285
|
|
<a id='L286' name='L286'></a> 286 <em class='sharp'>#if</em> (<strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>) && <strong class='reserved'>defined</strong>(HAVE_STRUCT_STATVFS_F_TYPE)) \
|
|
<a id='L287' name='L287'></a> 287 || (!<strong class='reserved'>defined</strong>(<a href='../Y/USE_STATVFS.html' title='Multiple used in 6 places.'>USE_STATVFS</a>) && <strong class='reserved'>defined</strong>(HAVE_STRUCT_STATFS_F_TYPE))
|
|
<a id='L288' name='L288'></a> 288 <strong class='reserved'>switch</strong> ((<a href='../S/src--filemanager--filegui.c.html#L177' title='Defined at 177 in src/filemanager/filegui.c.'>filegui_nonattrs_fs_t</a>) <a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../Y/f_type.html' title='Multiple used in 3 places.'>f_type</a>)
|
|
<a id='L289' name='L289'></a> 289 <em class='brace'>{</em>
|
|
<a id='L290' name='L290'></a> 290 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L170' title='Defined at 170 in src/filemanager/filegui.c.'>MSDOS_SUPER_MAGIC</a>:
|
|
<a id='L291' name='L291'></a> 291 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L171' title='Defined at 171 in src/filemanager/filegui.c.'>NTFS_SB_MAGIC</a>:
|
|
<a id='L292' name='L292'></a> 292 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L173' title='Defined at 173 in src/filemanager/filegui.c.'>PROC_SUPER_MAGIC</a>:
|
|
<a id='L293' name='L293'></a> 293 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L174' title='Defined at 174 in src/filemanager/filegui.c.'>SMB_SUPER_MAGIC</a>:
|
|
<a id='L294' name='L294'></a> 294 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L175' title='Defined at 175 in src/filemanager/filegui.c.'>NCP_SUPER_MAGIC</a>:
|
|
<a id='L295' name='L295'></a> 295 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L176' title='Defined at 176 in src/filemanager/filegui.c.'>USBDEVICE_SUPER_MAGIC</a>:
|
|
<a id='L296' name='L296'></a> 296 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L297' name='L297'></a> 297 <strong class='reserved'>default</strong>:
|
|
<a id='L298' name='L298'></a> 298 <strong class='reserved'>break</strong>;
|
|
<a id='L299' name='L299'></a> 299 <em class='brace'>}</em>
|
|
<a id='L300' name='L300'></a> 300 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/HAVE_STRUCT_STATVFS_F_FSTYPENAME.html' title='Multiple used in 2 places.'>HAVE_STRUCT_STATVFS_F_FSTYPENAME</a>) || <strong class='reserved'>defined</strong>(<a href='../Y/HAVE_STRUCT_STATFS_F_FSTYPENAME.html' title='Multiple used in 4 places.'>HAVE_STRUCT_STATFS_F_FSTYPENAME</a>)
|
|
<a id='L301' name='L301'></a> 301 <strong class='reserved'>if</strong> (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "msdos") == 0
|
|
<a id='L302' name='L302'></a> 302 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "msdosfs") == 0
|
|
<a id='L303' name='L303'></a> 303 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "ntfs") == 0
|
|
<a id='L304' name='L304'></a> 304 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "procfs") == 0
|
|
<a id='L305' name='L305'></a> 305 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "smbfs") == 0
|
|
<a id='L306' name='L306'></a> 306 || <a href='../Y/strstr.html' title='Multiple used in 49 places.'>strstr</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "fusefs") != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L307' name='L307'></a> 307 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L308' name='L308'></a> 308 <em class='sharp'>#elif</em> <strong class='reserved'>defined</strong>(<a href='../Y/HAVE_STRUCT_STATVFS_F_BASETYPE.html' title='Multiple used in 2 places.'>HAVE_STRUCT_STATVFS_F_BASETYPE</a>)
|
|
<a id='L309' name='L309'></a> 309 <strong class='reserved'>if</strong> (<a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "pcfs") == 0
|
|
<a id='L310' name='L310'></a> 310 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "ntfs") == 0
|
|
<a id='L311' name='L311'></a> 311 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "proc") == 0
|
|
<a id='L312' name='L312'></a> 312 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "smbfs") == 0
|
|
<a id='L313' name='L313'></a> 313 || <a href='../Y/strcmp.html' title='Multiple used in 198 places.'>strcmp</a> (<a href='../Y/stfs.html' title='Multiple used in 15 places.'>stfs</a>.<a href='../D/STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME.html' title='Multiple defined in 3 places.'>STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME</a>, "fuse") == 0)
|
|
<a id='L314' name='L314'></a> 314 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L315' name='L315'></a> 315 <em class='sharp'>#endif</em>
|
|
<a id='L316' name='L316'></a> 316
|
|
<a id='L317' name='L317'></a> 317 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L318' name='L318'></a> 318 <em class='brace'>}</em>
|
|
<a id='L319' name='L319'></a> 319
|
|
<a id='L320' name='L320'></a> 320 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L321' name='L321'></a> 321
|
|
<a id='L322' name='L322'></a> 322 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L323' name='L323'></a> 323 <a href='../R/file_frmt_time.html' title='Multiple referred from 2 places.'>file_frmt_time</a> (<strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>double</strong> <a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a>)
|
|
<em class='comment'>/* <a href='#L274'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L336'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+323 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L324' name='L324'></a> 324 <em class='brace'>{</em>
|
|
<a id='L325' name='L325'></a> 325 <strong class='reserved'>int</strong> <a href='../Y/eta_hours.html' title='Multiple used in 5 places.'>eta_hours</a>, <a href='../Y/eta_mins.html' title='Multiple used in 4 places.'>eta_mins</a>, <a href='../Y/eta_s.html' title='Multiple used in 3 places.'>eta_s</a>;
|
|
<a id='L326' name='L326'></a> 326
|
|
<a id='L327' name='L327'></a> 327 <a href='../Y/eta_hours.html' title='Multiple used in 5 places.'>eta_hours</a> = (<strong class='reserved'>int</strong>) (<a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> / (60 * 60));
|
|
<a id='L328' name='L328'></a> 328 <a href='../Y/eta_mins.html' title='Multiple used in 4 places.'>eta_mins</a> = (<strong class='reserved'>int</strong>) ((<a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> - (<a href='../Y/eta_hours.html' title='Multiple used in 5 places.'>eta_hours</a> * 60 * 60)) / 60);
|
|
<a id='L329' name='L329'></a> 329 <a href='../Y/eta_s.html' title='Multiple used in 3 places.'>eta_s</a> = (<strong class='reserved'>int</strong>) (<a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> - (<a href='../Y/eta_hours.html' title='Multiple used in 5 places.'>eta_hours</a> * 60 * 60 + <a href='../Y/eta_mins.html' title='Multiple used in 4 places.'>eta_mins</a> * 60));
|
|
<a id='L330' name='L330'></a> 330 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%d:%02d:%02d"), <a href='../Y/eta_hours.html' title='Multiple used in 5 places.'>eta_hours</a>, <a href='../Y/eta_mins.html' title='Multiple used in 4 places.'>eta_mins</a>, <a href='../Y/eta_s.html' title='Multiple used in 3 places.'>eta_s</a>);
|
|
<a id='L331' name='L331'></a> 331 <em class='brace'>}</em>
|
|
<a id='L332' name='L332'></a> 332
|
|
<a id='L333' name='L333'></a> 333 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L334' name='L334'></a> 334
|
|
<a id='L335' name='L335'></a> 335 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L336' name='L336'></a> 336 <a href='../R/file_eta_prepare_for_show.html' title='Multiple referred from 2 places.'>file_eta_prepare_for_show</a> (<strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>double</strong> <a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/always_show.html' title='Multiple used in 2 places.'>always_show</a>)
|
|
<em class='comment'>/* <a href='#L323'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L367'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+336 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L337' name='L337'></a> 337 <em class='brace'>{</em>
|
|
<a id='L338' name='L338'></a> 338 <strong class='reserved'>char</strong> <a href='../Y/_fmt_buff.html' title='Multiple used in 4 places.'>_fmt_buff</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L339' name='L339'></a> 339
|
|
<a id='L340' name='L340'></a> 340 <strong class='reserved'>if</strong> (<a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> >= <a href='../Y/INT_MAX.html' title='Multiple used in 7 places.'>INT_MAX</a>)
|
|
<a id='L341' name='L341'></a> 341 <em class='brace'>{</em>
|
|
<a id='L342' name='L342'></a> 342 <em class='comment'>// Over 68 years</em>
|
|
<a id='L343' name='L343'></a> 343 <a href='../Y/g_strlcpy.html' title='Multiple used in 30 places.'>g_strlcpy</a> (<a href='../Y/_fmt_buff.html' title='Multiple used in 4 places.'>_fmt_buff</a>, "--", <strong class='reserved'>sizeof</strong> (<a href='../Y/_fmt_buff.html' title='Multiple used in 4 places.'>_fmt_buff</a>));
|
|
<a id='L344' name='L344'></a> 344 <em class='brace'>}</em>
|
|
<a id='L345' name='L345'></a> 345 <strong class='reserved'>else</strong>
|
|
<a id='L346' name='L346'></a> 346 <em class='brace'>{</em>
|
|
<a id='L347' name='L347'></a> 347 <strong class='reserved'>if</strong> (<a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> <= 0.5)
|
|
<a id='L348' name='L348'></a> 348 <em class='brace'>{</em>
|
|
<a id='L349' name='L349'></a> 349 <strong class='reserved'>if</strong> (!<a href='../Y/always_show.html' title='Multiple used in 2 places.'>always_show</a>)
|
|
<a id='L350' name='L350'></a> 350 <em class='brace'>{</em>
|
|
<a id='L351' name='L351'></a> 351 *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = '\0';
|
|
<a id='L352' name='L352'></a> 352 <strong class='reserved'>return</strong>;
|
|
<a id='L353' name='L353'></a> 353 <em class='brace'>}</em>
|
|
<a id='L354' name='L354'></a> 354
|
|
<a id='L355' name='L355'></a> 355 <a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> = 1.0;
|
|
<a id='L356' name='L356'></a> 356 <em class='brace'>}</em>
|
|
<a id='L357' name='L357'></a> 357
|
|
<a id='L358' name='L358'></a> 358 <a href='../S/src--filemanager--filegui.c.html#L323' title='Defined at 323 in src/filemanager/filegui.c.'>file_frmt_time</a> (<a href='../Y/_fmt_buff.html' title='Multiple used in 4 places.'>_fmt_buff</a>, <a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a>);
|
|
<a id='L359' name='L359'></a> 359 <em class='brace'>}</em>
|
|
<a id='L360' name='L360'></a> 360
|
|
<a id='L361' name='L361'></a> 361 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("ETA %s"), <a href='../Y/_fmt_buff.html' title='Multiple used in 4 places.'>_fmt_buff</a>);
|
|
<a id='L362' name='L362'></a> 362 <em class='brace'>}</em>
|
|
<a id='L363' name='L363'></a> 363
|
|
<a id='L364' name='L364'></a> 364 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L365' name='L365'></a> 365
|
|
<a id='L366' name='L366'></a> 366 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L367' name='L367'></a> 367 <a href='../R/file_bps_prepare_for_show.html' title='Multiple referred from 3 places.'>file_bps_prepare_for_show</a> (<strong class='reserved'>char</strong> *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <strong class='reserved'>long</strong> <a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a>)
|
|
<em class='comment'>/* <a href='#L336'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L382'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+367 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L368' name='L368'></a> 368 <em class='brace'>{</em>
|
|
<a id='L369' name='L369'></a> 369 <strong class='reserved'>if</strong> (<a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> > 1024 * 1024)
|
|
<a id='L370' name='L370'></a> 370 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%.2f MB/s"), <a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> / (1024 * 1024.0));
|
|
<a id='L371' name='L371'></a> 371 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> > 1024)
|
|
<a id='L372' name='L372'></a> 372 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%.2f KB/s"), <a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> / 1024.0);
|
|
<a id='L373' name='L373'></a> 373 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> > 1)
|
|
<a id='L374' name='L374'></a> 374 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%ld B/s"), <a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a>);
|
|
<a id='L375' name='L375'></a> 375 <strong class='reserved'>else</strong>
|
|
<a id='L376' name='L376'></a> 376 *<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a> = '\0';
|
|
<a id='L377' name='L377'></a> 377 <em class='brace'>}</em>
|
|
<a id='L378' name='L378'></a> 378
|
|
<a id='L379' name='L379'></a> 379 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L380' name='L380'></a> 380
|
|
<a id='L381' name='L381'></a> 381 <strong class='reserved'>static</strong> <a href='../S/lib--widget--widget-common.h.html#L66' title='Defined at 66 in lib/widget/widget-common.h.'>cb_ret_t</a>
|
|
<a id='L382' name='L382'></a> 382 <a href='../S/src--filemanager--filegui.c.html#L893' title='Referred from 893 in src/filemanager/filegui.c.'>file_ui_op_dlg_callback</a> (<a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../S/lib--widget--widget-common.h.html#L53' title='Defined at 53 in lib/widget/widget-common.h.'>widget_msg_t</a> <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <strong class='reserved'>int</strong> <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)
|
|
<em class='comment'>/* <a href='#L367'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L422'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+382 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L383' name='L383'></a> 383 <em class='brace'>{</em>
|
|
<a id='L384' name='L384'></a> 384 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
|
|
<a id='L385' name='L385'></a> 385 <em class='brace'>{</em>
|
|
<a id='L386' name='L386'></a> 386 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L44' title='Defined at 44 in lib/widget/widget-common.h.'>MSG_ACTION</a>:
|
|
<a id='L387' name='L387'></a> 387 <em class='comment'>// Do not close the dialog because the query dialog will be shown</em>
|
|
<a id='L388' name='L388'></a> 388 <strong class='reserved'>if</strong> (<a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a> == <a href='../S/lib--keybind.h.html#L216' title='Defined at 216 in lib/keybind.h.'>CK_Cancel</a>)
|
|
<a id='L389' name='L389'></a> 389 <em class='brace'>{</em>
|
|
<a id='L390' name='L390'></a> 390 <a href='../S/lib--widget--dialog.h.html#L20' title='Defined at 20 in lib/widget/dialog.h.'>DIALOG</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-><a href='../Y/ret_value.html' title='Multiple used in 52 places.'>ret_value</a> = <a href='../S/src--filemanager--filegui.h.html#L50' title='Defined at 50 in src/filemanager/filegui.h.'>FILE_ABORT</a>; <em class='comment'>// for file_progress_check_buttons()</em>
|
|
<a id='L391' name='L391'></a> 391 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
|
|
<a id='L392' name='L392'></a> 392 <em class='brace'>}</em>
|
|
<a id='L393' name='L393'></a> 393 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L64' title='Defined at 64 in lib/widget/widget-common.h.'>MSG_NOT_HANDLED</a>;
|
|
<a id='L394' name='L394'></a> 394
|
|
<a id='L395' name='L395'></a> 395 <strong class='reserved'>default</strong>:
|
|
<a id='L396' name='L396'></a> 396 <strong class='reserved'>return</strong> <a href='../S/lib--widget--dialog.c.html#L321' title='Defined at 321 in lib/widget/dialog.c.'>dlg_default_callback</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
|
|
<a id='L397' name='L397'></a> 397 <em class='brace'>}</em>
|
|
<a id='L398' name='L398'></a> 398 <em class='brace'>}</em>
|
|
<a id='L399' name='L399'></a> 399
|
|
<a id='L400' name='L400'></a> 400 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L401' name='L401'></a> 401
|
|
<a id='L402' name='L402'></a> 402 <em class='comment'>/* The dialog layout:</em>
|
|
<a id='L403' name='L403'></a> 403 <em class='comment'> *</em>
|
|
<a id='L404' name='L404'></a> 404 <em class='comment'> * +---------------------- File exists -----------------------+</em>
|
|
<a id='L405' name='L405'></a> 405 <em class='comment'> * | New : /path/to/original_file_name | // 0, 1</em>
|
|
<a id='L406' name='L406'></a> 406 <em class='comment'> * | 1234567 feb 4 2017 13:38 | // 2, 3</em>
|
|
<a id='L407' name='L407'></a> 407 <em class='comment'> * | Existing: /path/to/target_file_name | // 4, 5</em>
|
|
<a id='L408' name='L408'></a> 408 <em class='comment'> * | 1234567890 feb 4 2017 13:37 | // 6, 7</em>
|
|
<a id='L409' name='L409'></a> 409 <em class='comment'> * +----------------------------------------------------------+</em>
|
|
<a id='L410' name='L410'></a> 410 <em class='comment'> * | Overwrite this file? | // 8</em>
|
|
<a id='L411' name='L411'></a> 411 <em class='comment'> * | [ Yes ] [ No ] [ Append ] [ Reget ] | // 9, 10, 11, 12</em>
|
|
<a id='L412' name='L412'></a> 412 <em class='comment'> * +----------------------------------------------------------+</em>
|
|
<a id='L413' name='L413'></a> 413 <em class='comment'> * | Overwrite all files? | // 13</em>
|
|
<a id='L414' name='L414'></a> 414 <em class='comment'> * | [ ] Don't overwrite with zero length file | // 14</em>
|
|
<a id='L415' name='L415'></a> 415 <em class='comment'> * | [ All ] [ Older ] [None] [ Smaller ] [ Size differs ] | // 15, 16, 17, 18, 19</em>
|
|
<a id='L416' name='L416'></a> 416 <em class='comment'> * +----------------------------------------------------------|</em>
|
|
<a id='L417' name='L417'></a> 417 <em class='comment'> * | [ Abort ] | // 20</em>
|
|
<a id='L418' name='L418'></a> 418 <em class='comment'> * +----------------------------------------------------------+</em>
|
|
<a id='L419' name='L419'></a> 419 <em class='comment'> */</em>
|
|
<a id='L420' name='L420'></a> 420
|
|
<a id='L421' name='L421'></a> 421 <strong class='reserved'>static</strong> <a href='../S/src--filemanager--filegui.c.html#L192' title='Defined at 192 in src/filemanager/filegui.c.'>replace_action_t</a>
|
|
<a id='L422' name='L422'></a> 422 <a href='../S/src--filemanager--filegui.c.html#L1254' title='Referred from 1254 in src/filemanager/filegui.c.'>overwrite_query_dialog</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>enum</strong> <a href='../S/src--filemanager--filegui.h.html#L57' title='Defined at 57 in src/filemanager/filegui.h.'>OperationMode</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>)
|
|
<em class='comment'>/* <a href='#L382'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L699'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+422 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L423' name='L423'></a> 423 <em class='brace'>{</em>
|
|
<a id='L424' name='L424'></a> 424 <em class='sharp'>#define</em> <a href='../R/W.html' title='Multiple referred from 9 places.'>W</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>
|
|
<a id='L425' name='L425'></a> 425 <em class='sharp'>#define</em> <a href='../R/WX.html' title='Multiple referred from 12 places.'>WX</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>
|
|
<a id='L426' name='L426'></a> 426 <em class='sharp'>#define</em> <a href='../R/WY.html' title='Multiple referred from 3 places.'>WY</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>
|
|
<a id='L427' name='L427'></a> 427 <em class='sharp'>#define</em> <a href='../R/WCOLS.html' title='Multiple referred from 22 places.'>WCOLS</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>
|
|
<a id='L428' name='L428'></a> 428
|
|
<a id='L429' name='L429'></a> 429 <em class='sharp'>#define</em> <a href='../R/NEW_LABEL.html' title='Multiple referred from 10 places.'>NEW_LABEL</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>) <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>))
|
|
<a id='L430' name='L430'></a> 430
|
|
<a id='L431' name='L431'></a> 431 <em class='sharp'>#define</em> <a href='../R/ADD_LABEL.html' title='Multiple referred from 3 places.'>ADD_LABEL</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) \
|
|
<a id='L432' name='L432'></a> 432 <a href='../S/lib--widget--group.c.html#L764' title='Defined at 764 in lib/widget/group.c.'>group_add_widget_autopos</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>), <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a>, \
|
|
<a id='L433' name='L433'></a> 433 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-><a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> ? <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-><a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-><a href='../Y/data.html' title='Multiple used in 916 places.'>data</a> : <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L434' name='L434'></a> 434
|
|
<a id='L435' name='L435'></a> 435 <em class='sharp'>#define</em> <a href='../R/NEW_BUTTON.html' title='Multiple referred from 5 places.'>NEW_BUTTON</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) \
|
|
<a id='L436' name='L436'></a> 436 <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>, \
|
|
<a id='L437' name='L437'></a> 437 <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>))
|
|
<a id='L438' name='L438'></a> 438
|
|
<a id='L439' name='L439'></a> 439 <em class='sharp'>#define</em> <a href='../R/ADD_BUTTON.html' title='Multiple referred from 6 places.'>ADD_BUTTON</a>(<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) \
|
|
<a id='L440' name='L440'></a> 440 <a href='../S/lib--widget--group.c.html#L764' title='Defined at 764 in lib/widget/group.c.'>group_add_widget_autopos</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>), <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-><a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-><a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)
|
|
<a id='L441' name='L441'></a> 441
|
|
<a id='L442' name='L442'></a> 442 <em class='comment'>// dialog sizes</em>
|
|
<a id='L443' name='L443'></a> 443 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/dlg_height.html' title='Multiple used in 14 places.'>dlg_height</a> = 17;
|
|
<a id='L444' name='L444'></a> 444 <strong class='reserved'>int</strong> <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = 60;
|
|
<a id='L445' name='L445'></a> 445
|
|
<a id='L446' name='L446'></a> 446 <strong class='reserved'>struct</strong>
|
|
<a id='L447' name='L447'></a> 447 <em class='brace'>{</em>
|
|
<a id='L448' name='L448'></a> 448 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>;
|
|
<a id='L449' name='L449'></a> 449 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
|
|
<a id='L450' name='L450'></a> 450 <strong class='reserved'>int</strong> <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>;
|
|
<a id='L451' name='L451'></a> 451 <strong class='reserved'>int</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
|
|
<a id='L452' name='L452'></a> 452 <a href='../S/lib--widget--widget-common.h.html#L112' title='Defined at 112 in lib/widget/widget-common.h.'>widget_pos_flags_t</a> <a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a>;
|
|
<a id='L453' name='L453'></a> 453 <strong class='reserved'>int</strong> <a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>; <em class='comment'>// 0 for labels and checkbox</em>
|
|
<a id='L454' name='L454'></a> 454 <em class='brace'>}</em> <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[] = <em class='brace'>{</em>
|
|
<a id='L455' name='L455'></a> 455 <em class='comment'>// 0 - label</em>
|
|
<a id='L456' name='L456'></a> 456 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("New :"), 2, 3, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L457' name='L457'></a> 457 <em class='comment'>// 1 - label - name</em>
|
|
<a id='L458' name='L458'></a> 458 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 2, 14, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L459' name='L459'></a> 459 <em class='comment'>// 2 - label - size</em>
|
|
<a id='L460' name='L460'></a> 460 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 3, 3, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L461' name='L461'></a> 461 <em class='comment'>// 3 - label - date & time</em>
|
|
<a id='L462' name='L462'></a> 462 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 3, 43, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L105' title='Defined at 105 in lib/widget/widget-common.h.'>WPOS_KEEP_RIGHT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L463' name='L463'></a> 463 <em class='comment'>// 4 - label</em>
|
|
<a id='L464' name='L464'></a> 464 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Existing:"), 4, 3, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L465' name='L465'></a> 465 <em class='comment'>// 5 - label - name</em>
|
|
<a id='L466' name='L466'></a> 466 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 4, 14, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L467' name='L467'></a> 467 <em class='comment'>// 6 - label - size</em>
|
|
<a id='L468' name='L468'></a> 468 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 5, 3, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L469' name='L469'></a> 469 <em class='comment'>// 7 - label - date & time</em>
|
|
<a id='L470' name='L470'></a> 470 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, 5, 43, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L105' title='Defined at 105 in lib/widget/widget-common.h.'>WPOS_KEEP_RIGHT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L471' name='L471'></a> 471 <em class='comment'>// ---------------------------------------------------</em>
|
|
<a id='L472' name='L472'></a> 472 <em class='comment'>// 8 - label</em>
|
|
<a id='L473' name='L473'></a> 473 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Overwrite this file?"), 7, 21, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L474' name='L474'></a> 474 <em class='comment'>// 9 - button</em>
|
|
<a id='L475' name='L475'></a> 475 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Yes"), 8, 14, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L182' title='Defined at 182 in src/filemanager/filegui.c.'>REPLACE_YES</a> <em class='brace'>}</em>,
|
|
<a id='L476' name='L476'></a> 476 <em class='comment'>// 10 - button</em>
|
|
<a id='L477' name='L477'></a> 477 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&No"), 8, 22, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L183' title='Defined at 183 in src/filemanager/filegui.c.'>REPLACE_NO</a> <em class='brace'>}</em>,
|
|
<a id='L478' name='L478'></a> 478 <em class='comment'>// 11 - button</em>
|
|
<a id='L479' name='L479'></a> 479 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("A&ppend"), 8, 29, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L184' title='Defined at 184 in src/filemanager/filegui.c.'>REPLACE_APPEND</a> <em class='brace'>}</em>,
|
|
<a id='L480' name='L480'></a> 480 <em class='comment'>// 12 - button</em>
|
|
<a id='L481' name='L481'></a> 481 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Reget"), 8, 40, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L185' title='Defined at 185 in src/filemanager/filegui.c.'>REPLACE_REGET</a> <em class='brace'>}</em>,
|
|
<a id='L482' name='L482'></a> 482 <em class='comment'>// ---------------------------------------------------</em>
|
|
<a id='L483' name='L483'></a> 483 <em class='comment'>// 13 - label</em>
|
|
<a id='L484' name='L484'></a> 484 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Overwrite all files?"), 10, 21, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L485' name='L485'></a> 485 <em class='comment'>// 14 - checkbox</em>
|
|
<a id='L486' name='L486'></a> 486 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Don't overwrite with &zero length file"), 11, 3, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, 0 <em class='brace'>}</em>,
|
|
<a id='L487' name='L487'></a> 487 <em class='comment'>// 15 - button</em>
|
|
<a id='L488' name='L488'></a> 488 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("A&ll"), 12, 12, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L186' title='Defined at 186 in src/filemanager/filegui.c.'>REPLACE_ALL</a> <em class='brace'>}</em>,
|
|
<a id='L489' name='L489'></a> 489 <em class='comment'>// 16 - button</em>
|
|
<a id='L490' name='L490'></a> 490 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Older"), 12, 12, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L187' title='Defined at 187 in src/filemanager/filegui.c.'>REPLACE_OLDER</a> <em class='brace'>}</em>,
|
|
<a id='L491' name='L491'></a> 491 <em class='comment'>// 17 - button</em>
|
|
<a id='L492' name='L492'></a> 492 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Non&e"), 12, 12, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L188' title='Defined at 188 in src/filemanager/filegui.c.'>REPLACE_NONE</a> <em class='brace'>}</em>,
|
|
<a id='L493' name='L493'></a> 493 <em class='comment'>// 18 - button</em>
|
|
<a id='L494' name='L494'></a> 494 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("S&maller"), 12, 25, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L189' title='Defined at 189 in src/filemanager/filegui.c.'>REPLACE_SMALLER</a> <em class='brace'>}</em>,
|
|
<a id='L495' name='L495'></a> 495 <em class='comment'>// 19 - button</em>
|
|
<a id='L496' name='L496'></a> 496 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Size differs"), 12, 40, <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, <a href='../S/src--filemanager--filegui.c.html#L190' title='Defined at 190 in src/filemanager/filegui.c.'>REPLACE_SIZE</a> <em class='brace'>}</em>,
|
|
<a id='L497' name='L497'></a> 497 <em class='comment'>// ---------------------------------------------------</em>
|
|
<a id='L498' name='L498'></a> 498 <em class='comment'>// 20 - button</em>
|
|
<a id='L499' name='L499'></a> 499 <em class='brace'>{</em> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Abort"), 14, 27, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>, <a href='../S/src--filemanager--filegui.c.html#L191' title='Defined at 191 in src/filemanager/filegui.c.'>REPLACE_ABORT</a> <em class='brace'>}</em>
|
|
<a id='L500' name='L500'></a> 500 <em class='brace'>}</em>;
|
|
<a id='L501' name='L501'></a> 501
|
|
<a id='L502' name='L502'></a> 502 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> = 1;
|
|
<a id='L503' name='L503'></a> 503
|
|
<a id='L504' name='L504'></a> 504 <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L505' name='L505'></a> 505 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>;
|
|
<a id='L506' name='L506'></a> 506 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>;
|
|
<a id='L507' name='L507'></a> 507 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>;
|
|
<a id='L508' name='L508'></a> 508
|
|
<a id='L509' name='L509'></a> 509 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L510' name='L510'></a> 510 <strong class='reserved'>char</strong> *<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>;
|
|
<a id='L511' name='L511'></a> 511 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/cs1.html' title='Multiple used in 5 places.'>cs1</a>;
|
|
<a id='L512' name='L512'></a> 512 <strong class='reserved'>char</strong> <a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>[<a href='../S/lib--global.h.html#L90' title='Defined at 90 in lib/global.h.'>BUF_SMALL</a>];
|
|
<a id='L513' name='L513'></a> 513 <strong class='reserved'>int</strong> <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a>, <a href='../Y/bw2.html' title='Multiple used in 5 places.'>bw2</a>;
|
|
<a id='L514' name='L514'></a> 514 <strong class='reserved'>unsigned</strong> <strong class='reserved'>short</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L515' name='L515'></a> 515
|
|
<a id='L516' name='L516'></a> 516 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L517' name='L517'></a> 517 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/yes_id.html' title='Multiple used in 3 places.'>yes_id</a>, <a href='../Y/no_id.html' title='Multiple used in 3 places.'>no_id</a>;
|
|
<a id='L518' name='L518'></a> 518 <strong class='reserved'>int</strong> <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
|
|
<a id='L519' name='L519'></a> 519
|
|
<a id='L520' name='L520'></a> 520 <strong class='reserved'>const</strong> <a href='../Y/gint64.html' title='Multiple used in 51 places.'>gint64</a> <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/g_get_monotonic_time.html' title='Multiple used in 31 places.'>g_get_monotonic_time</a> ();
|
|
<a id='L521' name='L521'></a> 521
|
|
<a id='L522' name='L522'></a> 522 <strong class='reserved'>if</strong> (<a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a> == <a href='../S/src--filemanager--filegui.h.html#L59' title='Defined at 59 in src/filemanager/filegui.h.'>Foreground</a>)
|
|
<a id='L523' name='L523'></a> 523 <a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("File exists");
|
|
<a id='L524' name='L524'></a> 524 <strong class='reserved'>else</strong>
|
|
<a id='L525' name='L525'></a> 525 <a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Background process: File exists");
|
|
<a id='L526' name='L526'></a> 526
|
|
<a id='L527' name='L527'></a> 527 <em class='comment'>// create widgets to get their real widths</em>
|
|
<a id='L528' name='L528'></a> 528 <em class='comment'>// new file</em>
|
|
<a id='L529' name='L529'></a> 529 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (0, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[0].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L530' name='L530'></a> 530 <em class='comment'>// new file name</em>
|
|
<a id='L531' name='L531'></a> 531 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_filename.html' title='Multiple used in 3 places.'>src_filename</a>);
|
|
<a id='L532' name='L532'></a> 532 <a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a> = <a href='../S/lib--vfs--path.c.html#L583' title='Defined at 583 in lib/vfs/path.c.'>vfs_path_to_str_flags</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, 0, <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>);
|
|
<a id='L533' name='L533'></a> 533 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (1, <a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>);
|
|
<a id='L534' name='L534'></a> 534 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L535' name='L535'></a> 535 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>);
|
|
<a id='L536' name='L536'></a> 536 <em class='comment'>// new file size</em>
|
|
<a id='L537' name='L537'></a> 537 <a href='../S/lib--util.c.html#L400' title='Defined at 400 in lib/util.c.'>size_trunc_len</a> (<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>), <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>, 0, <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a>);
|
|
<a id='L538' name='L538'></a> 538 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (2, <a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>);
|
|
<a id='L539' name='L539'></a> 539 <em class='comment'>// new file modification date & time</em>
|
|
<a id='L540' name='L540'></a> 540 <a href='../Y/cs1.html' title='Multiple used in 5 places.'>cs1</a> = <a href='../S/lib--timefmt.c.html#L132' title='Defined at 132 in lib/timefmt.c.'>file_date</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>);
|
|
<a id='L541' name='L541'></a> 541 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (3, <a href='../Y/cs1.html' title='Multiple used in 5 places.'>cs1</a>);
|
|
<a id='L542' name='L542'></a> 542
|
|
<a id='L543' name='L543'></a> 543 <em class='comment'>// existing file</em>
|
|
<a id='L544' name='L544'></a> 544 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (4, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[4].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L545' name='L545'></a> 545 <em class='comment'>// existing file name</em>
|
|
<a id='L546' name='L546'></a> 546 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_filename.html' title='Multiple used in 3 places.'>tgt_filename</a>);
|
|
<a id='L547' name='L547'></a> 547 <a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a> = <a href='../S/lib--vfs--path.c.html#L583' title='Defined at 583 in lib/vfs/path.c.'>vfs_path_to_str_flags</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, 0, <a href='../S/lib--vfs--path.h.html#L16' title='Defined at 16 in lib/vfs/path.h.'>VPF_STRIP_HOME</a> | <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>);
|
|
<a id='L548' name='L548'></a> 548 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (5, <a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>);
|
|
<a id='L549' name='L549'></a> 549 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L550' name='L550'></a> 550 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/s1.html' title='Multiple used in 50 places.'>s1</a>);
|
|
<a id='L551' name='L551'></a> 551 <em class='comment'>// existing file size</em>
|
|
<a id='L552' name='L552'></a> 552 <a href='../S/lib--util.c.html#L400' title='Defined at 400 in lib/util.c.'>size_trunc_len</a> (<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>), <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>, 0, <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a>);
|
|
<a id='L553' name='L553'></a> 553 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (6, <a href='../Y/s2.html' title='Multiple used in 48 places.'>s2</a>);
|
|
<a id='L554' name='L554'></a> 554 <em class='comment'>// existing file modification date & time</em>
|
|
<a id='L555' name='L555'></a> 555 <a href='../Y/cs1.html' title='Multiple used in 5 places.'>cs1</a> = <a href='../S/lib--timefmt.c.html#L132' title='Defined at 132 in lib/timefmt.c.'>file_date</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>);
|
|
<a id='L556' name='L556'></a> 556 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (7, <a href='../Y/cs1.html' title='Multiple used in 5 places.'>cs1</a>);
|
|
<a id='L557' name='L557'></a> 557
|
|
<a id='L558' name='L558'></a> 558 <em class='comment'>// will "Append" and "Reget" buttons be in the dialog?</em>
|
|
<a id='L559' name='L559'></a> 559 <a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a> = !<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>);
|
|
<a id='L560' name='L560'></a> 560 <a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a> =
|
|
<a id='L561' name='L561'></a> 561 <a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a> && <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> != 0 && <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> > <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>;
|
|
<a id='L562' name='L562'></a> 562
|
|
<a id='L563' name='L563'></a> 563 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (8, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[8].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L564' name='L564'></a> 564 <a href='../D/NEW_BUTTON.html' title='Multiple defined in 2 places.'>NEW_BUTTON</a> (9);
|
|
<a id='L565' name='L565'></a> 565 <a href='../D/NEW_BUTTON.html' title='Multiple defined in 2 places.'>NEW_BUTTON</a> (10);
|
|
<a id='L566' name='L566'></a> 566 <strong class='reserved'>if</strong> (<a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a>)
|
|
<a id='L567' name='L567'></a> 567 <a href='../D/NEW_BUTTON.html' title='Multiple defined in 2 places.'>NEW_BUTTON</a> (11);
|
|
<a id='L568' name='L568'></a> 568 <strong class='reserved'>if</strong> (<a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a>)
|
|
<a id='L569' name='L569'></a> 569 <a href='../D/NEW_BUTTON.html' title='Multiple defined in 2 places.'>NEW_BUTTON</a> (12);
|
|
<a id='L570' name='L570'></a> 570
|
|
<a id='L571' name='L571'></a> 571 <a href='../D/NEW_LABEL.html' title='Multiple defined in 2 places.'>NEW_LABEL</a> (13, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[13].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L572' name='L572'></a> 572 <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a> =
|
|
<a id='L573' name='L573'></a> 573 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--check.c.html#L138' title='Defined at 138 in lib/widget/check.c.'>check_new</a> (<a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>));
|
|
<a id='L574' name='L574'></a> 574 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 15; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> <= 20; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L575' name='L575'></a> 575 <a href='../D/NEW_BUTTON.html' title='Multiple defined in 2 places.'>NEW_BUTTON</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L576' name='L576'></a> 576
|
|
<a id='L577' name='L577'></a> 577 <em class='comment'>// place widgets</em>
|
|
<a id='L578' name='L578'></a> 578 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> -= 2 * (2 + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>); <em class='comment'>// inside frame</em>
|
|
<a id='L579' name='L579'></a> 579
|
|
<a id='L580' name='L580'></a> 580 <em class='comment'>// perhaps longest line is buttons</em>
|
|
<a id='L581' name='L581'></a> 581 <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a> = <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (9) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (10);
|
|
<a id='L582' name='L582'></a> 582 <strong class='reserved'>if</strong> (<a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a>)
|
|
<a id='L583' name='L583'></a> 583 <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a> += <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (11);
|
|
<a id='L584' name='L584'></a> 584 <strong class='reserved'>if</strong> (<a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a>)
|
|
<a id='L585' name='L585'></a> 585 <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a> += <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (12);
|
|
<a id='L586' name='L586'></a> 586 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a>);
|
|
<a id='L587' name='L587'></a> 587
|
|
<a id='L588' name='L588'></a> 588 <a href='../Y/bw2.html' title='Multiple used in 5 places.'>bw2</a> = <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (15);
|
|
<a id='L589' name='L589'></a> 589 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 16; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> <= 19; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L590' name='L590'></a> 590 <a href='../Y/bw2.html' title='Multiple used in 5 places.'>bw2</a> += <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L591' name='L591'></a> 591 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../Y/bw2.html' title='Multiple used in 5 places.'>bw2</a>);
|
|
<a id='L592' name='L592'></a> 592
|
|
<a id='L593' name='L593'></a> 593 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (8));
|
|
<a id='L594' name='L594'></a> 594 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (13));
|
|
<a id='L595' name='L595'></a> 595 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (14));
|
|
<a id='L596' name='L596'></a> 596
|
|
<a id='L597' name='L597'></a> 597 <em class='comment'>// truncate file names</em>
|
|
<a id='L598' name='L598'></a> 598 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (0) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (1);
|
|
<a id='L599' name='L599'></a> 599 <strong class='reserved'>if</strong> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> > <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>)
|
|
<a id='L600' name='L600'></a> 600 <em class='brace'>{</em>
|
|
<a id='L601' name='L601'></a> 601 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../S/lib--widget--label.h.html#L11' title='Defined at 11 in lib/widget/label.h.'>LABEL</a> (<a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (1));
|
|
<a id='L602' name='L602'></a> 602
|
|
<a id='L603' name='L603'></a> 603 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> - <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (0);
|
|
<a id='L604' name='L604'></a> 604 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>, <a href='../S/lib--strutil--strutil.c.html#L795' title='Defined at 795 in lib/strutil/strutil.c.'>str_trunc</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>-><a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L605' name='L605'></a> 605 <em class='brace'>}</em>
|
|
<a id='L606' name='L606'></a> 606
|
|
<a id='L607' name='L607'></a> 607 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (4) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (5);
|
|
<a id='L608' name='L608'></a> 608 <strong class='reserved'>if</strong> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> > <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>)
|
|
<a id='L609' name='L609'></a> 609 <em class='brace'>{</em>
|
|
<a id='L610' name='L610'></a> 610 <a href='../S/lib--widget--label.h.html#L23' title='Defined at 23 in lib/widget/label.h.'>WLabel</a> *<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../S/lib--widget--label.h.html#L11' title='Defined at 11 in lib/widget/label.h.'>LABEL</a> (<a href='../D/W.html' title='Multiple defined in 2 places.'>W</a> (5));
|
|
<a id='L611' name='L611'></a> 611
|
|
<a id='L612' name='L612'></a> 612 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> - <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a> - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (4);
|
|
<a id='L613' name='L613'></a> 613 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>, <a href='../S/lib--strutil--strutil.c.html#L795' title='Defined at 795 in lib/strutil/strutil.c.'>str_trunc</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>-><a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L614' name='L614'></a> 614 <em class='brace'>}</em>
|
|
<a id='L615' name='L615'></a> 615
|
|
<a id='L616' name='L616'></a> 616 <em class='comment'>// real dialog width</em>
|
|
<a id='L617' name='L617'></a> 617 <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> += 2 * (2 + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>);
|
|
<a id='L618' name='L618'></a> 618
|
|
<a id='L619' name='L619'></a> 619 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (1) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (0) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (0) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L620' name='L620'></a> 620 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (5) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (4) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (4) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L621' name='L621'></a> 621
|
|
<a id='L622' name='L622'></a> 622 <em class='comment'>// sizes: right alignment</em>
|
|
<a id='L623' name='L623'></a> 623 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (2) = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> / 2 - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (2);
|
|
<a id='L624' name='L624'></a> 624 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (6) = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> / 2 - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (6);
|
|
<a id='L625' name='L625'></a> 625
|
|
<a id='L626' name='L626'></a> 626 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> - (2 + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>); <em class='comment'>// right bound</em>
|
|
<a id='L627' name='L627'></a> 627
|
|
<a id='L628' name='L628'></a> 628 <em class='comment'>// date & time</em>
|
|
<a id='L629' name='L629'></a> 629 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (3) = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (3);
|
|
<a id='L630' name='L630'></a> 630 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (7) = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> - <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (7);
|
|
<a id='L631' name='L631'></a> 631
|
|
<a id='L632' name='L632'></a> 632 <em class='comment'>// buttons: center alignment</em>
|
|
<a id='L633' name='L633'></a> 633 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (9) = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> / 2 - <a href='../Y/bw1.html' title='Multiple used in 10 places.'>bw1</a> / 2;
|
|
<a id='L634' name='L634'></a> 634 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (10) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (9) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (9) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L635' name='L635'></a> 635 <strong class='reserved'>if</strong> (<a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a>)
|
|
<a id='L636' name='L636'></a> 636 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (11) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (10) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (10) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L637' name='L637'></a> 637 <strong class='reserved'>if</strong> (<a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a>)
|
|
<a id='L638' name='L638'></a> 638 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (12) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (11) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (11) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L639' name='L639'></a> 639
|
|
<a id='L640' name='L640'></a> 640 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (15) = <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> / 2 - <a href='../Y/bw2.html' title='Multiple used in 5 places.'>bw2</a> / 2;
|
|
<a id='L641' name='L641'></a> 641 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 16; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> <= 19; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L642' name='L642'></a> 642 <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) = <a href='../D/WX.html' title='Multiple defined in 2 places.'>WX</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1) + <a href='../D/WCOLS.html' title='Multiple defined in 2 places.'>WCOLS</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1) + <a href='../Y/gap.html' title='Multiple used in 34 places.'>gap</a>;
|
|
<a id='L643' name='L643'></a> 643
|
|
<a id='L644' name='L644'></a> 644 <em class='comment'>// TODO: write help (ticket #3970)</em>
|
|
<a id='L645' name='L645'></a> 645 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_dlg.html' title='Multiple used in 5 places.'>replace_dlg</a> = <a href='../S/lib--widget--dialog.c.html#L368' title='Defined at 368 in lib/widget/dialog.c.'>dlg_create</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, 0, 0, <a href='../Y/dlg_height.html' title='Multiple used in 14 places.'>dlg_height</a>, <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../S/lib--widget--widget-common.h.html#L102' title='Defined at 102 in lib/widget/widget-common.h.'>WPOS_CENTER</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L646' name='L646'></a> 646 <a href='../Y/alarm_colors.html' title='Multiple used in 12 places.'>alarm_colors</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, "[Replace]", <a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>);
|
|
<a id='L647' name='L647'></a> 647 <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_dlg.html' title='Multiple used in 5 places.'>replace_dlg</a>);
|
|
<a id='L648' name='L648'></a> 648 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_dlg.html' title='Multiple used in 5 places.'>replace_dlg</a>);
|
|
<a id='L649' name='L649'></a> 649
|
|
<a id='L650' name='L650'></a> 650 <em class='comment'>// file info</em>
|
|
<a id='L651' name='L651'></a> 651 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> <= 7; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L652' name='L652'></a> 652 <a href='../D/ADD_LABEL.html' title='Multiple defined in 2 places.'>ADD_LABEL</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L653' name='L653'></a> 653 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../S/src--filemanager--filegui.c.html#L426' title='Defined at 426 in src/filemanager/filegui.c.'>WY</a> (7) - <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + 1, -1, -1));
|
|
<a id='L654' name='L654'></a> 654
|
|
<a id='L655' name='L655'></a> 655 <em class='comment'>// label & buttons</em>
|
|
<a id='L656' name='L656'></a> 656 <a href='../D/ADD_LABEL.html' title='Multiple defined in 2 places.'>ADD_LABEL</a> (8); <em class='comment'>// Overwrite this file?</em>
|
|
<a id='L657' name='L657'></a> 657 <a href='../Y/yes_id.html' title='Multiple used in 3 places.'>yes_id</a> = <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (9); <em class='comment'>// Yes</em>
|
|
<a id='L658' name='L658'></a> 658 <a href='../Y/no_id.html' title='Multiple used in 3 places.'>no_id</a> = <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (10); <em class='comment'>// No</em>
|
|
<a id='L659' name='L659'></a> 659 <strong class='reserved'>if</strong> (<a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a>)
|
|
<a id='L660' name='L660'></a> 660 <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (11); <em class='comment'>// Append</em>
|
|
<a id='L661' name='L661'></a> 661 <strong class='reserved'>if</strong> (<a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a>)
|
|
<a id='L662' name='L662'></a> 662 <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (12); <em class='comment'>// Reget</em>
|
|
<a id='L663' name='L663'></a> 663 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../S/src--filemanager--filegui.c.html#L426' title='Defined at 426 in src/filemanager/filegui.c.'>WY</a> (10) - <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + 1, -1, -1));
|
|
<a id='L664' name='L664'></a> 664
|
|
<a id='L665' name='L665'></a> 665 <em class='comment'>// label & buttons</em>
|
|
<a id='L666' name='L666'></a> 666 <a href='../D/ADD_LABEL.html' title='Multiple defined in 2 places.'>ADD_LABEL</a> (13); <em class='comment'>// Overwrite all files?</em>
|
|
<a id='L667' name='L667'></a> 667 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>);
|
|
<a id='L668' name='L668'></a> 668 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 15; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> <= 19; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L669' name='L669'></a> 669 <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L670' name='L670'></a> 670 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../S/src--filemanager--filegui.c.html#L426' title='Defined at 426 in src/filemanager/filegui.c.'>WY</a> (19) - <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + 1, -1, -1));
|
|
<a id='L671' name='L671'></a> 671
|
|
<a id='L672' name='L672'></a> 672 <a href='../D/ADD_BUTTON.html' title='Multiple defined in 2 places.'>ADD_BUTTON</a> (20); <em class='comment'>// Abort</em>
|
|
<a id='L673' name='L673'></a> 673
|
|
<a id='L674' name='L674'></a> 674 <a href='../S/lib--widget--group.c.html#L947' title='Defined at 947 in lib/widget/group.c.'>group_select_widget_by_id</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/safe_overwrite.html' title='Multiple used in 5 places.'>safe_overwrite</a> ? <a href='../Y/no_id.html' title='Multiple used in 3 places.'>no_id</a> : <a href='../Y/yes_id.html' title='Multiple used in 3 places.'>yes_id</a>);
|
|
<a id='L675' name='L675'></a> 675
|
|
<a id='L676' name='L676'></a> 676 <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../S/lib--widget--dialog.c.html#L557' title='Defined at 557 in lib/widget/dialog.c.'>dlg_run</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_dlg.html' title='Multiple used in 5 places.'>replace_dlg</a>);
|
|
<a id='L677' name='L677'></a> 677
|
|
<a id='L678' name='L678'></a> 678 <strong class='reserved'>if</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> != <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)
|
|
<a id='L679' name='L679'></a> 679 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dont_overwrite_with_zero.html' title='Multiple used in 3 places.'>dont_overwrite_with_zero</a> = <a href='../S/lib--widget--check.h.html#L11' title='Defined at 11 in lib/widget/check.h.'>CHECK</a> (<a href='../Y/dlg_widgets.html' title='Multiple used in 15 places.'>dlg_widgets</a>[14].<a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>)-><a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>;
|
|
<a id='L680' name='L680'></a> 680
|
|
<a id='L681' name='L681'></a> 681 <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</a> (<a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>);
|
|
<a id='L682' name='L682'></a> 682
|
|
<a id='L683' name='L683'></a> 683 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/pauses.html' title='Multiple used in 9 places.'>pauses</a> += <a href='../Y/g_get_monotonic_time.html' title='Multiple used in 31 places.'>g_get_monotonic_time</a> () - <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
|
|
<a id='L684' name='L684'></a> 684
|
|
<a id='L685' name='L685'></a> 685 <strong class='reserved'>return</strong> (<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> == <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>) ? <a href='../S/src--filemanager--filegui.c.html#L191' title='Defined at 191 in src/filemanager/filegui.c.'>REPLACE_ABORT</a> : (<a href='../S/src--filemanager--filegui.c.html#L192' title='Defined at 192 in src/filemanager/filegui.c.'>replace_action_t</a>) <a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
|
|
<a id='L686' name='L686'></a> 686
|
|
<a id='L687' name='L687'></a> 687 <em class='sharp'>#undef</em> <a href='../R/ADD_BUTTON.html' title='Multiple referred from 6 places.'>ADD_BUTTON</a>
|
|
<a id='L688' name='L688'></a> 688 <em class='sharp'>#undef</em> <a href='../R/NEW_BUTTON.html' title='Multiple referred from 5 places.'>NEW_BUTTON</a>
|
|
<a id='L689' name='L689'></a> 689 <em class='sharp'>#undef</em> <a href='../R/ADD_LABEL.html' title='Multiple referred from 3 places.'>ADD_LABEL</a>
|
|
<a id='L690' name='L690'></a> 690 <em class='sharp'>#undef</em> <a href='../R/NEW_LABEL.html' title='Multiple referred from 10 places.'>NEW_LABEL</a>
|
|
<a id='L691' name='L691'></a> 691 <em class='sharp'>#undef</em> <a href='../R/WCOLS.html' title='Multiple referred from 22 places.'>WCOLS</a>
|
|
<a id='L692' name='L692'></a> 692 <em class='sharp'>#undef</em> <a href='../R/WX.html' title='Multiple referred from 12 places.'>WX</a>
|
|
<a id='L693' name='L693'></a> 693 <em class='sharp'>#undef</em> <a href='../R/W.html' title='Multiple referred from 9 places.'>W</a>
|
|
<a id='L694' name='L694'></a> 694 <em class='brace'>}</em>
|
|
<a id='L695' name='L695'></a> 695
|
|
<a id='L696' name='L696'></a> 696 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L697' name='L697'></a> 697
|
|
<a id='L698' name='L698'></a> 698 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L699' name='L699'></a> 699 <a href='../R/is_wildcarded.html' title='Multiple referred from 3 places.'>is_wildcarded</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)
|
|
<em class='comment'>/* <a href='#L422'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L724'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+699 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L700' name='L700'></a> 700 <em class='brace'>{</em>
|
|
<a id='L701' name='L701'></a> 701 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L702' name='L702'></a> 702
|
|
<a id='L703' name='L703'></a> 703 <strong class='reserved'>for</strong> (; *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != '\0'; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
|
|
<a id='L704' name='L704'></a> 704 <em class='brace'>{</em>
|
|
<a id='L705' name='L705'></a> 705 <strong class='reserved'>if</strong> (*<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\\')
|
|
<a id='L706' name='L706'></a> 706 <em class='brace'>{</em>
|
|
<a id='L707' name='L707'></a> 707 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>[1] >= '1' && <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>[1] <= '9' && !<a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a>)
|
|
<a id='L708' name='L708'></a> 708 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L709' name='L709'></a> 709 <a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a> = !<a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a>;
|
|
<a id='L710' name='L710'></a> 710 <em class='brace'>}</em>
|
|
<a id='L711' name='L711'></a> 711 <strong class='reserved'>else</strong>
|
|
<a id='L712' name='L712'></a> 712 <em class='brace'>{</em>
|
|
<a id='L713' name='L713'></a> 713 <strong class='reserved'>if</strong> ((*<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '*' || *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '?') && !<a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a>)
|
|
<a id='L714' name='L714'></a> 714 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L715' name='L715'></a> 715 <a href='../Y/escaped.html' title='Multiple used in 5 places.'>escaped</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L716' name='L716'></a> 716 <em class='brace'>}</em>
|
|
<a id='L717' name='L717'></a> 717 <em class='brace'>}</em>
|
|
<a id='L718' name='L718'></a> 718 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L719' name='L719'></a> 719 <em class='brace'>}</em>
|
|
<a id='L720' name='L720'></a> 720
|
|
<a id='L721' name='L721'></a> 721 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L722' name='L722'></a> 722
|
|
<a id='L723' name='L723'></a> 723 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L724' name='L724'></a> 724 <a href='../R/place_progress_buttons.html' title='Multiple referred from 3 places.'>place_progress_buttons</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>)
|
|
<em class='comment'>/* <a href='#L699'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L742'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+724 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L725' name='L725'></a> 725 <em class='brace'>{</em>
|
|
<a id='L726' name='L726'></a> 726 <strong class='reserved'>const</strong> <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L727' name='L727'></a> 727
|
|
<a id='L728' name='L728'></a> 728 <strong class='reserved'>const</strong> <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a> ? 2 : 1;
|
|
<a id='L729' name='L729'></a> 729 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/buttons_width.html' title='Multiple used in 5 places.'>buttons_width</a> =
|
|
<a id='L730' name='L730'></a> 730 2 + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>;
|
|
<a id='L731' name='L731'></a> 731
|
|
<a id='L732' name='L732'></a> 732 <a href='../S/lib--widget--button.c.html#L239' title='Defined at 239 in lib/widget/button.c.'>button_set_text</a> (<a href='../S/lib--widget--button.h.html#L11' title='Defined at 11 in lib/widget/button.h.'>BUTTON</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>), <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L733' name='L733'></a> 733
|
|
<a id='L734' name='L734'></a> 734 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - <a href='../Y/buttons_width.html' title='Multiple used in 5 places.'>buttons_width</a>) / 2;
|
|
<a id='L735' name='L735'></a> 735 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> + 1;
|
|
<a id='L736' name='L736'></a> 736 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> + 1;
|
|
<a id='L737' name='L737'></a> 737 <em class='brace'>}</em>
|
|
<a id='L738' name='L738'></a> 738
|
|
<a id='L739' name='L739'></a> 739 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L740' name='L740'></a> 740
|
|
<a id='L741' name='L741'></a> 741 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L742' name='L742'></a> 742 <a href='../R/progress_button_callback.html' title='Multiple referred from 4 places.'>progress_button_callback</a> (<a href='../D/MC_UNUSED.html' title='Multiple defined in 2 places.'>MC_UNUSED</a> <a href='../D/WButton.html' title='Multiple defined in 2 places.'>WButton</a> *<a href='../Y/button.html' title='Multiple used in 82 places.'>button</a>, <a href='../D/MC_UNUSED.html' title='Multiple defined in 2 places.'>MC_UNUSED</a> <strong class='reserved'>int</strong> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>)
|
|
<em class='comment'>/* <a href='#L724'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L761'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+742 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L743' name='L743'></a> 743 <em class='brace'>{</em>
|
|
<a id='L744' name='L744'></a> 744 <em class='comment'>// don't close dialog in any case</em>
|
|
<a id='L745' name='L745'></a> 745 <strong class='reserved'>return</strong> 0;
|
|
<a id='L746' name='L746'></a> 746 <em class='brace'>}</em>
|
|
<a id='L747' name='L747'></a> 747
|
|
<a id='L748' name='L748'></a> 748 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L749' name='L749'></a> 749 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<a id='L750' name='L750'></a> 750 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L751' name='L751'></a> 751 <em class='comment'>/**</em>
|
|
<a id='L752' name='L752'></a> 752 <em class='comment'> * \fn file_op_context_t * file_op_context_new (FileOperation op)</em>
|
|
<a id='L753' name='L753'></a> 753 <em class='comment'> * \param op file operation struct</em>
|
|
<a id='L754' name='L754'></a> 754 <em class='comment'> * \return The newly-created context, filled with the default file mask values.</em>
|
|
<a id='L755' name='L755'></a> 755 <em class='comment'> *</em>
|
|
<a id='L756' name='L756'></a> 756 <em class='comment'> * Creates a new file operation context with the default values. If you later want</em>
|
|
<a id='L757' name='L757'></a> 757 <em class='comment'> * to have a user interface for this, call file_progress_ui_create().</em>
|
|
<a id='L758' name='L758'></a> 758 <em class='comment'> */</em>
|
|
<a id='L759' name='L759'></a> 759
|
|
<a id='L760' name='L760'></a> 760 <a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *
|
|
<a id='L761' name='L761'></a> 761 <a href='../R/file_op_context_new.html' title='Multiple referred from 6 places.'>file_op_context_new</a> (<strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.h.html#L33' title='Defined at 33 in src/filemanager/filegui.h.'>FileOperation</a> <a href='../Y/op.html' title='Multiple used in 96 places.'>op</a>)
|
|
<em class='comment'>/* <a href='#L742'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L797'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+761 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L762' name='L762'></a> 762 <em class='brace'>{</em>
|
|
<a id='L763' name='L763'></a> 763 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/i18n_flag.html' title='Multiple used in 21 places.'>i18n_flag</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L764' name='L764'></a> 764
|
|
<a id='L765' name='L765'></a> 765 <a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>;
|
|
<a id='L766' name='L766'></a> 766
|
|
<a id='L767' name='L767'></a> 767 <strong class='reserved'>if</strong> (!<a href='../Y/i18n_flag.html' title='Multiple used in 21 places.'>i18n_flag</a>)
|
|
<a id='L768' name='L768'></a> 768 <em class='brace'>{</em>
|
|
<a id='L769' name='L769'></a> 769 <strong class='reserved'>for</strong> (<strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/G_N_ELEMENTS.html' title='Multiple used in 29 places.'>G_N_ELEMENTS</a> (<a href='../Y/op_names.html' title='Multiple used in 9 places.'>op_names</a>); <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>-- != 0;)
|
|
<a id='L770' name='L770'></a> 770 <a href='../Y/op_names.html' title='Multiple used in 9 places.'>op_names</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = <a href='../D/Q_.html' title='Multiple defined in 2 places.'>Q_</a> (<a href='../Y/op_names.html' title='Multiple used in 9 places.'>op_names</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
|
|
<a id='L771' name='L771'></a> 771 <a href='../Y/i18n_flag.html' title='Multiple used in 21 places.'>i18n_flag</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L772' name='L772'></a> 772 <em class='brace'>}</em>
|
|
<a id='L773' name='L773'></a> 773
|
|
<a id='L774' name='L774'></a> 774 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a>, 1);
|
|
<a id='L775' name='L775'></a> 775 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/operation.html' title='Multiple used in 20 places.'>operation</a> = <a href='../Y/op.html' title='Multiple used in 96 places.'>op</a>;
|
|
<a id='L776' name='L776'></a> 776 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L777' name='L777'></a> 777 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve_uidgid.html' title='Multiple used in 7 places.'>preserve_uidgid</a> = (<a href='../Y/geteuid.html' title='Multiple used in 14 places.'>geteuid</a> () == 0);
|
|
<a id='L778' name='L778'></a> 778 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/umask_kill.html' title='Multiple used in 11 places.'>umask_kill</a> = (<a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a>) (~0);
|
|
<a id='L779' name='L779'></a> 779 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/erase_at_end.html' title='Multiple used in 4 places.'>erase_at_end</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L780' name='L780'></a> 780 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a> = -1;
|
|
<a id='L781' name='L781'></a> 781 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/stat_func.html' title='Multiple used in 14 places.'>stat_func</a> = <a href='../Y/mc_lstat.html' title='Multiple used in 18 places.'>mc_lstat</a>;
|
|
<a id='L782' name='L782'></a> 782 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ask_overwrite.html' title='Multiple used in 7 places.'>ask_overwrite</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L783' name='L783'></a> 783
|
|
<a id='L784' name='L784'></a> 784 <strong class='reserved'>return</strong> <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>;
|
|
<a id='L785' name='L785'></a> 785 <em class='brace'>}</em>
|
|
<a id='L786' name='L786'></a> 786
|
|
<a id='L787' name='L787'></a> 787 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L788' name='L788'></a> 788 <em class='comment'>/**</em>
|
|
<a id='L789' name='L789'></a> 789 <em class='comment'> * \fn void file_op_context_destroy (file_op_context_t *ctx)</em>
|
|
<a id='L790' name='L790'></a> 790 <em class='comment'> * \param ctx The file operation context to destroy.</em>
|
|
<a id='L791' name='L791'></a> 791 <em class='comment'> *</em>
|
|
<a id='L792' name='L792'></a> 792 <em class='comment'> * Destroys the specified file operation context and its associated UI data, if</em>
|
|
<a id='L793' name='L793'></a> 793 <em class='comment'> * it exists.</em>
|
|
<a id='L794' name='L794'></a> 794 <em class='comment'> */</em>
|
|
<a id='L795' name='L795'></a> 795
|
|
<a id='L796' name='L796'></a> 796 <strong class='reserved'>void</strong>
|
|
<a id='L797' name='L797'></a> 797 <a href='../R/file_op_context_destroy.html' title='Multiple referred from 6 places.'>file_op_context_destroy</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>)
|
|
<em class='comment'>/* <a href='#L761'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L810'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+797 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L798' name='L798'></a> 798 <em class='brace'>{</em>
|
|
<a id='L799' name='L799'></a> 799 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L800' name='L800'></a> 800 <em class='brace'>{</em>
|
|
<a id='L801' name='L801'></a> 801 <a href='../S/src--filemanager--filegui.c.html#L1008' title='Defined at 1008 in src/filemanager/filegui.c.'>file_progress_ui_destroy</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>);
|
|
<a id='L802' name='L802'></a> 802 <a href='../S/lib--search--search.c.html#L164' title='Defined at 164 in lib/search/search.c.'>mc_search_free</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a>);
|
|
<a id='L803' name='L803'></a> 803 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>);
|
|
<a id='L804' name='L804'></a> 804 <em class='brace'>}</em>
|
|
<a id='L805' name='L805'></a> 805 <em class='brace'>}</em>
|
|
<a id='L806' name='L806'></a> 806
|
|
<a id='L807' name='L807'></a> 807 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L808' name='L808'></a> 808
|
|
<a id='L809' name='L809'></a> 809 <a href='../S/src--filemanager--filegui.h.html#L54' title='Defined at 54 in src/filemanager/filegui.h.'>FileProgressStatus</a>
|
|
<a id='L810' name='L810'></a> 810 <a href='../R/file_progress_check_buttons.html' title='Multiple referred from 15 places.'>file_progress_check_buttons</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>)
|
|
<em class='comment'>/* <a href='#L797'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L861'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+810 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L811' name='L811'></a> 811 <em class='brace'>{</em>
|
|
<a id='L812' name='L812'></a> 812 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
|
|
<a id='L813' name='L813'></a> 813 <a href='../D/Gpm_Event.html' title='Multiple defined in 2 places.'>Gpm_Event</a> <a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>;
|
|
<a id='L814' name='L814'></a> 814
|
|
<a id='L815' name='L815'></a> 815 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L816' name='L816'></a> 816 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L817' name='L817'></a> 817
|
|
<a id='L818' name='L818'></a> 818 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L819' name='L819'></a> 819
|
|
<a id='L820' name='L820'></a> 820 <a href='../Y/get_event.html' title='Multiple used in 2 places.'>get_event</a>:
|
|
<a id='L821' name='L821'></a> 821 <a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = -1; <em class='comment'>// Don't show the GPM cursor</em>
|
|
<a id='L822' name='L822'></a> 822 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/lib--tty--key.c.html#L1877' title='Defined at 1877 in lib/tty/key.c.'>tty_get_event</a> (&<a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>);
|
|
<a id='L823' name='L823'></a> 823 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../S/lib--tty--key.h.html#L15' title='Defined at 15 in lib/tty/key.h.'>EV_NONE</a>)
|
|
<a id='L824' name='L824'></a> 824 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L825' name='L825'></a> 825
|
|
<a id='L826' name='L826'></a> 826 <em class='comment'>// Reinitialize to avoid old values after events other than selecting a button</em>
|
|
<a id='L827' name='L827'></a> 827 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>-><a href='../Y/ret_value.html' title='Multiple used in 52 places.'>ret_value</a> = <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L828' name='L828'></a> 828
|
|
<a id='L829' name='L829'></a> 829 <a href='../S/lib--widget--dialog.c.html#L508' title='Defined at 508 in lib/widget/dialog.c.'>dlg_process_event</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>, &<a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>);
|
|
<a id='L830' name='L830'></a> 830 <strong class='reserved'>switch</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>-><a href='../Y/ret_value.html' title='Multiple used in 52 places.'>ret_value</a>)
|
|
<a id='L831' name='L831'></a> 831 <em class='brace'>{</em>
|
|
<a id='L832' name='L832'></a> 832 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>:
|
|
<a id='L833' name='L833'></a> 833 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>)
|
|
<a id='L834' name='L834'></a> 834 <em class='brace'>{</em>
|
|
<a id='L835' name='L835'></a> 835 <em class='comment'>// redraw dialog in case of Skip after Suspend</em>
|
|
<a id='L836' name='L836'></a> 836 <a href='../S/src--filemanager--filegui.c.html#L724' title='Defined at 724 in src/filemanager/filegui.c.'>place_progress_buttons</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L837' name='L837'></a> 837 <a href='../S/lib--widget--widget-common.c.html#L526' title='Defined at 526 in lib/widget/widget-common.c.'>widget_draw</a> (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>));
|
|
<a id='L838' name='L838'></a> 838 <em class='brace'>}</em>
|
|
<a id='L839' name='L839'></a> 839 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L840' name='L840'></a> 840 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>;
|
|
<a id='L841' name='L841'></a> 841 <strong class='reserved'>case</strong> <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>:
|
|
<a id='L842' name='L842'></a> 842 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.h.html#L50' title='Defined at 50 in src/filemanager/filegui.h.'>FILE_ABORT</a>:
|
|
<a id='L843' name='L843'></a> 843 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L844' name='L844'></a> 844 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L50' title='Defined at 50 in src/filemanager/filegui.h.'>FILE_ABORT</a>;
|
|
<a id='L845' name='L845'></a> 845 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.h.html#L53' title='Defined at 53 in src/filemanager/filegui.h.'>FILE_SUSPEND</a>:
|
|
<a id='L846' name='L846'></a> 846 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a> = !<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>;
|
|
<a id='L847' name='L847'></a> 847 <a href='../S/src--filemanager--filegui.c.html#L724' title='Defined at 724 in src/filemanager/filegui.c.'>place_progress_buttons</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>);
|
|
<a id='L848' name='L848'></a> 848 <a href='../S/lib--widget--widget-common.c.html#L526' title='Defined at 526 in lib/widget/widget-common.c.'>widget_draw</a> (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>));
|
|
<a id='L849' name='L849'></a> 849 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
|
|
<a id='L850' name='L850'></a> 850 <strong class='reserved'>default</strong>:
|
|
<a id='L851' name='L851'></a> 851 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/suspended.html' title='Multiple used in 10 places.'>suspended</a>)
|
|
<a id='L852' name='L852'></a> 852 <strong class='reserved'>goto</strong> <a href='../Y/get_event.html' title='Multiple used in 2 places.'>get_event</a>;
|
|
<a id='L853' name='L853'></a> 853 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L854' name='L854'></a> 854 <em class='brace'>}</em>
|
|
<a id='L855' name='L855'></a> 855 <em class='brace'>}</em>
|
|
<a id='L856' name='L856'></a> 856
|
|
<a id='L857' name='L857'></a> 857 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L858' name='L858'></a> 858 <em class='comment'>/* {{{ File progress display routines */</em>
|
|
<a id='L859' name='L859'></a> 859
|
|
<a id='L860' name='L860'></a> 860 <strong class='reserved'>void</strong>
|
|
<a id='L861' name='L861'></a> 861 <a href='../R/file_progress_ui_create.html' title='Multiple referred from 7 places.'>file_progress_ui_create</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/with_eta.html' title='Multiple used in 4 places.'>with_eta</a>,
|
|
<em class='comment'>/* <a href='#L810'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1008'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+861 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L862' name='L862'></a> 862 <a href='../S/src--filemanager--filegui.h.html#L26' title='Defined at 26 in src/filemanager/filegui.h.'>filegui_dialog_type_t</a> <a href='../Y/dialog_type.html' title='Multiple used in 21 places.'>dialog_type</a>)
|
|
<a id='L863' name='L863'></a> 863 <em class='brace'>{</em>
|
|
<a id='L864' name='L864'></a> 864 <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L865' name='L865'></a> 865 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
|
|
<a id='L866' name='L866'></a> 866 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>;
|
|
<a id='L867' name='L867'></a> 867 <strong class='reserved'>int</strong> <a href='../Y/buttons_width.html' title='Multiple used in 5 places.'>buttons_width</a>;
|
|
<a id='L868' name='L868'></a> 868 <strong class='reserved'>int</strong> <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> = 58, <a href='../Y/dlg_height.html' title='Multiple used in 14 places.'>dlg_height</a> = 17;
|
|
<a id='L869' name='L869'></a> 869 <strong class='reserved'>int</strong> <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> = 2, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = 3;
|
|
<a id='L870' name='L870'></a> 870 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L871' name='L871'></a> 871
|
|
<a id='L872' name='L872'></a> 872 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L873' name='L873'></a> 873 <strong class='reserved'>return</strong>;
|
|
<a id='L874' name='L874'></a> 874
|
|
<a id='L875' name='L875'></a> 875 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_NLS.html' title='Multiple used in 18 places.'>ENABLE_NLS</a>
|
|
<a id='L876' name='L876'></a> 876 <strong class='reserved'>if</strong> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> == -1)
|
|
<a id='L877' name='L877'></a> 877 <em class='brace'>{</em>
|
|
<a id='L878' name='L878'></a> 878 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L879' name='L879'></a> 879
|
|
<a id='L880' name='L880'></a> 880 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../Y/G_N_ELEMENTS.html' title='Multiple used in 29 places.'>G_N_ELEMENTS</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>); <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L881' name='L881'></a> 881 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L882' name='L882'></a> 882 <em class='brace'>}</em>
|
|
<a id='L883' name='L883'></a> 883 <em class='sharp'>#endif</em>
|
|
<a id='L884' name='L884'></a> 884
|
|
<a id='L885' name='L885'></a> 885 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dialog_type.html' title='Multiple used in 21 places.'>dialog_type</a> = <a href='../Y/dialog_type.html' title='Multiple used in 21 places.'>dialog_type</a>;
|
|
<a id='L886' name='L886'></a> 886 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/recursive_result.html' title='Multiple used in 6 places.'>recursive_result</a> = <a href='../S/src--filemanager--filegui.h.html#L37' title='Defined at 37 in src/filemanager/filegui.h.'>RECURSIVE_YES</a>;
|
|
<a id='L887' name='L887'></a> 887 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a>, 1);
|
|
<a id='L888' name='L888'></a> 888
|
|
<a id='L889' name='L889'></a> 889 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L890' name='L890'></a> 890 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a> = <a href='../S/src--filemanager--filegui.c.html#L182' title='Defined at 182 in src/filemanager/filegui.c.'>REPLACE_YES</a>;
|
|
<a id='L891' name='L891'></a> 891
|
|
<a id='L892' name='L892'></a> 892 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a> = <a href='../S/lib--widget--dialog.c.html#L368' title='Defined at 368 in lib/widget/dialog.c.'>dlg_create</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, 0, 0, <a href='../Y/dlg_height.html' title='Multiple used in 14 places.'>dlg_height</a>, <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a>, <a href='../S/lib--widget--widget-common.h.html#L102' title='Defined at 102 in lib/widget/widget-common.h.'>WPOS_CENTER</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/dialog_colors.html' title='Multiple used in 38 places.'>dialog_colors</a>,
|
|
<a id='L893' name='L893'></a> 893 <a href='../S/src--filemanager--filegui.c.html#L382' title='Defined at 382 in src/filemanager/filegui.c.'>file_ui_op_dlg_callback</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/op_names.html' title='Multiple used in 9 places.'>op_names</a>[<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/operation.html' title='Multiple used in 20 places.'>operation</a>]);
|
|
<a id='L894' name='L894'></a> 894 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>);
|
|
<a id='L895' name='L895'></a> 895 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>);
|
|
<a id='L896' name='L896'></a> 896
|
|
<a id='L897' name='L897'></a> 897 <strong class='reserved'>if</strong> (<a href='../Y/dialog_type.html' title='Multiple used in 21 places.'>dialog_type</a> != <a href='../S/src--filemanager--filegui.h.html#L25' title='Defined at 25 in src/filemanager/filegui.h.'>FILEGUI_DIALOG_DELETE_ITEM</a>)
|
|
<a id='L898' name='L898'></a> 898 <em class='brace'>{</em>
|
|
<a id='L899' name='L899'></a> 899 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/showing_eta.html' title='Multiple used in 3 places.'>showing_eta</a> = <a href='../Y/with_eta.html' title='Multiple used in 4 places.'>with_eta</a> && <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/totals_computed.html' title='Multiple used in 8 places.'>totals_computed</a>;
|
|
<a id='L900' name='L900'></a> 900 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/showing_bps.html' title='Multiple used in 2 places.'>showing_bps</a> = <a href='../Y/with_eta.html' title='Multiple used in 4 places.'>with_eta</a>;
|
|
<a id='L901' name='L901'></a> 901
|
|
<a id='L902' name='L902'></a> 902 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L903' name='L903'></a> 903 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a>);
|
|
<a id='L904' name='L904'></a> 904
|
|
<a id='L905' name='L905'></a> 905 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L906' name='L906'></a> 906 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>);
|
|
<a id='L907' name='L907'></a> 907
|
|
<a id='L908' name='L908'></a> 908 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file_label.html' title='Multiple used in 5 places.'>tgt_file_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L909' name='L909'></a> 909 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file_label.html' title='Multiple used in 5 places.'>tgt_file_label</a>);
|
|
<a id='L910' name='L910'></a> 910
|
|
<a id='L911' name='L911'></a> 911 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file.html' title='Multiple used in 5 places.'>tgt_file</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L912' name='L912'></a> 912 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file.html' title='Multiple used in 5 places.'>tgt_file</a>);
|
|
<a id='L913' name='L913'></a> 913
|
|
<a id='L914' name='L914'></a> 914 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a> = <a href='../S/lib--widget--gauge.c.html#L131' title='Defined at 131 in lib/widget/gauge.c.'>gauge_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + 3, <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> - (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + 3) * 2, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, 100, 0);
|
|
<a id='L915' name='L915'></a> 915 <strong class='reserved'>if</strong> (!<a href='../Y/classic_progressbar.html' title='Multiple used in 6 places.'>classic_progressbar</a> && (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a> == <a href='../Y/right_panel.html' title='Multiple used in 14 places.'>right_panel</a>))
|
|
<a id='L916' name='L916'></a> 916 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>-><a href='../Y/from_left_to_right.html' title='Multiple used in 5 places.'>from_left_to_right</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L917' name='L917'></a> 917 <a href='../S/lib--widget--group.c.html#L764' title='Defined at 764 in lib/widget/group.c.'>group_add_widget_autopos</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>, <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L108' title='Defined at 108 in lib/widget/widget-common.h.'>WPOS_KEEP_HORZ</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L918' name='L918'></a> 918
|
|
<a id='L919' name='L919'></a> 919 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L920' name='L920'></a> 920 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a>);
|
|
<a id='L921' name='L921'></a> 921
|
|
<a id='L922' name='L922'></a> 922 <strong class='reserved'>if</strong> (<a href='../Y/verbose.html' title='Multiple used in 23 places.'>verbose</a> && <a href='../Y/dialog_type.html' title='Multiple used in 21 places.'>dialog_type</a> == <a href='../S/src--filemanager--filegui.h.html#L24' title='Defined at 24 in src/filemanager/filegui.h.'>FILEGUI_DIALOG_MULTI_ITEM</a>)
|
|
<a id='L923' name='L923'></a> 923 <em class='brace'>{</em>
|
|
<a id='L924' name='L924'></a> 924 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a> = <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, -1, -1);
|
|
<a id='L925' name='L925'></a> 925 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a>);
|
|
<a id='L926' name='L926'></a> 926
|
|
<a id='L927' name='L927'></a> 927 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/totals_computed.html' title='Multiple used in 8 places.'>totals_computed</a>)
|
|
<a id='L928' name='L928'></a> 928 <em class='brace'>{</em>
|
|
<a id='L929' name='L929'></a> 929 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a> =
|
|
<a id='L930' name='L930'></a> 930 <a href='../S/lib--widget--gauge.c.html#L131' title='Defined at 131 in lib/widget/gauge.c.'>gauge_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + 3, <a href='../Y/dlg_width.html' title='Multiple used in 29 places.'>dlg_width</a> - (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + 3) * 2, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, 100, 0);
|
|
<a id='L931' name='L931'></a> 931 <strong class='reserved'>if</strong> (!<a href='../Y/classic_progressbar.html' title='Multiple used in 6 places.'>classic_progressbar</a> && (<a href='../Y/current_panel.html' title='Multiple used in 165 places.'>current_panel</a> == <a href='../Y/right_panel.html' title='Multiple used in 14 places.'>right_panel</a>))
|
|
<a id='L932' name='L932'></a> 932 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>-><a href='../Y/from_left_to_right.html' title='Multiple used in 5 places.'>from_left_to_right</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L933' name='L933'></a> 933 <a href='../S/lib--widget--group.c.html#L764' title='Defined at 764 in lib/widget/group.c.'>group_add_widget_autopos</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>,
|
|
<a id='L934' name='L934'></a> 934 <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L108' title='Defined at 108 in lib/widget/widget-common.h.'>WPOS_KEEP_HORZ</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L935' name='L935'></a> 935 <em class='brace'>}</em>
|
|
<a id='L936' name='L936'></a> 936
|
|
<a id='L937' name='L937'></a> 937 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L938' name='L938'></a> 938 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a>);
|
|
<a id='L939' name='L939'></a> 939
|
|
<a id='L940' name='L940'></a> 940 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L941' name='L941'></a> 941 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>);
|
|
<a id='L942' name='L942'></a> 942 <em class='brace'>}</em>
|
|
<a id='L943' name='L943'></a> 943 <em class='brace'>}</em>
|
|
<a id='L944' name='L944'></a> 944 <strong class='reserved'>else</strong>
|
|
<a id='L945' name='L945'></a> 945 <em class='brace'>{</em>
|
|
<a id='L946' name='L946'></a> 946 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L947' name='L947'></a> 947 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>);
|
|
<a id='L948' name='L948'></a> 948
|
|
<a id='L949' name='L949'></a> 949 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a> = <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L950' name='L950'></a> 950 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a>);
|
|
<a id='L951' name='L951'></a> 951 <em class='brace'>}</em>
|
|
<a id='L952' name='L952'></a> 952
|
|
<a id='L953' name='L953'></a> 953 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, -1, -1));
|
|
<a id='L954' name='L954'></a> 954
|
|
<a id='L955' name='L955'></a> 955 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> =
|
|
<a id='L956' name='L956'></a> 956 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 0, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>,
|
|
<a id='L957' name='L957'></a> 957 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../S/src--filemanager--filegui.c.html#L742' title='Defined at 742 in src/filemanager/filegui.c.'>progress_button_callback</a>));
|
|
<a id='L958' name='L958'></a> 958 <strong class='reserved'>if</strong> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> == -1)
|
|
<a id='L959' name='L959'></a> 959 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../S/lib--widget--button.c.html#L261' title='Defined at 261 in lib/widget/button.c.'>button_get_width</a> (<a href='../S/lib--widget--button.h.html#L11' title='Defined at 11 in lib/widget/button.h.'>BUTTON</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L960' name='L960'></a> 960
|
|
<a id='L961' name='L961'></a> 961 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> =
|
|
<a id='L962' name='L962'></a> 962 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 0, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>,
|
|
<a id='L963' name='L963'></a> 963 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../S/src--filemanager--filegui.c.html#L742' title='Defined at 742 in src/filemanager/filegui.c.'>progress_button_callback</a>));
|
|
<a id='L964' name='L964'></a> 964 <strong class='reserved'>if</strong> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> == -1)
|
|
<a id='L965' name='L965'></a> 965 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../S/lib--widget--button.c.html#L261' title='Defined at 261 in lib/widget/button.c.'>button_get_width</a> (<a href='../S/lib--widget--button.h.html#L11' title='Defined at 11 in lib/widget/button.h.'>BUTTON</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L966' name='L966'></a> 966
|
|
<a id='L967' name='L967'></a> 967 <strong class='reserved'>if</strong> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> == -1)
|
|
<a id='L968' name='L968'></a> 968 <em class='brace'>{</em>
|
|
<a id='L969' name='L969'></a> 969 <em class='comment'>// create and destroy button to get it length</em>
|
|
<a id='L970' name='L970'></a> 970 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> =
|
|
<a id='L971' name='L971'></a> 971 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 0, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>,
|
|
<a id='L972' name='L972'></a> 972 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../S/src--filemanager--filegui.c.html#L742' title='Defined at 742 in src/filemanager/filegui.c.'>progress_button_callback</a>));
|
|
<a id='L973' name='L973'></a> 973 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../S/lib--widget--button.c.html#L261' title='Defined at 261 in lib/widget/button.c.'>button_get_width</a> (<a href='../S/lib--widget--button.h.html#L11' title='Defined at 11 in lib/widget/button.h.'>BUTTON</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L974' name='L974'></a> 974 <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L975' name='L975'></a> 975 <em class='brace'>}</em>
|
|
<a id='L976' name='L976'></a> 976 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
|
|
<a id='L977' name='L977'></a> 977
|
|
<a id='L978' name='L978'></a> 978 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> =
|
|
<a id='L979' name='L979'></a> 979 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 0, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>,
|
|
<a id='L980' name='L980'></a> 980 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../S/src--filemanager--filegui.c.html#L742' title='Defined at 742 in src/filemanager/filegui.c.'>progress_button_callback</a>));
|
|
<a id='L981' name='L981'></a> 981 <strong class='reserved'>if</strong> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> == -1)
|
|
<a id='L982' name='L982'></a> 982 <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../S/lib--widget--button.c.html#L261' title='Defined at 261 in lib/widget/button.c.'>button_get_width</a> (<a href='../S/lib--widget--button.h.html#L11' title='Defined at 11 in lib/widget/button.h.'>BUTTON</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>));
|
|
<a id='L983' name='L983'></a> 983
|
|
<a id='L984' name='L984'></a> 984 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L985' name='L985'></a> 985 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L986' name='L986'></a> 986 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L987' name='L987'></a> 987
|
|
<a id='L988' name='L988'></a> 988 <a href='../Y/buttons_width.html' title='Multiple used in 5 places.'>buttons_width</a> = 2 + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>
|
|
<a id='L989' name='L989'></a> 989 + <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[1].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>, <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[2].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>) + <a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[3].<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>;
|
|
<a id='L990' name='L990'></a> 990
|
|
<a id='L991' name='L991'></a> 991 <em class='comment'>// adjust dialog sizes</em>
|
|
<a id='L992' name='L992'></a> 992 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
|
|
<a id='L993' name='L993'></a> 993 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> = <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + 3;
|
|
<a id='L994' name='L994'></a> 994 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> * 2 / 3, <a href='../Y/buttons_width.html' title='Multiple used in 5 places.'>buttons_width</a> + 6);
|
|
<a id='L995' name='L995'></a> 995 <a href='../S/lib--widget--widget-common.c.html#L448' title='Defined at 448 in lib/widget/widget-common.c.'>widget_set_size_rect</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, &<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
|
|
<a id='L996' name='L996'></a> 996
|
|
<a id='L997' name='L997'></a> 997 <a href='../S/src--filemanager--filegui.c.html#L724' title='Defined at 724 in src/filemanager/filegui.c.'>place_progress_buttons</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L998' name='L998'></a> 998
|
|
<a id='L999' name='L999'></a> 999 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</a> (<a href='../Y/progress_buttons.html' title='Multiple used in 37 places.'>progress_buttons</a>[0].<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L1000' name='L1000'></a>1000
|
|
<a id='L1001' name='L1001'></a>1001 <em class='comment'>// we will manage the dialog without any help, that's why we have to call dlg_init</em>
|
|
<a id='L1002' name='L1002'></a>1002 <a href='../S/lib--widget--dialog.c.html#L473' title='Defined at 473 in lib/widget/dialog.c.'>dlg_init</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>);
|
|
<a id='L1003' name='L1003'></a>1003 <em class='brace'>}</em>
|
|
<a id='L1004' name='L1004'></a>1004
|
|
<a id='L1005' name='L1005'></a>1005 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1006' name='L1006'></a>1006
|
|
<a id='L1007' name='L1007'></a>1007 <strong class='reserved'>void</strong>
|
|
<a id='L1008' name='L1008'></a>1008 <a href='../R/file_progress_ui_destroy.html' title='Multiple referred from 3 places.'>file_progress_ui_destroy</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>)
|
|
<em class='comment'>/* <a href='#L861'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1023'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1008 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1009' name='L1009'></a>1009 <em class='brace'>{</em>
|
|
<a id='L1010' name='L1010'></a>1010 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1011' name='L1011'></a>1011 <em class='brace'>{</em>
|
|
<a id='L1012' name='L1012'></a>1012 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1013' name='L1013'></a>1013
|
|
<a id='L1014' name='L1014'></a>1014 <a href='../S/lib--widget--dialog.c.html#L535' title='Defined at 535 in lib/widget/dialog.c.'>dlg_run_done</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>);
|
|
<a id='L1015' name='L1015'></a>1015 <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</a> (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>));
|
|
<a id='L1016' name='L1016'></a>1016 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>);
|
|
<a id='L1017' name='L1017'></a>1017 <em class='brace'>}</em>
|
|
<a id='L1018' name='L1018'></a>1018 <em class='brace'>}</em>
|
|
<a id='L1019' name='L1019'></a>1019
|
|
<a id='L1020' name='L1020'></a>1020 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1021' name='L1021'></a>1021
|
|
<a id='L1022' name='L1022'></a>1022 <strong class='reserved'>void</strong>
|
|
<a id='L1023' name='L1023'></a>1023 <a href='../R/file_progress_show.html' title='Multiple referred from 6 places.'>file_progress_show</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/done.html' title='Multiple used in 53 places.'>done</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/stalled_msg.html' title='Multiple used in 7 places.'>stalled_msg</a>,
|
|
<em class='comment'>/* <a href='#L1008'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1065'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1023 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1024' name='L1024'></a>1024 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/force_update.html' title='Multiple used in 6 places.'>force_update</a>)
|
|
<a id='L1025' name='L1025'></a>1025 <em class='brace'>{</em>
|
|
<a id='L1026' name='L1026'></a>1026 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1027' name='L1027'></a>1027 <strong class='reserved'>return</strong>;
|
|
<a id='L1028' name='L1028'></a>1028
|
|
<a id='L1029' name='L1029'></a>1029 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1030' name='L1030'></a>1030
|
|
<a id='L1031' name='L1031'></a>1031 <strong class='reserved'>if</strong> (<a href='../Y/total.html' title='Multiple used in 55 places.'>total</a> == 0)
|
|
<a id='L1032' name='L1032'></a>1032 <em class='brace'>{</em>
|
|
<a id='L1033' name='L1033'></a>1033 <a href='../S/lib--widget--gauge.c.html#L169' title='Defined at 169 in lib/widget/gauge.c.'>gauge_show</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1034' name='L1034'></a>1034 <strong class='reserved'>return</strong>;
|
|
<a id='L1035' name='L1035'></a>1035 <em class='brace'>}</em>
|
|
<a id='L1036' name='L1036'></a>1036
|
|
<a id='L1037' name='L1037'></a>1037 <a href='../S/lib--widget--gauge.c.html#L154' title='Defined at 154 in lib/widget/gauge.c.'>gauge_set_value</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>, 1024, (<strong class='reserved'>int</strong>) (1024 * <a href='../Y/done.html' title='Multiple used in 53 places.'>done</a> / <a href='../Y/total.html' title='Multiple used in 55 places.'>total</a>));
|
|
<a id='L1038' name='L1038'></a>1038 <a href='../S/lib--widget--gauge.c.html#L169' title='Defined at 169 in lib/widget/gauge.c.'>gauge_show</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_gauge.html' title='Multiple used in 7 places.'>progress_file_gauge</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1039' name='L1039'></a>1039
|
|
<a id='L1040' name='L1040'></a>1040 <strong class='reserved'>if</strong> (!<a href='../Y/force_update.html' title='Multiple used in 6 places.'>force_update</a>)
|
|
<a id='L1041' name='L1041'></a>1041 <strong class='reserved'>return</strong>;
|
|
<a id='L1042' name='L1042'></a>1042
|
|
<a id='L1043' name='L1043'></a>1043 <strong class='reserved'>if</strong> (!<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/showing_eta.html' title='Multiple used in 3 places.'>showing_eta</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a> <= 0.5)
|
|
<a id='L1044' name='L1044'></a>1044 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a>, <a href='../Y/stalled_msg.html' title='Multiple used in 7 places.'>stalled_msg</a>);
|
|
<a id='L1045' name='L1045'></a>1045 <strong class='reserved'>else</strong>
|
|
<a id='L1046' name='L1046'></a>1046 <em class='brace'>{</em>
|
|
<a id='L1047' name='L1047'></a>1047 <strong class='reserved'>char</strong> <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1048' name='L1048'></a>1048
|
|
<a id='L1049' name='L1049'></a>1049 <a href='../S/src--filemanager--filegui.c.html#L336' title='Defined at 336 in src/filemanager/filegui.c.'>file_eta_prepare_for_show</a> (<a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/eta_secs.html' title='Multiple used in 15 places.'>eta_secs</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1050' name='L1050'></a>1050 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a> == 0)
|
|
<a id='L1051' name='L1051'></a>1051 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a>, "%s %s", <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/stalled_msg.html' title='Multiple used in 7 places.'>stalled_msg</a>);
|
|
<a id='L1052' name='L1052'></a>1052 <strong class='reserved'>else</strong>
|
|
<a id='L1053' name='L1053'></a>1053 <em class='brace'>{</em>
|
|
<a id='L1054' name='L1054'></a>1054 <strong class='reserved'>char</strong> <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1055' name='L1055'></a>1055
|
|
<a id='L1056' name='L1056'></a>1056 <a href='../S/src--filemanager--filegui.c.html#L367' title='Defined at 367 in src/filemanager/filegui.c.'>file_bps_prepare_for_show</a> (<a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/bps.html' title='Multiple used in 12 places.'>bps</a>);
|
|
<a id='L1057' name='L1057'></a>1057 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_file_label.html' title='Multiple used in 6 places.'>progress_file_label</a>, "%s (%s) %s", <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>, <a href='../Y/stalled_msg.html' title='Multiple used in 7 places.'>stalled_msg</a>);
|
|
<a id='L1058' name='L1058'></a>1058 <em class='brace'>}</em>
|
|
<a id='L1059' name='L1059'></a>1059 <em class='brace'>}</em>
|
|
<a id='L1060' name='L1060'></a>1060 <em class='brace'>}</em>
|
|
<a id='L1061' name='L1061'></a>1061
|
|
<a id='L1062' name='L1062'></a>1062 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1063' name='L1063'></a>1063
|
|
<a id='L1064' name='L1064'></a>1064 <strong class='reserved'>void</strong>
|
|
<a id='L1065' name='L1065'></a>1065 <a href='../R/file_progress_show_count.html' title='Multiple referred from 7 places.'>file_progress_show_count</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>)
|
|
<em class='comment'>/* <a href='#L1023'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1086'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1065 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1066' name='L1066'></a>1066 <em class='brace'>{</em>
|
|
<a id='L1067' name='L1067'></a>1067 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1068' name='L1068'></a>1068 <strong class='reserved'>return</strong>;
|
|
<a id='L1069' name='L1069'></a>1069
|
|
<a id='L1070' name='L1070'></a>1070 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1071' name='L1071'></a>1071
|
|
<a id='L1072' name='L1072'></a>1072 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1073' name='L1073'></a>1073 <strong class='reserved'>return</strong>;
|
|
<a id='L1074' name='L1074'></a>1074
|
|
<a id='L1075' name='L1075'></a>1075 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/totals_computed.html' title='Multiple used in 8 places.'>totals_computed</a>)
|
|
<a id='L1076' name='L1076'></a>1076 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Files processed: %zu / %zu"),
|
|
<a id='L1077' name='L1077'></a>1077 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_progress_count.html' title='Multiple used in 9 places.'>total_progress_count</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_count.html' title='Multiple used in 7 places.'>total_count</a>);
|
|
<a id='L1078' name='L1078'></a>1078 <strong class='reserved'>else</strong>
|
|
<a id='L1079' name='L1079'></a>1079 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_files_processed_label.html' title='Multiple used in 8 places.'>total_files_processed_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Files processed: %zu"),
|
|
<a id='L1080' name='L1080'></a>1080 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_progress_count.html' title='Multiple used in 9 places.'>total_progress_count</a>);
|
|
<a id='L1081' name='L1081'></a>1081 <em class='brace'>}</em>
|
|
<a id='L1082' name='L1082'></a>1082
|
|
<a id='L1083' name='L1083'></a>1083 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1084' name='L1084'></a>1084
|
|
<a id='L1085' name='L1085'></a>1085 <strong class='reserved'>void</strong>
|
|
<a id='L1086' name='L1086'></a>1086 <a href='../R/file_progress_show_total.html' title='Multiple referred from 3 places.'>file_progress_show_total</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a> <a href='../Y/copied_bytes.html' title='Multiple used in 8 places.'>copied_bytes</a>, <a href='../Y/gint64.html' title='Multiple used in 51 places.'>gint64</a> <a href='../Y/tv_current.html' title='Multiple used in 20 places.'>tv_current</a>,
|
|
<em class='comment'>/* <a href='#L1065'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1159'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1086 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1087' name='L1087'></a>1087 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/show_summary.html' title='Multiple used in 3 places.'>show_summary</a>)
|
|
<a id='L1088' name='L1088'></a>1088 <em class='brace'>{</em>
|
|
<a id='L1089' name='L1089'></a>1089 <strong class='reserved'>char</strong> <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1090' name='L1090'></a>1090 <strong class='reserved'>char</strong> <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1091' name='L1091'></a>1091
|
|
<a id='L1092' name='L1092'></a>1092 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1093' name='L1093'></a>1093 <strong class='reserved'>return</strong>;
|
|
<a id='L1094' name='L1094'></a>1094
|
|
<a id='L1095' name='L1095'></a>1095 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1096' name='L1096'></a>1096
|
|
<a id='L1097' name='L1097'></a>1097 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1098' name='L1098'></a>1098 <em class='brace'>{</em>
|
|
<a id='L1099' name='L1099'></a>1099 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bytes.html' title='Multiple used in 11 places.'>total_bytes</a> == 0)
|
|
<a id='L1100' name='L1100'></a>1100 <a href='../S/lib--widget--gauge.c.html#L169' title='Defined at 169 in lib/widget/gauge.c.'>gauge_show</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L1101' name='L1101'></a>1101 <strong class='reserved'>else</strong>
|
|
<a id='L1102' name='L1102'></a>1102 <em class='brace'>{</em>
|
|
<a id='L1103' name='L1103'></a>1103 <a href='../S/lib--widget--gauge.c.html#L154' title='Defined at 154 in lib/widget/gauge.c.'>gauge_set_value</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>, 1024,
|
|
<a id='L1104' name='L1104'></a>1104 (<strong class='reserved'>int</strong>) (1024 * <a href='../Y/copied_bytes.html' title='Multiple used in 8 places.'>copied_bytes</a> / <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bytes.html' title='Multiple used in 11 places.'>total_bytes</a>));
|
|
<a id='L1105' name='L1105'></a>1105 <a href='../S/lib--widget--gauge.c.html#L169' title='Defined at 169 in lib/widget/gauge.c.'>gauge_show</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/progress_total_gauge.html' title='Multiple used in 8 places.'>progress_total_gauge</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1106' name='L1106'></a>1106 <em class='brace'>}</em>
|
|
<a id='L1107' name='L1107'></a>1107 <em class='brace'>}</em>
|
|
<a id='L1108' name='L1108'></a>1108
|
|
<a id='L1109' name='L1109'></a>1109 <strong class='reserved'>if</strong> (!<a href='../Y/show_summary.html' title='Multiple used in 3 places.'>show_summary</a> && <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bps.html' title='Multiple used in 8 places.'>total_bps</a> == 0)
|
|
<a id='L1110' name='L1110'></a>1110 <strong class='reserved'>return</strong>;
|
|
<a id='L1111' name='L1111'></a>1111
|
|
<a id='L1112' name='L1112'></a>1112 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1113' name='L1113'></a>1113 <em class='brace'>{</em>
|
|
<a id='L1114' name='L1114'></a>1114 <strong class='reserved'>char</strong> <a href='../Y/buffer4.html' title='Multiple used in 5 places.'>buffer4</a>[<a href='../S/lib--global.h.html#L91' title='Defined at 91 in lib/global.h.'>BUF_TINY</a>];
|
|
<a id='L1115' name='L1115'></a>1115
|
|
<a id='L1116' name='L1116'></a>1116 <a href='../S/src--filemanager--filegui.c.html#L323' title='Defined at 323 in src/filemanager/filegui.c.'>file_frmt_time</a> (<a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>,
|
|
<a id='L1117' name='L1117'></a>1117 (<a href='../Y/tv_current.html' title='Multiple used in 20 places.'>tv_current</a> - <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/pauses.html' title='Multiple used in 9 places.'>pauses</a> - <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_transfer_start.html' title='Multiple used in 5 places.'>total_transfer_start</a>) / <a href='../Y/G_USEC_PER_SEC.html' title='Multiple used in 23 places.'>G_USEC_PER_SEC</a>);
|
|
<a id='L1118' name='L1118'></a>1118
|
|
<a id='L1119' name='L1119'></a>1119 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/totals_computed.html' title='Multiple used in 8 places.'>totals_computed</a>)
|
|
<a id='L1120' name='L1120'></a>1120 <em class='brace'>{</em>
|
|
<a id='L1121' name='L1121'></a>1121 <a href='../S/src--filemanager--filegui.c.html#L336' title='Defined at 336 in src/filemanager/filegui.c.'>file_eta_prepare_for_show</a> (<a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_eta_secs.html' title='Multiple used in 4 places.'>total_eta_secs</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1122' name='L1122'></a>1122 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bps.html' title='Multiple used in 8 places.'>total_bps</a> == 0)
|
|
<a id='L1123' name='L1123'></a>1123 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Time: %s %s"), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>);
|
|
<a id='L1124' name='L1124'></a>1124 <strong class='reserved'>else</strong>
|
|
<a id='L1125' name='L1125'></a>1125 <em class='brace'>{</em>
|
|
<a id='L1126' name='L1126'></a>1126 <a href='../S/src--filemanager--filegui.c.html#L367' title='Defined at 367 in src/filemanager/filegui.c.'>file_bps_prepare_for_show</a> (<a href='../Y/buffer4.html' title='Multiple used in 5 places.'>buffer4</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bps.html' title='Multiple used in 8 places.'>total_bps</a>);
|
|
<a id='L1127' name='L1127'></a>1127 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Time: %s %s (%s)"), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>, <a href='../Y/buffer4.html' title='Multiple used in 5 places.'>buffer4</a>);
|
|
<a id='L1128' name='L1128'></a>1128 <em class='brace'>}</em>
|
|
<a id='L1129' name='L1129'></a>1129 <em class='brace'>}</em>
|
|
<a id='L1130' name='L1130'></a>1130 <strong class='reserved'>else</strong>
|
|
<a id='L1131' name='L1131'></a>1131 <em class='brace'>{</em>
|
|
<a id='L1132' name='L1132'></a>1132 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bps.html' title='Multiple used in 8 places.'>total_bps</a> == 0)
|
|
<a id='L1133' name='L1133'></a>1133 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Time: %s"), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>);
|
|
<a id='L1134' name='L1134'></a>1134 <strong class='reserved'>else</strong>
|
|
<a id='L1135' name='L1135'></a>1135 <em class='brace'>{</em>
|
|
<a id='L1136' name='L1136'></a>1136 <a href='../S/src--filemanager--filegui.c.html#L367' title='Defined at 367 in src/filemanager/filegui.c.'>file_bps_prepare_for_show</a> (<a href='../Y/buffer4.html' title='Multiple used in 5 places.'>buffer4</a>, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bps.html' title='Multiple used in 8 places.'>total_bps</a>);
|
|
<a id='L1137' name='L1137'></a>1137 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/time_label.html' title='Multiple used in 8 places.'>time_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Time: %s (%s)"), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/buffer4.html' title='Multiple used in 5 places.'>buffer4</a>);
|
|
<a id='L1138' name='L1138'></a>1138 <em class='brace'>}</em>
|
|
<a id='L1139' name='L1139'></a>1139 <em class='brace'>}</em>
|
|
<a id='L1140' name='L1140'></a>1140 <em class='brace'>}</em>
|
|
<a id='L1141' name='L1141'></a>1141
|
|
<a id='L1142' name='L1142'></a>1142 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1143' name='L1143'></a>1143 <em class='brace'>{</em>
|
|
<a id='L1144' name='L1144'></a>1144 <a href='../S/lib--util.c.html#L400' title='Defined at 400 in lib/util.c.'>size_trunc_len</a> (<a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, 5, <a href='../Y/copied_bytes.html' title='Multiple used in 8 places.'>copied_bytes</a>, 0, <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a>);
|
|
<a id='L1145' name='L1145'></a>1145
|
|
<a id='L1146' name='L1146'></a>1146 <strong class='reserved'>if</strong> (!<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/totals_computed.html' title='Multiple used in 8 places.'>totals_computed</a>)
|
|
<a id='L1147' name='L1147'></a>1147 <a href='../S/lib--widget--hline.c.html#L182' title='Defined at 182 in lib/widget/hline.c.'>hline_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> (" Total: %s "), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>);
|
|
<a id='L1148' name='L1148'></a>1148 <strong class='reserved'>else</strong>
|
|
<a id='L1149' name='L1149'></a>1149 <em class='brace'>{</em>
|
|
<a id='L1150' name='L1150'></a>1150 <a href='../S/lib--util.c.html#L400' title='Defined at 400 in lib/util.c.'>size_trunc_len</a> (<a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>, 5, <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/total_bytes.html' title='Multiple used in 11 places.'>total_bytes</a>, 0, <a href='../Y/panels_options.html' title='Multiple used in 100 places.'>panels_options</a>.<a href='../Y/kilobyte_si.html' title='Multiple used in 19 places.'>kilobyte_si</a>);
|
|
<a id='L1151' name='L1151'></a>1151 <a href='../S/lib--widget--hline.c.html#L182' title='Defined at 182 in lib/widget/hline.c.'>hline_set_textv</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/total_bytes_label.html' title='Multiple used in 6 places.'>total_bytes_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> (" Total: %s / %s "), <a href='../Y/buffer2.html' title='Multiple used in 25 places.'>buffer2</a>, <a href='../Y/buffer3.html' title='Multiple used in 12 places.'>buffer3</a>);
|
|
<a id='L1152' name='L1152'></a>1152 <em class='brace'>}</em>
|
|
<a id='L1153' name='L1153'></a>1153 <em class='brace'>}</em>
|
|
<a id='L1154' name='L1154'></a>1154 <em class='brace'>}</em>
|
|
<a id='L1155' name='L1155'></a>1155
|
|
<a id='L1156' name='L1156'></a>1156 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1157' name='L1157'></a>1157
|
|
<a id='L1158' name='L1158'></a>1158 <strong class='reserved'>void</strong>
|
|
<a id='L1159' name='L1159'></a>1159 <a href='../R/file_progress_show_source.html' title='Multiple referred from 6 places.'>file_progress_show_source</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)
|
|
<em class='comment'>/* <a href='#L1086'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1181'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1159 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1160' name='L1160'></a>1160 <em class='brace'>{</em>
|
|
<a id='L1161' name='L1161'></a>1161 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1162' name='L1162'></a>1162 <strong class='reserved'>return</strong>;
|
|
<a id='L1163' name='L1163'></a>1163
|
|
<a id='L1164' name='L1164'></a>1164 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1165' name='L1165'></a>1165
|
|
<a id='L1166' name='L1166'></a>1166 <strong class='reserved'>if</strong> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1167' name='L1167'></a>1167 <em class='brace'>{</em>
|
|
<a id='L1168' name='L1168'></a>1168 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Source"));
|
|
<a id='L1169' name='L1169'></a>1169 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>, <a href='../S/src--filemanager--filegui.c.html#L164' title='Defined at 164 in src/filemanager/filegui.c.'>truncFileStringSecure</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)));
|
|
<a id='L1170' name='L1170'></a>1170 <em class='brace'>}</em>
|
|
<a id='L1171' name='L1171'></a>1171 <strong class='reserved'>else</strong>
|
|
<a id='L1172' name='L1172'></a>1172 <em class='brace'>{</em>
|
|
<a id='L1173' name='L1173'></a>1173 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1174' name='L1174'></a>1174 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1175' name='L1175'></a>1175 <em class='brace'>}</em>
|
|
<a id='L1176' name='L1176'></a>1176 <em class='brace'>}</em>
|
|
<a id='L1177' name='L1177'></a>1177
|
|
<a id='L1178' name='L1178'></a>1178 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1179' name='L1179'></a>1179
|
|
<a id='L1180' name='L1180'></a>1180 <strong class='reserved'>void</strong>
|
|
<a id='L1181' name='L1181'></a>1181 <a href='../R/file_progress_show_target.html' title='Multiple referred from 5 places.'>file_progress_show_target</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)
|
|
<em class='comment'>/* <a href='#L1159'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1203'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1181 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1182' name='L1182'></a>1182 <em class='brace'>{</em>
|
|
<a id='L1183' name='L1183'></a>1183 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1184' name='L1184'></a>1184 <strong class='reserved'>return</strong>;
|
|
<a id='L1185' name='L1185'></a>1185
|
|
<a id='L1186' name='L1186'></a>1186 <strong class='reserved'>const</strong> <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1187' name='L1187'></a>1187
|
|
<a id='L1188' name='L1188'></a>1188 <strong class='reserved'>if</strong> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1189' name='L1189'></a>1189 <em class='brace'>{</em>
|
|
<a id='L1190' name='L1190'></a>1190 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file_label.html' title='Multiple used in 5 places.'>tgt_file_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Target"));
|
|
<a id='L1191' name='L1191'></a>1191 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file.html' title='Multiple used in 5 places.'>tgt_file</a>, <a href='../S/src--filemanager--filegui.c.html#L164' title='Defined at 164 in src/filemanager/filegui.c.'>truncFileStringSecure</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>)));
|
|
<a id='L1192' name='L1192'></a>1192 <em class='brace'>}</em>
|
|
<a id='L1193' name='L1193'></a>1193 <strong class='reserved'>else</strong>
|
|
<a id='L1194' name='L1194'></a>1194 <em class='brace'>{</em>
|
|
<a id='L1195' name='L1195'></a>1195 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file_label.html' title='Multiple used in 5 places.'>tgt_file_label</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1196' name='L1196'></a>1196 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_file.html' title='Multiple used in 5 places.'>tgt_file</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1197' name='L1197'></a>1197 <em class='brace'>}</em>
|
|
<a id='L1198' name='L1198'></a>1198 <em class='brace'>}</em>
|
|
<a id='L1199' name='L1199'></a>1199
|
|
<a id='L1200' name='L1200'></a>1200 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1201' name='L1201'></a>1201
|
|
<a id='L1202' name='L1202'></a>1202 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1203' name='L1203'></a>1203 <a href='../R/file_progress_show_deleting.html' title='Multiple referred from 5 places.'>file_progress_show_deleting</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> *<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>)
|
|
<em class='comment'>/* <a href='#L1181'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1236'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1203 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1204' name='L1204'></a>1204 <em class='brace'>{</em>
|
|
<a id='L1205' name='L1205'></a>1205 <strong class='reserved'>static</strong> <a href='../Y/gint64.html' title='Multiple used in 51 places.'>gint64</a> <a href='../Y/timestamp.html' title='Multiple used in 14 places.'>timestamp</a> = 0;
|
|
<a id='L1206' name='L1206'></a>1206 <strong class='reserved'>const</strong> <a href='../Y/gint64.html' title='Multiple used in 51 places.'>gint64</a> <a href='../Y/delay.html' title='Multiple used in 20 places.'>delay</a> = <a href='../Y/G_USEC_PER_SEC.html' title='Multiple used in 23 places.'>G_USEC_PER_SEC</a> / 25; <em class='comment'>// update with 25 FPS rate</em>
|
|
<a id='L1207' name='L1207'></a>1207
|
|
<a id='L1208' name='L1208'></a>1208 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1209' name='L1209'></a>1209 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1210' name='L1210'></a>1210
|
|
<a id='L1211' name='L1211'></a>1211 <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--util.c.html#L1378' title='Defined at 1378 in lib/util.c.'>mc_time_elapsed</a> (&<a href='../Y/timestamp.html' title='Multiple used in 14 places.'>timestamp</a>, <a href='../Y/delay.html' title='Multiple used in 20 places.'>delay</a>);
|
|
<a id='L1212' name='L1212'></a>1212
|
|
<a id='L1213' name='L1213'></a>1213 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L1214' name='L1214'></a>1214 <em class='brace'>{</em>
|
|
<a id='L1215' name='L1215'></a>1215 <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1216' name='L1216'></a>1216 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>;
|
|
<a id='L1217' name='L1217'></a>1217
|
|
<a id='L1218' name='L1218'></a>1218 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1219' name='L1219'></a>1219
|
|
<a id='L1220' name='L1220'></a>1220 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1221' name='L1221'></a>1221 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file_label.html' title='Multiple used in 7 places.'>src_file_label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Deleting"));
|
|
<a id='L1222' name='L1222'></a>1222
|
|
<a id='L1223' name='L1223'></a>1223 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>);
|
|
<a id='L1224' name='L1224'></a>1224 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_file.html' title='Multiple used in 8 places.'>src_file</a>, <a href='../S/src--filemanager--filegui.c.html#L164' title='Defined at 164 in src/filemanager/filegui.c.'>truncFileStringSecure</a> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/op_dlg.html' title='Multiple used in 18 places.'>op_dlg</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>));
|
|
<a id='L1225' name='L1225'></a>1225 <em class='brace'>}</em>
|
|
<a id='L1226' name='L1226'></a>1226
|
|
<a id='L1227' name='L1227'></a>1227 <strong class='reserved'>if</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1228' name='L1228'></a>1228 (*<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>)++;
|
|
<a id='L1229' name='L1229'></a>1229
|
|
<a id='L1230' name='L1230'></a>1230 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1231' name='L1231'></a>1231 <em class='brace'>}</em>
|
|
<a id='L1232' name='L1232'></a>1232
|
|
<a id='L1233' name='L1233'></a>1233 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1234' name='L1234'></a>1234
|
|
<a id='L1235' name='L1235'></a>1235 <a href='../S/src--filemanager--filegui.h.html#L54' title='Defined at 54 in src/filemanager/filegui.h.'>FileProgressStatus</a>
|
|
<a id='L1236' name='L1236'></a>1236 <a href='../R/file_progress_real_query_replace.html' title='Multiple referred from 4 places.'>file_progress_real_query_replace</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>enum</strong> <a href='../S/src--filemanager--filegui.h.html#L57' title='Defined at 57 in src/filemanager/filegui.h.'>OperationMode</a> <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/src.html' title='Multiple used in 112 places.'>src</a>,
|
|
<em class='comment'>/* <a href='#L1203'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1314'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1236 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1237' name='L1237'></a>1237 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/dst.html' title='Multiple used in 68 places.'>dst</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>)
|
|
<a id='L1238' name='L1238'></a>1238 <em class='brace'>{</em>
|
|
<a id='L1239' name='L1239'></a>1239 <a href='../S/src--filemanager--filegui.c.html#L225' title='Defined at 225 in src/filemanager/filegui.c.'>file_progress_ui_t</a> *<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1240' name='L1240'></a>1240 <a href='../S/src--filemanager--filegui.h.html#L54' title='Defined at 54 in src/filemanager/filegui.h.'>FileProgressStatus</a> <a href='../Y/replace_with_zero.html' title='Multiple used in 5 places.'>replace_with_zero</a>;
|
|
<a id='L1241' name='L1241'></a>1241
|
|
<a id='L1242' name='L1242'></a>1242 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1243' name='L1243'></a>1243 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L1244' name='L1244'></a>1244
|
|
<a id='L1245' name='L1245'></a>1245 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>;
|
|
<a id='L1246' name='L1246'></a>1246
|
|
<a id='L1247' name='L1247'></a>1247 <strong class='reserved'>if</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a> == <a href='../S/src--filemanager--filegui.c.html#L182' title='Defined at 182 in src/filemanager/filegui.c.'>REPLACE_YES</a> || <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a> == <a href='../S/src--filemanager--filegui.c.html#L183' title='Defined at 183 in src/filemanager/filegui.c.'>REPLACE_NO</a>
|
|
<a id='L1248' name='L1248'></a>1248 || <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a> == <a href='../S/src--filemanager--filegui.c.html#L184' title='Defined at 184 in src/filemanager/filegui.c.'>REPLACE_APPEND</a>)
|
|
<a id='L1249' name='L1249'></a>1249 <em class='brace'>{</em>
|
|
<a id='L1250' name='L1250'></a>1250 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_filename.html' title='Multiple used in 3 places.'>src_filename</a> = <a href='../Y/src.html' title='Multiple used in 112 places.'>src</a>;
|
|
<a id='L1251' name='L1251'></a>1251 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a> = <a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>;
|
|
<a id='L1252' name='L1252'></a>1252 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/tgt_filename.html' title='Multiple used in 3 places.'>tgt_filename</a> = <a href='../Y/dst.html' title='Multiple used in 68 places.'>dst</a>;
|
|
<a id='L1253' name='L1253'></a>1253 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a> = <a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>;
|
|
<a id='L1254' name='L1254'></a>1254 <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a> = <a href='../S/src--filemanager--filegui.c.html#L422' title='Defined at 422 in src/filemanager/filegui.c.'>overwrite_query_dialog</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <a href='../Y/mode.html' title='Multiple used in 188 places.'>mode</a>);
|
|
<a id='L1255' name='L1255'></a>1255 <em class='brace'>}</em>
|
|
<a id='L1256' name='L1256'></a>1256
|
|
<a id='L1257' name='L1257'></a>1257 <a href='../Y/replace_with_zero.html' title='Multiple used in 5 places.'>replace_with_zero</a> =
|
|
<a id='L1258' name='L1258'></a>1258 (<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> == 0 && <a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/dont_overwrite_with_zero.html' title='Multiple used in 3 places.'>dont_overwrite_with_zero</a>) ? <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a> : <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L1259' name='L1259'></a>1259
|
|
<a id='L1260' name='L1260'></a>1260 <strong class='reserved'>switch</strong> (<a href='../Y/ui.html' title='Multiple used in 125 places.'>ui</a>-><a href='../Y/replace_result.html' title='Multiple used in 6 places.'>replace_result</a>)
|
|
<a id='L1261' name='L1261'></a>1261 <em class='brace'>{</em>
|
|
<a id='L1262' name='L1262'></a>1262 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L187' title='Defined at 187 in src/filemanager/filegui.c.'>REPLACE_OLDER</a>:
|
|
<a id='L1263' name='L1263'></a>1263 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1264' name='L1264'></a>1264 <strong class='reserved'>if</strong> (<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a> > <a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>)
|
|
<a id='L1265' name='L1265'></a>1265 <strong class='reserved'>return</strong> <a href='../Y/replace_with_zero.html' title='Multiple used in 5 places.'>replace_with_zero</a>;
|
|
<a id='L1266' name='L1266'></a>1266 <strong class='reserved'>else</strong>
|
|
<a id='L1267' name='L1267'></a>1267 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>;
|
|
<a id='L1268' name='L1268'></a>1268
|
|
<a id='L1269' name='L1269'></a>1269 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L190' title='Defined at 190 in src/filemanager/filegui.c.'>REPLACE_SIZE</a>:
|
|
<a id='L1270' name='L1270'></a>1270 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1271' name='L1271'></a>1271 <strong class='reserved'>if</strong> (<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> == <a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>)
|
|
<a id='L1272' name='L1272'></a>1272 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>;
|
|
<a id='L1273' name='L1273'></a>1273 <strong class='reserved'>else</strong>
|
|
<a id='L1274' name='L1274'></a>1274 <strong class='reserved'>return</strong> <a href='../Y/replace_with_zero.html' title='Multiple used in 5 places.'>replace_with_zero</a>;
|
|
<a id='L1275' name='L1275'></a>1275
|
|
<a id='L1276' name='L1276'></a>1276 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L189' title='Defined at 189 in src/filemanager/filegui.c.'>REPLACE_SMALLER</a>:
|
|
<a id='L1277' name='L1277'></a>1277 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1278' name='L1278'></a>1278 <strong class='reserved'>if</strong> (<a href='../Y/src_stat.html' title='Multiple used in 103 places.'>src_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> > <a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>)
|
|
<a id='L1279' name='L1279'></a>1279 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L1280' name='L1280'></a>1280 <strong class='reserved'>else</strong>
|
|
<a id='L1281' name='L1281'></a>1281 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>;
|
|
<a id='L1282' name='L1282'></a>1282
|
|
<a id='L1283' name='L1283'></a>1283 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L186' title='Defined at 186 in src/filemanager/filegui.c.'>REPLACE_ALL</a>:
|
|
<a id='L1284' name='L1284'></a>1284 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1285' name='L1285'></a>1285 <strong class='reserved'>return</strong> <a href='../Y/replace_with_zero.html' title='Multiple used in 5 places.'>replace_with_zero</a>;
|
|
<a id='L1286' name='L1286'></a>1286
|
|
<a id='L1287' name='L1287'></a>1287 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L185' title='Defined at 185 in src/filemanager/filegui.c.'>REPLACE_REGET</a>:
|
|
<a id='L1288' name='L1288'></a>1288 <em class='comment'>// Careful: we fall through and set do_append</em>
|
|
<a id='L1289' name='L1289'></a>1289 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/do_reget.html' title='Multiple used in 17 places.'>do_reget</a> = <a href='../Y/dst_stat.html' title='Multiple used in 50 places.'>dst_stat</a>-><a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>;
|
|
<a id='L1290' name='L1290'></a>1290 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
|
|
<a id='L1291' name='L1291'></a>1291
|
|
<a id='L1292' name='L1292'></a>1292 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L184' title='Defined at 184 in src/filemanager/filegui.c.'>REPLACE_APPEND</a>:
|
|
<a id='L1293' name='L1293'></a>1293 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/do_append.html' title='Multiple used in 21 places.'>do_append</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1294' name='L1294'></a>1294 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
|
|
<a id='L1295' name='L1295'></a>1295
|
|
<a id='L1296' name='L1296'></a>1296 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L182' title='Defined at 182 in src/filemanager/filegui.c.'>REPLACE_YES</a>:
|
|
<a id='L1297' name='L1297'></a>1297 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1298' name='L1298'></a>1298 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L47' title='Defined at 47 in src/filemanager/filegui.h.'>FILE_CONT</a>;
|
|
<a id='L1299' name='L1299'></a>1299
|
|
<a id='L1300' name='L1300'></a>1300 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L183' title='Defined at 183 in src/filemanager/filegui.c.'>REPLACE_NO</a>:
|
|
<a id='L1301' name='L1301'></a>1301 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L188' title='Defined at 188 in src/filemanager/filegui.c.'>REPLACE_NONE</a>:
|
|
<a id='L1302' name='L1302'></a>1302 <a href='../S/lib--widget--dialog-switch.c.html#L338' title='Defined at 338 in lib/widget/dialog-switch.c.'>do_refresh</a> ();
|
|
<a id='L1303' name='L1303'></a>1303 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L49' title='Defined at 49 in src/filemanager/filegui.h.'>FILE_SKIP</a>;
|
|
<a id='L1304' name='L1304'></a>1304
|
|
<a id='L1305' name='L1305'></a>1305 <strong class='reserved'>case</strong> <a href='../S/src--filemanager--filegui.c.html#L191' title='Defined at 191 in src/filemanager/filegui.c.'>REPLACE_ABORT</a>:
|
|
<a id='L1306' name='L1306'></a>1306 <strong class='reserved'>default</strong>:
|
|
<a id='L1307' name='L1307'></a>1307 <strong class='reserved'>return</strong> <a href='../S/src--filemanager--filegui.h.html#L50' title='Defined at 50 in src/filemanager/filegui.h.'>FILE_ABORT</a>;
|
|
<a id='L1308' name='L1308'></a>1308 <em class='brace'>}</em>
|
|
<a id='L1309' name='L1309'></a>1309 <em class='brace'>}</em>
|
|
<a id='L1310' name='L1310'></a>1310
|
|
<a id='L1311' name='L1311'></a>1311 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1312' name='L1312'></a>1312
|
|
<a id='L1313' name='L1313'></a>1313 <strong class='reserved'>char</strong> *
|
|
<a id='L1314' name='L1314'></a>1314 <a href='../R/file_mask_dialog.html' title='Multiple referred from 2 places.'>file_mask_dialog</a> (<a href='../S/src--filemanager--filegui.h.html#L155' title='Defined at 155 in src/filemanager/filegui.h.'>file_op_context_t</a> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/format.html' title='Multiple used in 125 places.'>format</a>, <strong class='reserved'>const</strong> <strong class='reserved'>void</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>,
|
|
<em class='comment'>/* <a href='#L1236'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1314 src/filemanager/filegui.c' /> */</em>
|
|
<a id='L1315' name='L1315'></a>1315 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/def_text.html' title='Multiple used in 33 places.'>def_text</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/do_bg.html' title='Multiple used in 9 places.'>do_bg</a>)
|
|
<a id='L1316' name='L1316'></a>1316 <em class='brace'>{</em>
|
|
<a id='L1317' name='L1317'></a>1317 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a>;
|
|
<a id='L1318' name='L1318'></a>1318 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a>;
|
|
<a id='L1319' name='L1319'></a>1319 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
|
|
<a id='L1320' name='L1320'></a>1320 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/source_easy_patterns.html' title='Multiple used in 4 places.'>source_easy_patterns</a> = <a href='../Y/easy_patterns.html' title='Multiple used in 12 places.'>easy_patterns</a>;
|
|
<a id='L1321' name='L1321'></a>1321 <strong class='reserved'>char</strong> <a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>[<a href='../S/lib--global.h.html#L89' title='Defined at 89 in lib/global.h.'>BUF_MEDIUM</a>];
|
|
<a id='L1322' name='L1322'></a>1322 <strong class='reserved'>char</strong> *<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1323' name='L1323'></a>1323 <strong class='reserved'>char</strong> *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>;
|
|
<a id='L1324' name='L1324'></a>1324 <strong class='reserved'>char</strong> *<a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a>;
|
|
<a id='L1325' name='L1325'></a>1325
|
|
<a id='L1326' name='L1326'></a>1326 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1327' name='L1327'></a>1327 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1328' name='L1328'></a>1328
|
|
<a id='L1329' name='L1329'></a>1329 <em class='comment'>// unselect checkbox if target filesystem doesn't support attributes</em>
|
|
<a id='L1330' name='L1330'></a>1330 <a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a> = <a href='../Y/copymove_persistent_attr.html' title='Multiple used in 4 places.'>copymove_persistent_attr</a> && <a href='../S/src--filemanager--filegui.c.html#L274' title='Defined at 274 in src/filemanager/filegui.c.'>filegui__check_attrs_on_fs</a> (<a href='../Y/def_text.html' title='Multiple used in 33 places.'>def_text</a>);
|
|
<a id='L1331' name='L1331'></a>1331
|
|
<a id='L1332' name='L1332'></a>1332 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/stable_symlinks.html' title='Multiple used in 7 places.'>stable_symlinks</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1333' name='L1333'></a>1333 *<a href='../Y/do_bg.html' title='Multiple used in 9 places.'>do_bg</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1334' name='L1334'></a>1334
|
|
<a id='L1335' name='L1335'></a>1335 <em class='comment'>// filter out a possible password from def_text</em>
|
|
<a id='L1336' name='L1336'></a>1336 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L685' title='Defined at 685 in lib/vfs/path.c.'>vfs_path_from_str_flags</a> (<a href='../Y/def_text.html' title='Multiple used in 33 places.'>def_text</a>, <a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a> ? <a href='../S/lib--vfs--path.h.html#L13' title='Defined at 13 in lib/vfs/path.h.'>VPF_NO_CANON</a> : <a href='../S/lib--vfs--path.h.html#L12' title='Defined at 12 in lib/vfs/path.h.'>VPF_NONE</a>);
|
|
<a id='L1337' name='L1337'></a>1337 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a> = <a href='../S/lib--vfs--path.c.html#L583' title='Defined at 583 in lib/vfs/path.c.'>vfs_path_to_str_flags</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, 0, <a href='../S/lib--vfs--path.h.html#L17' title='Defined at 17 in lib/vfs/path.h.'>VPF_STRIP_PASSWORD</a>);
|
|
<a id='L1338' name='L1338'></a>1338 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1339' name='L1339'></a>1339
|
|
<a id='L1340' name='L1340'></a>1340 <strong class='reserved'>if</strong> (<a href='../Y/source_easy_patterns.html' title='Multiple used in 4 places.'>source_easy_patterns</a>)
|
|
<a id='L1341' name='L1341'></a>1341 <a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a> = <a href='../S/lib--strutil--strescape.c.html#L190' title='Defined at 190 in lib/strutil/strescape.c.'>str_glob_escape</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1342' name='L1342'></a>1342 <strong class='reserved'>else</strong>
|
|
<a id='L1343' name='L1343'></a>1343 <a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a> = <a href='../S/lib--strutil--strescape.c.html#L198' title='Defined at 198 in lib/strutil/strescape.c.'>str_regex_escape</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1344' name='L1344'></a>1344 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1345' name='L1345'></a>1345
|
|
<a id='L1346' name='L1346'></a>1346 <strong class='reserved'>if</strong> (<a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a>)
|
|
<a id='L1347' name='L1347'></a>1347 <em class='brace'>{</em>
|
|
<a id='L1348' name='L1348'></a>1348 <strong class='reserved'>int</strong> <a href='../Y/format_len.html' title='Multiple used in 5 places.'>format_len</a>, <a href='../Y/text_len.html' title='Multiple used in 16 places.'>text_len</a>;
|
|
<a id='L1349' name='L1349'></a>1349 <strong class='reserved'>int</strong> <a href='../Y/max_len.html' title='Multiple used in 5 places.'>max_len</a>;
|
|
<a id='L1350' name='L1350'></a>1350
|
|
<a id='L1351' name='L1351'></a>1351 <a href='../Y/format_len.html' title='Multiple used in 5 places.'>format_len</a> = <a href='../S/lib--strutil--strutil.c.html#L653' title='Defined at 653 in lib/strutil/strutil.c.'>str_term_width1</a> (<a href='../Y/format.html' title='Multiple used in 125 places.'>format</a>);
|
|
<a id='L1352' name='L1352'></a>1352 <a href='../Y/text_len.html' title='Multiple used in 16 places.'>text_len</a> = <a href='../S/lib--strutil--strutil.c.html#L653' title='Defined at 653 in lib/strutil/strutil.c.'>str_term_width1</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L1353' name='L1353'></a>1353 <a href='../Y/max_len.html' title='Multiple used in 5 places.'>max_len</a> = <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> - 2 - 6;
|
|
<a id='L1354' name='L1354'></a>1354
|
|
<a id='L1355' name='L1355'></a>1355 <strong class='reserved'>if</strong> (<a href='../Y/format_len.html' title='Multiple used in 5 places.'>format_len</a> + <a href='../Y/text_len.html' title='Multiple used in 16 places.'>text_len</a> <= <a href='../Y/max_len.html' title='Multiple used in 5 places.'>max_len</a>)
|
|
<a id='L1356' name='L1356'></a>1356 <em class='brace'>{</em>
|
|
<a id='L1357' name='L1357'></a>1357 <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> = <a href='../Y/format_len.html' title='Multiple used in 5 places.'>format_len</a> + <a href='../Y/text_len.html' title='Multiple used in 16 places.'>text_len</a> + 6;
|
|
<a id='L1358' name='L1358'></a>1358 <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a>, 68);
|
|
<a id='L1359' name='L1359'></a>1359 <em class='brace'>}</em>
|
|
<a id='L1360' name='L1360'></a>1360 <strong class='reserved'>else</strong>
|
|
<a id='L1361' name='L1361'></a>1361 <em class='brace'>{</em>
|
|
<a id='L1362' name='L1362'></a>1362 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../S/lib--strutil--strutil.c.html#L795' title='Defined at 795 in lib/strutil/strutil.c.'>str_trunc</a> ((<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *) <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/max_len.html' title='Multiple used in 5 places.'>max_len</a> - <a href='../Y/format_len.html' title='Multiple used in 5 places.'>format_len</a>);
|
|
<a id='L1363' name='L1363'></a>1363 <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> = <a href='../Y/max_len.html' title='Multiple used in 5 places.'>max_len</a> + 6;
|
|
<a id='L1364' name='L1364'></a>1364 <em class='brace'>}</em>
|
|
<a id='L1365' name='L1365'></a>1365
|
|
<a id='L1366' name='L1366'></a>1366 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>), <a href='../Y/format.html' title='Multiple used in 125 places.'>format</a>, (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *) <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L1367' name='L1367'></a>1367 <em class='brace'>}</em>
|
|
<a id='L1368' name='L1368'></a>1368 <strong class='reserved'>else</strong>
|
|
<a id='L1369' name='L1369'></a>1369 <em class='brace'>{</em>
|
|
<a id='L1370' name='L1370'></a>1370 <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> = <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> * 2 / 3;
|
|
<a id='L1371' name='L1371'></a>1371 <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a>, 68);
|
|
<a id='L1372' name='L1372'></a>1372 <a href='../Y/g_snprintf.html' title='Multiple used in 97 places.'>g_snprintf</a> (<a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>), <a href='../Y/format.html' title='Multiple used in 125 places.'>format</a>, *(<strong class='reserved'>const</strong> <strong class='reserved'>int</strong> *) <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
|
|
<a id='L1373' name='L1373'></a>1373 <em class='brace'>}</em>
|
|
<a id='L1374' name='L1374'></a>1374
|
|
<a id='L1375' name='L1375'></a>1375 <em class='brace'>{</em>
|
|
<a id='L1376' name='L1376'></a>1376 <strong class='reserved'>char</strong> *<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1377' name='L1377'></a>1377 <strong class='reserved'>char</strong> *<a href='../Y/orig_mask.html' title='Multiple used in 3 places.'>orig_mask</a>;
|
|
<a id='L1378' name='L1378'></a>1378 <strong class='reserved'>int</strong> <a href='../Y/val.html' title='Multiple used in 43 places.'>val</a>;
|
|
<a id='L1379' name='L1379'></a>1379 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>;
|
|
<a id='L1380' name='L1380'></a>1380
|
|
<a id='L1381' name='L1381'></a>1381 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>[] = <em class='brace'>{</em>
|
|
<a id='L1382' name='L1382'></a>1382 <em class='comment'>// clang-format off</em>
|
|
<a id='L1383' name='L1383'></a>1383 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../Y/fmd_buf.html' title='Multiple used in 8 places.'>fmd_buf</a>, <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>, <a href='../Y/easy_patterns.html' title='Multiple used in 12 places.'>easy_patterns</a> ? "*" : "^(.*)$",
|
|
<a id='L1384' name='L1384'></a>1384 "input-def", &<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L1385' name='L1385'></a>1385 <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a>),
|
|
<a id='L1386' name='L1386'></a>1386 <a href='../S/lib--widget--quick.h.html#L155' title='Defined at 155 in lib/widget/quick.h.'>QUICK_START_COLUMNS</a>,
|
|
<a id='L1387' name='L1387'></a>1387 <a href='../S/lib--widget--quick.h.html#L141' title='Defined at 141 in lib/widget/quick.h.'>QUICK_SEPARATOR</a> (<a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>),
|
|
<a id='L1388' name='L1388'></a>1388 <a href='../S/lib--widget--quick.h.html#L170' title='Defined at 170 in lib/widget/quick.h.'>QUICK_NEXT_COLUMN</a>,
|
|
<a id='L1389' name='L1389'></a>1389 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Using shell patterns"), &<a href='../Y/source_easy_patterns.html' title='Multiple used in 4 places.'>source_easy_patterns</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1390' name='L1390'></a>1390 <a href='../S/lib--widget--quick.h.html#L185' title='Defined at 185 in lib/widget/quick.h.'>QUICK_STOP_COLUMNS</a>,
|
|
<a id='L1391' name='L1391'></a>1391 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("to:"), <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>, <a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a>, "input2",
|
|
<a id='L1392' name='L1392'></a>1392 &<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a>),
|
|
<a id='L1393' name='L1393'></a>1393 <a href='../S/lib--widget--quick.h.html#L141' title='Defined at 141 in lib/widget/quick.h.'>QUICK_SEPARATOR</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>),
|
|
<a id='L1394' name='L1394'></a>1394 <a href='../S/lib--widget--quick.h.html#L155' title='Defined at 155 in lib/widget/quick.h.'>QUICK_START_COLUMNS</a>,
|
|
<a id='L1395' name='L1395'></a>1395 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Follow &links"), &<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/follow_links.html' title='Multiple used in 8 places.'>follow_links</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1396' name='L1396'></a>1396 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Preserve &attributes"), &<a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1397' name='L1397'></a>1397 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_EXT2FS_ATTR.html' title='Multiple used in 23 places.'>ENABLE_EXT2FS_ATTR</a>
|
|
<a id='L1398' name='L1398'></a>1398 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Preserve e&xt2 attributes"), &<a href='../Y/copymove_persistent_ext2_attr.html' title='Multiple used in 7 places.'>copymove_persistent_ext2_attr</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1399' name='L1399'></a>1399 <em class='sharp'>#endif</em>
|
|
<a id='L1400' name='L1400'></a>1400 <a href='../S/lib--widget--quick.h.html#L170' title='Defined at 170 in lib/widget/quick.h.'>QUICK_NEXT_COLUMN</a>,
|
|
<a id='L1401' name='L1401'></a>1401 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Di&ve into subdir if exists"), &<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dive_into_subdirs.html' title='Multiple used in 6 places.'>dive_into_subdirs</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1402' name='L1402'></a>1402 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Stable symlinks"), &<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/stable_symlinks.html' title='Multiple used in 7 places.'>stable_symlinks</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1403' name='L1403'></a>1403 <a href='../S/lib--widget--quick.h.html#L185' title='Defined at 185 in lib/widget/quick.h.'>QUICK_STOP_COLUMNS</a>,
|
|
<a id='L1404' name='L1404'></a>1404 <a href='../S/lib--widget--quick.h.html#L200' title='Defined at 200 in lib/widget/quick.h.'>QUICK_START_BUTTONS</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>),
|
|
<a id='L1405' name='L1405'></a>1405 <a href='../S/lib--widget--quick.h.html#L26' title='Defined at 26 in lib/widget/quick.h.'>QUICK_BUTTON</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&OK"), <a href='../S/lib--widget--dialog.h.html#L27' title='Defined at 27 in lib/widget/dialog.h.'>B_ENTER</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1406' name='L1406'></a>1406 <em class='sharp'>#ifdef</em> <a href='../Y/ENABLE_BACKGROUND.html' title='Multiple used in 28 places.'>ENABLE_BACKGROUND</a>
|
|
<a id='L1407' name='L1407'></a>1407 <a href='../S/lib--widget--quick.h.html#L26' title='Defined at 26 in lib/widget/quick.h.'>QUICK_BUTTON</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Background"), <a href='../S/lib--widget--dialog.h.html#L29' title='Defined at 29 in lib/widget/dialog.h.'>B_USER</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1408' name='L1408'></a>1408 <em class='sharp'>#endif</em>
|
|
<a id='L1409' name='L1409'></a>1409 <a href='../S/lib--widget--quick.h.html#L26' title='Defined at 26 in lib/widget/quick.h.'>QUICK_BUTTON</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"), <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1410' name='L1410'></a>1410 <a href='../S/lib--widget--quick.h.html#L219' title='Defined at 219 in lib/widget/quick.h.'>QUICK_END</a>,
|
|
<a id='L1411' name='L1411'></a>1411 <em class='comment'>// clang-format on</em>
|
|
<a id='L1412' name='L1412'></a>1412 <em class='brace'>}</em>;
|
|
<a id='L1413' name='L1413'></a>1413
|
|
<a id='L1414' name='L1414'></a>1414 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <em class='brace'>{</em> -1, -1, 0, <a href='../Y/fmd_xlen.html' title='Multiple used in 9 places.'>fmd_xlen</a> <em class='brace'>}</em>;
|
|
<a id='L1415' name='L1415'></a>1415
|
|
<a id='L1416' name='L1416'></a>1416 <a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> <a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a> = <em class='brace'>{</em>
|
|
<a id='L1417' name='L1417'></a>1417 .<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a> = <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>,
|
|
<a id='L1418' name='L1418'></a>1418 .<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../Y/op_names.html' title='Multiple used in 9 places.'>op_names</a>[<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/operation.html' title='Multiple used in 20 places.'>operation</a>],
|
|
<a id='L1419' name='L1419'></a>1419 .<a href='../Y/help.html' title='Multiple used in 47 places.'>help</a> = "[Mask Copy/Rename]",
|
|
<a id='L1420' name='L1420'></a>1420 .<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>,
|
|
<a id='L1421' name='L1421'></a>1421 .<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L1422' name='L1422'></a>1422 .<a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L1423' name='L1423'></a>1423 <em class='brace'>}</em>;
|
|
<a id='L1424' name='L1424'></a>1424
|
|
<a id='L1425' name='L1425'></a>1425 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
|
|
<a id='L1426' name='L1426'></a>1426 <em class='brace'>{</em>
|
|
<a id='L1427' name='L1427'></a>1427 <a href='../Y/val.html' title='Multiple used in 43 places.'>val</a> = <a href='../S/lib--widget--quick.c.html#L158' title='Defined at 158 in lib/widget/quick.c.'>quick_dialog_skip</a> (&<a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a>, 4);
|
|
<a id='L1428' name='L1428'></a>1428
|
|
<a id='L1429' name='L1429'></a>1429 <strong class='reserved'>if</strong> (<a href='../Y/val.html' title='Multiple used in 43 places.'>val</a> == <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)
|
|
<a id='L1430' name='L1430'></a>1430 <em class='brace'>{</em>
|
|
<a id='L1431' name='L1431'></a>1431 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a>);
|
|
<a id='L1432' name='L1432'></a>1432 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1433' name='L1433'></a>1433 <em class='brace'>}</em>
|
|
<a id='L1434' name='L1434'></a>1434
|
|
<a id='L1435' name='L1435'></a>1435 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/stat_func.html' title='Multiple used in 14 places.'>stat_func</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/follow_links.html' title='Multiple used in 8 places.'>follow_links</a> ? <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> : <a href='../Y/mc_lstat.html' title='Multiple used in 18 places.'>mc_lstat</a>;
|
|
<a id='L1436' name='L1436'></a>1436
|
|
<a id='L1437' name='L1437'></a>1437 <strong class='reserved'>if</strong> (<a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a>)
|
|
<a id='L1438' name='L1438'></a>1438 <em class='brace'>{</em>
|
|
<a id='L1439' name='L1439'></a>1439 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1440' name='L1440'></a>1440 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/umask_kill.html' title='Multiple used in 11 places.'>umask_kill</a> = (<a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a>) (~0);
|
|
<a id='L1441' name='L1441'></a>1441 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve_uidgid.html' title='Multiple used in 7 places.'>preserve_uidgid</a> = (<a href='../Y/geteuid.html' title='Multiple used in 14 places.'>geteuid</a> () == 0);
|
|
<a id='L1442' name='L1442'></a>1442 <em class='brace'>}</em>
|
|
<a id='L1443' name='L1443'></a>1443 <strong class='reserved'>else</strong>
|
|
<a id='L1444' name='L1444'></a>1444 <em class='brace'>{</em>
|
|
<a id='L1445' name='L1445'></a>1445 <a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a> <a href='../Y/i2.html' title='Multiple used in 4 places.'>i2</a>;
|
|
<a id='L1446' name='L1446'></a>1446
|
|
<a id='L1447' name='L1447'></a>1447 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve.html' title='Multiple used in 15 places.'>preserve</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/preserve_uidgid.html' title='Multiple used in 7 places.'>preserve_uidgid</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1448' name='L1448'></a>1448 <a href='../Y/i2.html' title='Multiple used in 4 places.'>i2</a> = <a href='../Y/umask.html' title='Multiple used in 10 places.'>umask</a> (0);
|
|
<a id='L1449' name='L1449'></a>1449 <a href='../Y/umask.html' title='Multiple used in 10 places.'>umask</a> (<a href='../Y/i2.html' title='Multiple used in 4 places.'>i2</a>);
|
|
<a id='L1450' name='L1450'></a>1450 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/umask_kill.html' title='Multiple used in 11 places.'>umask_kill</a> = <a href='../Y/i2.html' title='Multiple used in 4 places.'>i2</a> ^ ((<a href='../Y/mode_t.html' title='Multiple used in 99 places.'>mode_t</a>) (~0));
|
|
<a id='L1451' name='L1451'></a>1451 <em class='brace'>}</em>
|
|
<a id='L1452' name='L1452'></a>1452
|
|
<a id='L1453' name='L1453'></a>1453 <strong class='reserved'>if</strong> (*<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a> == '\0')
|
|
<a id='L1454' name='L1454'></a>1454 <em class='brace'>{</em>
|
|
<a id='L1455' name='L1455'></a>1455 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a>);
|
|
<a id='L1456' name='L1456'></a>1456 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>);
|
|
<a id='L1457' name='L1457'></a>1457 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>);
|
|
<a id='L1458' name='L1458'></a>1458 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1459' name='L1459'></a>1459 <em class='brace'>}</em>
|
|
<a id='L1460' name='L1460'></a>1460
|
|
<a id='L1461' name='L1461'></a>1461 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a> = <a href='../S/lib--search--search.c.html#L127' title='Defined at 127 in lib/search/search.c.'>mc_search_new</a> (<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1462' name='L1462'></a>1462 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1463' name='L1463'></a>1463 <strong class='reserved'>break</strong>;
|
|
<a id='L1464' name='L1464'></a>1464
|
|
<a id='L1465' name='L1465'></a>1465 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (<a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, <a href='../S/lib--widget--wtools.h.html#L14' title='Defined at 14 in lib/widget/wtools.h.'>MSG_ERROR</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Invalid source pattern '%s'"), <a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>);
|
|
<a id='L1466' name='L1466'></a>1466 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>);
|
|
<a id='L1467' name='L1467'></a>1467 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>);
|
|
<a id='L1468' name='L1468'></a>1468 <em class='brace'>}</em>
|
|
<a id='L1469' name='L1469'></a>1469
|
|
<a id='L1470' name='L1470'></a>1470 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/def_text_secure.html' title='Multiple used in 7 places.'>def_text_secure</a>);
|
|
<a id='L1471' name='L1471'></a>1471 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/source_mask.html' title='Multiple used in 7 places.'>source_mask</a>);
|
|
<a id='L1472' name='L1472'></a>1472
|
|
<a id='L1473' name='L1473'></a>1473 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a>-><a href='../Y/is_case_sensitive.html' title='Multiple used in 25 places.'>is_case_sensitive</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1474' name='L1474'></a>1474 <strong class='reserved'>if</strong> (<a href='../Y/source_easy_patterns.html' title='Multiple used in 4 places.'>source_easy_patterns</a>)
|
|
<a id='L1475' name='L1475'></a>1475 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a>-><a href='../Y/search_type.html' title='Multiple used in 38 places.'>search_type</a> = <a href='../S/lib--search.h.html#L39' title='Defined at 39 in lib/search.h.'>MC_SEARCH_T_GLOB</a>;
|
|
<a id='L1476' name='L1476'></a>1476 <strong class='reserved'>else</strong>
|
|
<a id='L1477' name='L1477'></a>1477 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/search_handle.html' title='Multiple used in 16 places.'>search_handle</a>-><a href='../Y/search_type.html' title='Multiple used in 38 places.'>search_type</a> = <a href='../S/lib--search.h.html#L37' title='Defined at 37 in lib/search.h.'>MC_SEARCH_T_REGEX</a>;
|
|
<a id='L1478' name='L1478'></a>1478
|
|
<a id='L1479' name='L1479'></a>1479 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a> = <a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>;
|
|
<a id='L1480' name='L1480'></a>1480 <a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a> = <a href='../S/lib--utilunix.c.html#L764' title='Defined at 764 in lib/utilunix.c.'>tilde_expand</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1481' name='L1481'></a>1481 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1482' name='L1482'></a>1482 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>);
|
|
<a id='L1483' name='L1483'></a>1483
|
|
<a id='L1484' name='L1484'></a>1484 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> = <a href='../Y/strrchr.html' title='Multiple used in 28 places.'>strrchr</a> (<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>, <a href='../S/lib--unixcompat.h.html#L113' title='Defined at 113 in lib/unixcompat.h.'>PATH_SEP</a>);
|
|
<a id='L1485' name='L1485'></a>1485 <strong class='reserved'>if</strong> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1486' name='L1486'></a>1486 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> = <a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>;
|
|
<a id='L1487' name='L1487'></a>1487 <strong class='reserved'>else</strong>
|
|
<a id='L1488' name='L1488'></a>1488 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a>++;
|
|
<a id='L1489' name='L1489'></a>1489
|
|
<a id='L1490' name='L1490'></a>1490 <a href='../Y/orig_mask.html' title='Multiple used in 3 places.'>orig_mask</a> = <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a>;
|
|
<a id='L1491' name='L1491'></a>1491
|
|
<a id='L1492' name='L1492'></a>1492 <strong class='reserved'>if</strong> (*<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> == '\0'
|
|
<a id='L1493' name='L1493'></a>1493 || (!<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dive_into_subdirs.html' title='Multiple used in 6 places.'>dive_into_subdirs</a> && !<a href='../S/src--filemanager--filegui.c.html#L699' title='Defined at 699 in src/filemanager/filegui.c.'>is_wildcarded</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a>)
|
|
<a id='L1494' name='L1494'></a>1494 && (!<a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a> || (<a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>) == 0 && <a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))))
|
|
<a id='L1495' name='L1495'></a>1495 || (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dive_into_subdirs.html' title='Multiple used in 6 places.'>dive_into_subdirs</a>
|
|
<a id='L1496' name='L1496'></a>1496 && ((!<a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a> && !<a href='../S/src--filemanager--filegui.c.html#L699' title='Defined at 699 in src/filemanager/filegui.c.'>is_wildcarded</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a>))
|
|
<a id='L1497' name='L1497'></a>1497 || (<a href='../Y/only_one.html' title='Multiple used in 7 places.'>only_one</a> && <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, &<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>) == 0 && <a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>)))))
|
|
<a id='L1498' name='L1498'></a>1498 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> ("\\0");
|
|
<a id='L1499' name='L1499'></a>1499 <strong class='reserved'>else</strong>
|
|
<a id='L1500' name='L1500'></a>1500 <em class='brace'>{</em>
|
|
<a id='L1501' name='L1501'></a>1501 <a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>-><a href='../Y/dest_mask.html' title='Multiple used in 13 places.'>dest_mask</a>);
|
|
<a id='L1502' name='L1502'></a>1502 *<a href='../Y/orig_mask.html' title='Multiple used in 3 places.'>orig_mask</a> = '\0';
|
|
<a id='L1503' name='L1503'></a>1503 <em class='brace'>}</em>
|
|
<a id='L1504' name='L1504'></a>1504
|
|
<a id='L1505' name='L1505'></a>1505 <strong class='reserved'>if</strong> (*<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a> == '\0')
|
|
<a id='L1506' name='L1506'></a>1506 <em class='brace'>{</em>
|
|
<a id='L1507' name='L1507'></a>1507 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>);
|
|
<a id='L1508' name='L1508'></a>1508 <a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> ("./");
|
|
<a id='L1509' name='L1509'></a>1509 <em class='brace'>}</em>
|
|
<a id='L1510' name='L1510'></a>1510
|
|
<a id='L1511' name='L1511'></a>1511 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1512' name='L1512'></a>1512
|
|
<a id='L1513' name='L1513'></a>1513 <strong class='reserved'>if</strong> (<a href='../Y/val.html' title='Multiple used in 43 places.'>val</a> == <a href='../S/lib--widget--dialog.h.html#L29' title='Defined at 29 in lib/widget/dialog.h.'>B_USER</a>)
|
|
<a id='L1514' name='L1514'></a>1514 *<a href='../Y/do_bg.html' title='Multiple used in 9 places.'>do_bg</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1515' name='L1515'></a>1515 <em class='brace'>}</em>
|
|
<a id='L1516' name='L1516'></a>1516
|
|
<a id='L1517' name='L1517'></a>1517 <strong class='reserved'>return</strong> <a href='../Y/dest_dir.html' title='Multiple used in 20 places.'>dest_dir</a>;
|
|
<a id='L1518' name='L1518'></a>1518 <em class='brace'>}</em>
|
|
<a id='L1519' name='L1519'></a>1519
|
|
<a id='L1520' name='L1520'></a>1520 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
</pre>
|
|
<hr />
|
|
<a id='BOTTOM' name='BOTTOM'></a>
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L101'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L1314'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1520 src/filemanager/filegui.c' /> */</em>
|
|
</body>
|
|
</html>
|