Files
source/Y/b.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

668 lines
120 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>b</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>
<pre>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L144'>b</a> 144 lib/intprops-internal.h #define _GL_INT_ADD_WRAPV(a, b, r) __builtin_add_overflow (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L145'>b</a> 145 lib/intprops-internal.h #define _GL_INT_SUBTRACT_WRAPV(a, b, r) __builtin_sub_overflow (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L147'>b</a> 147 lib/intprops-internal.h #define _GL_INT_ADD_WRAPV(a, b, r) ckd_add (r, +(a), +(b))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L148'>b</a> 148 lib/intprops-internal.h #define _GL_INT_SUBTRACT_WRAPV(a, b, r) ckd_sub (r, +(a), +(b))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L150'>b</a> 150 lib/intprops-internal.h #define _GL_INT_ADD_WRAPV(a, b, r) _GL_INT_OP_WRAPV (a, b, r, +, _GL_INT_ADD_RANGE_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L151'>b</a> 151 lib/intprops-internal.h #define _GL_INT_SUBTRACT_WRAPV(a, b, r) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L152'>b</a> 152 lib/intprops-internal.h _GL_INT_OP_WRAPV (a, b, r, -, _GL_INT_SUBTRACT_RANGE_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L157'>b</a> 157 lib/intprops-internal.h #define _GL_INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L160'>b</a> 160 lib/intprops-internal.h #define _GL_INT_MULTIPLY_WRAPV(a, b, r) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L161'>b</a> 161 lib/intprops-internal.h ((!_GL_SIGNED_TYPE_OR_EXPR (*(r)) &amp;&amp; _GL_EXPR_SIGNED (a) &amp;&amp; _GL_EXPR_SIGNED (b) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L162'>b</a> 162 lib/intprops-internal.h &amp;&amp; _GL_INT_MULTIPLY_RANGE_OVERFLOW (a, b, (__typeof__ (*(r))) 0, (__typeof__ (*(r))) -1)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L163'>b</a> 163 lib/intprops-internal.h ? ((void) __builtin_mul_overflow (a, b, r), 1) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L164'>b</a> 164 lib/intprops-internal.h : __builtin_mul_overflow (a, b, r))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L167'>b</a> 167 lib/intprops-internal.h #define _GL_INT_MULTIPLY_WRAPV(a, b, r) ckd_mul (r, +(a), +(b))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L169'>b</a> 169 lib/intprops-internal.h #define _GL_INT_MULTIPLY_WRAPV(a, b, r) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L170'>b</a> 170 lib/intprops-internal.h _GL_INT_OP_WRAPV (a, b, r, *, _GL_INT_MULTIPLY_RANGE_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L191'>b</a> 191 lib/intprops-internal.h #define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L193'>b</a> 193 lib/intprops-internal.h signed char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, signed char, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L195'>b</a> 195 lib/intprops-internal.h unsigned char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned char, 0, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L197'>b</a> 197 lib/intprops-internal.h short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, short int, SHRT_MIN, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L199'>b</a> 199 lib/intprops-internal.h unsigned short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L201'>b</a> 201 lib/intprops-internal.h int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX), \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L202'>b</a> 202 lib/intprops-internal.h unsigned int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L204'>b</a> 204 lib/intprops-internal.h long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int, LONG_MIN, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L206'>b</a> 206 lib/intprops-internal.h unsigned long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L208'>b</a> 208 lib/intprops-internal.h long long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L210'>b</a> 210 lib/intprops-internal.h unsigned long long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L221'>b</a> 221 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L223'>b</a> 223 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L224'>b</a> 224 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L226'>b</a> 226 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L227'>b</a> 227 lib/intprops-internal.h (overflow (a, b, smin, smax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L228'>b</a> 228 lib/intprops-internal.h ? (overflow (a, b, 0, umax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L229'>b</a> 229 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 1) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L230'>b</a> 230 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) &lt; 0) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L231'>b</a> 231 lib/intprops-internal.h : (overflow (a, b, 0, umax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L232'>b</a> 232 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) &gt;= 0 \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L233'>b</a> 233 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 0)))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L236'>b</a> 236 lib/intprops-internal.h #define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L238'>b</a> 238 lib/intprops-internal.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, signed char, SCHAR_MIN, SCHAR_MAX, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L241'>b</a> 241 lib/intprops-internal.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, short int, SHRT_MIN, SHRT_MAX, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L245'>b</a> 245 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L246'>b</a> 246 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L248'>b</a> 248 lib/intprops-internal.h : _GL_INT_OP_WRAPV_LONGISH (a, b, r, op, overflow))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L250'>b</a> 250 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L252'>b</a> 252 lib/intprops-internal.h ? (_GL_EXPR_SIGNED (*(r)) ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L254'>b</a> 254 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L257'>b</a> 257 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, long long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L259'>b</a> 259 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L262'>b</a> 262 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L263'>b</a> 263 lib/intprops-internal.h (_GL_EXPR_SIGNED (*(r)) ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L265'>b</a> 265 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L276'>b</a> 276 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L277'>b</a> 277 lib/intprops-internal.h (overflow (a, b, tmin, tmax) ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L278'>b</a> 278 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L310'>b</a> 310 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) ((t) ((ut) (a) op (ut) (b)))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L318'>b</a> 318 lib/intprops-internal.h #define _GL_INT_ADD_RANGE_OVERFLOW(a, b, tmin, tmax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L319'>b</a> 319 lib/intprops-internal.h ((b) &lt; 0 ? (((tmin) ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, (tmin) - (b))) || (b) &lt; (tmin)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L320'>b</a> 320 lib/intprops-internal.h &amp;&amp; (a) &lt; (tmin) - (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L321'>b</a> 321 lib/intprops-internal.h : (a) &lt;= -1 - (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L322'>b</a> 322 lib/intprops-internal.h || ((_GL_EXPR_SIGNED (a) ? 0 &lt;= (a) : (tmax) &lt; (a)) &amp;&amp; (tmax) &lt; (a) + (b))) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L324'>b</a> 324 lib/intprops-internal.h ? (((tmin) ? ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (b, (tmin) - (a))) || (a) &lt; (tmin)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L325'>b</a> 325 lib/intprops-internal.h &amp;&amp; (b) &lt; (tmin) - (a)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L326'>b</a> 326 lib/intprops-internal.h : (b) &lt;= -1 - (a)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L327'>b</a> 327 lib/intprops-internal.h || ((_GL_EXPR_SIGNED (_GL_INT_CONVERT (a, b)) || (tmax) &lt; (b)) &amp;&amp; (tmax) &lt; (a) + (b))) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L328'>b</a> 328 lib/intprops-internal.h : (tmax) &lt; (b) || (tmax) - (b) &lt; (a))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L329'>b</a> 329 lib/intprops-internal.h #define _GL_INT_SUBTRACT_RANGE_OVERFLOW(a, b, tmin, tmax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L330'>b</a> 330 lib/intprops-internal.h (((a) &lt; 0) == ((b) &lt; 0) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L331'>b</a> 331 lib/intprops-internal.h ? ((a) &lt; (b) ? !(tmin) || -1 - (tmin) &lt; (b) - (a) - 1 : (tmax) &lt; (a) - (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L332'>b</a> 332 lib/intprops-internal.h : (a) &lt; 0 ? ((!_GL_EXPR_SIGNED (_GL_INT_CONVERT ((a) - (tmin), b)) &amp;&amp; (a) - (tmin) &lt; 0) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L333'>b</a> 333 lib/intprops-internal.h || (a) - (tmin) &lt; (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L334'>b</a> 334 lib/intprops-internal.h : ((!(_GL_EXPR_SIGNED (_GL_INT_CONVERT (tmax, b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L335'>b</a> 335 lib/intprops-internal.h &amp;&amp; _GL_EXPR_SIGNED (_GL_INT_CONVERT ((tmax) + (b), a))) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L336'>b</a> 336 lib/intprops-internal.h &amp;&amp; (tmax) &lt;= -1 - (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L337'>b</a> 337 lib/intprops-internal.h || (tmax) + (b) &lt; (a)))</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L338'>b</a> 338 lib/intprops-internal.h #define _GL_INT_MULTIPLY_RANGE_OVERFLOW(a, b, tmin, tmax) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L339'>b</a> 339 lib/intprops-internal.h ((b) &lt; 0 ? ((a) &lt; 0 ? (_GL_EXPR_SIGNED (_GL_INT_CONVERT (tmax, b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L340'>b</a> 340 lib/intprops-internal.h ? (a) &lt; (tmax) / (b) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L341'>b</a> 341 lib/intprops-internal.h : ((_GL_INT_NEGATE_OVERFLOW (b) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L342'>b</a> 342 lib/intprops-internal.h ? _GL_INT_CONVERT (b, tmax) &gt;&gt; (_GL_TYPE_WIDTH (+(b)) - 1) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L343'>b</a> 343 lib/intprops-internal.h : (tmax) / -(b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L345'>b</a> 345 lib/intprops-internal.h : _GL_INT_NEGATE_OVERFLOW (_GL_INT_CONVERT (b, tmin)) &amp;&amp; (b) == -1 \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L347'>b</a> 347 lib/intprops-internal.h : (tmin) / (b) &lt; (a)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L348'>b</a> 348 lib/intprops-internal.h : (b) == 0 \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L351'>b</a> 351 lib/intprops-internal.h ? (_GL_EXPR_SIGNED (b) ? 0 &lt; (b) + (tmin) : -1 - (tmin) &lt; (b) - 1) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L352'>b</a> 352 lib/intprops-internal.h : (tmin) / (a) &lt; (b)) \</span>
<span class='curline'><a href='../S/lib--intprops-internal.h.html#L353'>b</a> 353 lib/intprops-internal.h : (tmax) / (b) &lt; (a)))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L52'>b</a> 52 lib/intprops.h #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L110'>b</a> 110 lib/intprops.h #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) ((b) &lt; 0 ? (a) &lt; (min) - (b) : (max) - (b) &lt; (a))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L114'>b</a> 114 lib/intprops.h #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L115'>b</a> 115 lib/intprops.h ((b) &lt; 0 ? (max) + (b) &lt; (a) : (a) &lt; (min) + (b))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L125'>b</a> 125 lib/intprops.h #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L126'>b</a> 126 lib/intprops.h ((b) &lt; 0 ? ((a) &lt; 0 ? (a) &lt; (max) / (b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L127'>b</a> 127 lib/intprops.h : (b) == -1 ? 0 \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L128'>b</a> 128 lib/intprops.h : (min) / (b) &lt; (a)) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L129'>b</a> 129 lib/intprops.h : (b) == 0 ? 0 \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L130'>b</a> 130 lib/intprops.h : ((a) &lt; 0 ? (a) &lt; (min) / (b) : (max) / (b) &lt; (a)))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L134'>b</a> 134 lib/intprops.h #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) ((min) &lt; 0 &amp;&amp; (b) == -1 &amp;&amp; (a) &lt; -(max))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L141'>b</a> 141 lib/intprops.h #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L150'>b</a> 150 lib/intprops.h #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L151'>b</a> 151 lib/intprops.h ((a) &lt; 0 ? (a) &lt; (min) &gt;&gt; (b) : (max) &gt;&gt; (b) &lt; (a))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L158'>b</a> 158 lib/intprops.h #define _GL_ADD_OVERFLOW(a, b, min, max) __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L159'>b</a> 159 lib/intprops.h #define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L160'>b</a> 160 lib/intprops.h __builtin_sub_overflow_p (a, b, (__typeof__ ((a) - (b))) 0)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L161'>b</a> 161 lib/intprops.h #define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L162'>b</a> 162 lib/intprops.h __builtin_mul_overflow_p (a, b, (__typeof__ ((a) * (b))) 0)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L164'>b</a> 164 lib/intprops.h #define _GL_ADD_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L165'>b</a> 165 lib/intprops.h ((min) &lt; 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L166'>b</a> 166 lib/intprops.h : (a) &lt; 0 ? (b) &lt;= (a) + (b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L167'>b</a> 167 lib/intprops.h : (b) &lt; 0 ? (a) &lt;= (a) + (b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L168'>b</a> 168 lib/intprops.h : (a) + (b) &lt; (b))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L169'>b</a> 169 lib/intprops.h #define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L170'>b</a> 170 lib/intprops.h ((min) &lt; 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L172'>b</a> 172 lib/intprops.h : (b) &lt; 0 ? (a) - (b) &lt;= (a) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L173'>b</a> 173 lib/intprops.h : (a) &lt; (b))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L174'>b</a> 174 lib/intprops.h #define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L175'>b</a> 175 lib/intprops.h (((min) == 0 &amp;&amp; (((a) &lt; 0 &amp;&amp; 0 &lt; (b)) || ((b) &lt; 0 &amp;&amp; 0 &lt; (a)))) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L176'>b</a> 176 lib/intprops.h || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L178'>b</a> 178 lib/intprops.h #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L179'>b</a> 179 lib/intprops.h ((min) &lt; 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) &amp;&amp; (a) &lt; -(max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L180'>b</a> 180 lib/intprops.h : (a) &lt; 0 ? (b) &lt;= (a) + (b) - 1 \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L181'>b</a> 181 lib/intprops.h : (b) &lt; 0 &amp;&amp; (a) + (b) &lt;= (a))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L182'>b</a> 182 lib/intprops.h #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L183'>b</a> 183 lib/intprops.h ((min) &lt; 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) &amp;&amp; (a) &lt; -(max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L184'>b</a> 184 lib/intprops.h : (a) &lt; 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L185'>b</a> 185 lib/intprops.h : (b) &lt; 0 &amp;&amp; !_GL_UNSIGNED_NEG_MULTIPLE (a, b, max))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L191'>b</a> 191 lib/intprops.h #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L192'>b</a> 192 lib/intprops.h (((b) &lt; -_GL_SIGNED_INT_MAXIMUM (b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L193'>b</a> 193 lib/intprops.h ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L195'>b</a> 195 lib/intprops.h : (a) % (_GL_INT_CONVERT (a, _GL_SIGNED_INT_MAXIMUM (b)) + 1)) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L196'>b</a> 196 lib/intprops.h : (a) % -(b)) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L253'>b</a> 253 lib/intprops.h #define INT_ADD_OVERFLOW(a, b) _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L254'>b</a> 254 lib/intprops.h #define INT_SUBTRACT_OVERFLOW(a, b) _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L256'>b</a> 256 lib/intprops.h #define INT_MULTIPLY_OVERFLOW(a, b) _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L257'>b</a> 257 lib/intprops.h #define INT_DIVIDE_OVERFLOW(a, b) _GL_BINARY_OP_OVERFLOW (a, b, _GL_DIVIDE_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L258'>b</a> 258 lib/intprops.h #define INT_REMAINDER_OVERFLOW(a, b) _GL_BINARY_OP_OVERFLOW (a, b, _GL_REMAINDER_OVERFLOW)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L259'>b</a> 259 lib/intprops.h #define INT_LEFT_SHIFT_OVERFLOW(a, b) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L260'>b</a> 260 lib/intprops.h INT_LEFT_SHIFT_RANGE_OVERFLOW (a, b, _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L266'>b</a> 266 lib/intprops.h #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow) \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L267'>b</a> 267 lib/intprops.h op_result_overflow (a, b, _GL_INT_MINIMUM (_GL_INT_CONVERT (a, b)), \</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L268'>b</a> 268 lib/intprops.h _GL_INT_MAXIMUM (_GL_INT_CONVERT (a, b)))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L272'>b</a> 272 lib/intprops.h #define INT_ADD_WRAPV(a, b, r) _GL_INT_ADD_WRAPV (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L273'>b</a> 273 lib/intprops.h #define INT_SUBTRACT_WRAPV(a, b, r) _GL_INT_SUBTRACT_WRAPV (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L274'>b</a> 274 lib/intprops.h #define INT_MULTIPLY_WRAPV(a, b, r) _GL_INT_MULTIPLY_WRAPV (a, b, r)</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L303'>b</a> 303 lib/intprops.h #define INT_ADD_OK(a, b, r) (!INT_ADD_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L304'>b</a> 304 lib/intprops.h #define INT_SUBTRACT_OK(a, b, r) (!INT_SUBTRACT_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--intprops.h.html#L305'>b</a> 305 lib/intprops.h #define INT_MULTIPLY_OK(a, b, r) (!INT_MULTIPLY_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L675'>b</a> 675 lib/search/regex.c char b;</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L742'>b</a> 742 lib/search/regex.c b = 0xC0 | (c &gt;&gt; 6);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L743'>b</a> 743 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L744'>b</a> 744 lib/search/regex.c b = 0x80 | (c &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L745'>b</a> 745 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L749'>b</a> 749 lib/search/regex.c b = 0xE0 | (c &gt;&gt; 12);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L750'>b</a> 750 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L751'>b</a> 751 lib/search/regex.c b = 0x80 | ((c &gt;&gt; 6) &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L752'>b</a> 752 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L753'>b</a> 753 lib/search/regex.c b = 0x80 | (c &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L754'>b</a> 754 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L758'>b</a> 758 lib/search/regex.c b = 0xF0 | (c &gt;&gt; 16);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L759'>b</a> 759 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L760'>b</a> 760 lib/search/regex.c b = 0x80 | ((c &gt;&gt; 12) &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L761'>b</a> 761 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L762'>b</a> 762 lib/search/regex.c b = 0x80 | ((c &gt;&gt; 6) &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L763'>b</a> 763 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L764'>b</a> 764 lib/search/regex.c b = 0x80 | (c &amp; 0x3F);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L765'>b</a> 765 lib/search/regex.c g_string_append_c (dest_str, b);</span>
<span class='curline'><a href='../S/lib--skin--ini-file.c.html#L96'>b</a> 96 lib/skin/ini-file.c string_array_comparator (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--skin--ini-file.c.html#L98'>b</a> 98 lib/skin/ini-file.c return strcmp (*(char *const *) a, *(char *const *) b);</span>
<span class='curline'><a href='../S/lib--stdckdint.in.h.html#L31'>b</a> 31 lib/stdckdint.in.h #define ckd_add(r, a, b) ((bool) _GL_INT_ADD_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--stdckdint.in.h.html#L32'>b</a> 32 lib/stdckdint.in.h #define ckd_sub(r, a, b) ((bool) _GL_INT_SUBTRACT_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--stdckdint.in.h.html#L33'>b</a> 33 lib/stdckdint.in.h #define ckd_mul(r, a, b) ((bool) _GL_INT_MULTIPLY_WRAPV (a, b, r))</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L540'>b</a> 540 lib/strutil.h int filenvercmp (char const *a, ssize_t alen, char const *b, ssize_t blen);</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L195'>b</a> 195 lib/strutil/filevercmp.c filenvercmp (const char *a, ssize_t alen, const char *b, ssize_t blen)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L204'>b</a> 204 lib/strutil/filevercmp.c bempty = blen &lt; 0 ? b[0] == '\0' : blen == 0;</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L218'>b</a> 218 lib/strutil/filevercmp.c if (b[0] != '.')</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L222'>b</a> 222 lib/strutil/filevercmp.c bdot = blen &lt; 0 ? b[1] == '\0' : blen == 1;</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L230'>b</a> 230 lib/strutil/filevercmp.c bdotdot = b[1] == '.' &amp;&amp; (blen &lt; 0 ? b[2] == '\0' : blen == 2);</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L236'>b</a> 236 lib/strutil/filevercmp.c else if (b[0] == '.')</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L241'>b</a> 241 lib/strutil/filevercmp.c bprefixlen = file_prefixlen (b, &amp;blen);</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L246'>b</a> 246 lib/strutil/filevercmp.c result = verrevcmp (a, aprefixlen, b, bprefixlen);</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L250'>b</a> 250 lib/strutil/filevercmp.c return (result != 0 || one_pass_only ? result : verrevcmp (a, alen, b, blen));</span>
<span class='curline'><a href='../S/lib--tty--color-internal.c.html#L248'>b</a> 248 lib/tty/color-internal.c int r, g, b;</span>
<span class='curline'><a href='../S/lib--tty--color-internal.c.html#L255'>b</a> 255 lib/tty/color-internal.c r = g = b = (color - 231) * 10 + 8;</span>
<span class='curline'><a href='../S/lib--tty--color-internal.c.html#L266'>b</a> 266 lib/tty/color-internal.c b = (color % 6);</span>
<span class='curline'><a href='../S/lib--tty--color-internal.c.html#L267'>b</a> 267 lib/tty/color-internal.c b = b &gt; 0 ? b * 40 + 55 : 0;</span>
<span class='curline'><a href='../S/lib--tty--color-internal.c.html#L272'>b</a> 272 lib/tty/color-internal.c color = FLAG_TRUECOLOR | (r &lt;&lt; 16) | (g &lt;&lt; 8) | b;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L562'>b</a> 562 lib/tty/key.c select_cmp_by_fd_set (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L565'>b</a> 565 lib/tty/key.c const fd_set *f = (const fd_set *) b;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L573'>b</a> 573 lib/tty/key.c select_cmp_by_fd (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L576'>b</a> 576 lib/tty/key.c const int fd = GPOINTER_TO_INT (b);</span>
<span class='curline'><a href='../S/lib--util.h.html#L76'>b</a> 76 lib/util.h #define DOZ(a, b) ((a) &gt; (b) ? (a) - (b) : 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L990'>b</a> 990 lib/vfs/direntry.c vfs_s_entry_compare (const void *a, const void *b)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L993'>b</a> 993 lib/vfs/direntry.c const char *name = (const char *) b;</span>
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L113'>b</a> 113 lib/vfs/gc.c vfs_stamp_compare (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L116'>b</a> 116 lib/vfs/gc.c const struct vfs_stamping *vsb = (const struct vfs_stamping *) b;</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L34'>b</a> 34 lib/vfs/xdirentry.h #define ERRNOR(a, b) \</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L38'>b</a> 38 lib/vfs/xdirentry.h return b; \</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L169'>b</a> 169 lib/vfs/xdirentry.h int vfs_s_entry_compare (const void *a, const void *b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L62'>b</a> 62 lib/widget/background.c background_adjust (WBackground *b)</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L64'>b</a> 64 lib/widget/background.c Widget *w = WIDGET (b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L73'>b</a> 73 lib/widget/background.c background_draw (const WBackground *b)</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L75'>b</a> 75 lib/widget/background.c const Widget *w = CONST_WIDGET (b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L77'>b</a> 77 lib/widget/background.c tty_setcolor (b-&gt;color);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L78'>b</a> 78 lib/widget/background.c tty_fill_region (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, b-&gt;pattern);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L88'>b</a> 88 lib/widget/background.c WBackground *b = BACKGROUND (w);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L93'>b</a> 93 lib/widget/background.c background_adjust (b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L97'>b</a> 97 lib/widget/background.c background_draw (b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L112'>b</a> 112 lib/widget/background.c WBackground *b;</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L115'>b</a> 115 lib/widget/background.c b = g_new (WBackground, 1);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L116'>b</a> 116 lib/widget/background.c w = WIDGET (b);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L120'>b</a> 120 lib/widget/background.c b-&gt;color = color;</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L121'>b</a> 121 lib/widget/background.c b-&gt;pattern = pattern;</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L123'>b</a> 123 lib/widget/background.c return b;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L64'>b</a> 64 lib/widget/button.c WButton *b = BUTTON (w);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L84'>b</a> 84 lib/widget/button.c if (parm == '\n' &amp;&amp; b-&gt;flags == DEFPUSH_BUTTON)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L90'>b</a> 90 lib/widget/button.c if (b-&gt;text.hotkey != NULL &amp;&amp; g_ascii_tolower ((gchar) b-&gt;text.hotkey[0]) == parm)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L101'>b</a> 101 lib/widget/button.c h-&gt;ret_value = b-&gt;action;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L102'>b</a> 102 lib/widget/button.c if (b-&gt;callback == NULL || b-&gt;callback (b, b-&gt;action) != 0)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L108'>b</a> 108 lib/widget/button.c switch (b-&gt;flags)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L124'>b</a> 124 lib/widget/button.c widget_gotoyx (w, 0, b-&gt;hotpos + off);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L136'>b</a> 136 lib/widget/button.c switch (b-&gt;flags)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L152'>b</a> 152 lib/widget/button.c hotkey_draw (w, b-&gt;text, focused);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L154'>b</a> 154 lib/widget/button.c switch (b-&gt;flags)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L173'>b</a> 173 lib/widget/button.c hotkey_free (b-&gt;text);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L210'>b</a> 210 lib/widget/button.c WButton *b;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L213'>b</a> 213 lib/widget/button.c b = g_new (WButton, 1);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L214'>b</a> 214 lib/widget/button.c w = WIDGET (b);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L216'>b</a> 216 lib/widget/button.c b-&gt;action = action;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L217'>b</a> 217 lib/widget/button.c b-&gt;flags = flags;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L218'>b</a> 218 lib/widget/button.c b-&gt;text = hotkey_new (text);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L219'>b</a> 219 lib/widget/button.c r.cols = button_get_width (b);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L222'>b</a> 222 lib/widget/button.c b-&gt;callback = callback;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L223'>b</a> 223 lib/widget/button.c b-&gt;hotpos = (b-&gt;text.hotkey != NULL) ? str_term_width1 (b-&gt;text.start) : -1;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L225'>b</a> 225 lib/widget/button.c return b;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L231'>b</a> 231 lib/widget/button.c button_get_text (const WButton *b)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L233'>b</a> 233 lib/widget/button.c return hotkey_get_text (b-&gt;text);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L239'>b</a> 239 lib/widget/button.c button_set_text (WButton *b, const char *text)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L241'>b</a> 241 lib/widget/button.c Widget *w = WIDGET (b);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L245'>b</a> 245 lib/widget/button.c if (hotkey_equal (b-&gt;text, hk))</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L251'>b</a> 251 lib/widget/button.c hotkey_free (b-&gt;text);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L252'>b</a> 252 lib/widget/button.c b-&gt;text = hk;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L253'>b</a> 253 lib/widget/button.c b-&gt;hotpos = (b-&gt;text.hotkey != NULL) ? str_term_width1 (b-&gt;text.start) : -1;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L254'>b</a> 254 lib/widget/button.c w-&gt;rect.cols = button_get_width (b);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L261'>b</a> 261 lib/widget/button.c button_get_width (const WButton *b)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L263'>b</a> 263 lib/widget/button.c int ret = hotkey_width (b-&gt;text);</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L265'>b</a> 265 lib/widget/button.c switch (b-&gt;flags)</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L48'>b</a> 48 lib/widget/button.h char *button_get_text (const WButton *b);</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L49'>b</a> 49 lib/widget/button.h void button_set_text (WButton *b, const char *text);</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L50'>b</a> 50 lib/widget/button.h int button_get_width (const WButton *b);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L790'>b</a> 790 lib/widget/group.c GList *b;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L792'>b</a> 792 lib/widget/group.c b = g_list_find (g-&gt;widgets, before);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L795'>b</a> 795 lib/widget/group.c assert (b != NULL);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L797'>b</a> 797 lib/widget/group.c b = g_list_next (b);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L798'>b</a> 798 lib/widget/group.c g-&gt;widgets = g_list_insert_before (g-&gt;widgets, b, ww);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L799'>b</a> 799 lib/widget/group.c if (b != NULL)</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L800'>b</a> 800 lib/widget/group.c new_current = g_list_previous (b);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L393'>b</a> 393 lib/widget/input_complete.c host_equal_func (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L395'>b</a> 395 lib/widget/input_complete.c return (strcmp ((const char *) a, (const char *) b) == 0);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L682'>b</a> 682 lib/widget/input_complete.c match_compare (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L684'>b</a> 684 lib/widget/input_complete.c return strcmp (*(char *const *) a, *(char *const *) b);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L67'>b</a> 67 lib/widget/listbox.c listbox_entry_cmp (const void *a, const void *b, void *user_data)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L70'>b</a> 70 lib/widget/listbox.c const WLEntry *eb = (const WLEntry *) b;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L454'>b</a> 454 lib/widget/widget-common.h widget_overlapped (const Widget *a, const Widget *b)</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L456'>b</a> 456 lib/widget/widget-common.h return rects_are_overlapped (&amp;a-&gt;rect, &amp;b-&gt;rect);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L669'>b</a> 669 lib/widget/wtools.c Widget *b;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L678'>b</a> 678 lib/widget/wtools.c b = WIDGET (button_new (y++, 3, B_CANCEL, NORMAL_BUTTON, b_name, NULL));</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L679'>b</a> 679 lib/widget/wtools.c group_add_widget_autopos (wg, b, WPOS_KEEP_TOP | WPOS_CENTER_HORZ, NULL);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1096'>b</a> 1096 src/diffviewer/ydiff.c BRACKET b;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1109'>b</a> 1109 src/diffviewer/ydiff.c b[DIFF_LEFT].off = bracket[DIFF_LEFT].off;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1110'>b</a> 1110 src/diffviewer/ydiff.c b[DIFF_LEFT].len = (*data)[0];</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1111'>b</a> 1111 src/diffviewer/ydiff.c b[DIFF_RIGHT].off = bracket[DIFF_RIGHT].off;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1112'>b</a> 1112 src/diffviewer/ydiff.c b[DIFF_RIGHT].len = (*data)[1];</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1113'>b</a> 1113 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1120'>b</a> 1120 src/diffviewer/ydiff.c b[DIFF_LEFT].off = bracket[DIFF_LEFT].off + (*data)[0] + len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1121'>b</a> 1121 src/diffviewer/ydiff.c b[DIFF_LEFT].len = (*data2)[0] - (*data)[0] - len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1122'>b</a> 1122 src/diffviewer/ydiff.c b[DIFF_RIGHT].off = bracket[DIFF_RIGHT].off + (*data)[1] + len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1123'>b</a> 1123 src/diffviewer/ydiff.c b[DIFF_RIGHT].len = (*data2)[1] - (*data)[1] - len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1124'>b</a> 1124 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1128'>b</a> 1128 src/diffviewer/ydiff.c b[DIFF_LEFT].off = bracket[DIFF_LEFT].off + (*data)[0] + len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1129'>b</a> 1129 src/diffviewer/ydiff.c b[DIFF_LEFT].len = bracket[DIFF_LEFT].len - (*data)[0] - len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1130'>b</a> 1130 src/diffviewer/ydiff.c b[DIFF_RIGHT].off = bracket[DIFF_RIGHT].off + (*data)[1] + len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1131'>b</a> 1131 src/diffviewer/ydiff.c b[DIFF_RIGHT].len = bracket[DIFF_RIGHT].len - (*data)[1] - len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1132'>b</a> 1132 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth))</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1169'>b</a> 1169 src/diffviewer/ydiff.c BRACKET b;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1177'>b</a> 1177 src/diffviewer/ydiff.c b[DIFF_LEFT].off = i;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1178'>b</a> 1178 src/diffviewer/ydiff.c b[DIFF_LEFT].len = m - i;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1179'>b</a> 1179 src/diffviewer/ydiff.c b[DIFF_RIGHT].off = i;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1180'>b</a> 1180 src/diffviewer/ydiff.c b[DIFF_RIGHT].len = n - i;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1183'>b</a> 1183 src/diffviewer/ydiff.c return hdiff_multi (s, t, b, min, hdiff, depth);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1204'>b</a> 1204 src/diffviewer/ydiff.c BRACKET *b;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1210'>b</a> 1210 src/diffviewer/ydiff.c b = &amp;g_array_index (hdiff, BRACKET, i);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1211'>b</a> 1211 src/diffviewer/ydiff.c start = (*b)[ord].off;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1212'>b</a> 1212 src/diffviewer/ydiff.c end = start + (*b)[ord].len;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2896'>b</a> 2896 src/diffviewer/ydiff.c WButtonBar *b;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2898'>b</a> 2898 src/diffviewer/ydiff.c b = buttonbar_find (DIALOG (d-&gt;owner));</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2900'>b</a> 2900 src/diffviewer/ydiff.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2901'>b</a> 2901 src/diffviewer/ydiff.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Save"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2902'>b</a> 2902 src/diffviewer/ydiff.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2903'>b</a> 2903 src/diffviewer/ydiff.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Merge"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2904'>b</a> 2904 src/diffviewer/ydiff.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Search"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2905'>b</a> 2905 src/diffviewer/ydiff.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|Options"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2906'>b</a> 2906 src/diffviewer/ydiff.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), d-&gt;keymap, d);</span>
<span class='curline'><a href='../S/src--editor--edit-impl.h.html#L74'>b</a> 74 src/editor/edit-impl.h #define edit_query_dialog2(h, t, a, b) query_dialog (h, t, D_NORMAL, 2, a, b)</span>
<span class='curline'><a href='../S/src--editor--edit-impl.h.html#L75'>b</a> 75 src/editor/edit-impl.h #define edit_query_dialog3(h, t, a, b, c) query_dialog (h, t, D_NORMAL, 3, a, b, c)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L469'>b</a> 469 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L494'>b</a> 494 src/editor/edit.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L495'>b</a> 495 src/editor/edit.c edit_move_to_prev_col (edit, b);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L865'>b</a> 865 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L867'>b</a> 867 src/editor/edit.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L868'>b</a> 868 src/editor/edit.c edit_cursor_move (edit, b - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L880'>b</a> 880 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L882'>b</a> 882 src/editor/edit.c b = edit_buffer_get_current_eol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L883'>b</a> 883 src/editor/edit.c edit_cursor_move (edit, b - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1164'>b</a> 1164 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1201'>b</a> 1201 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1202'>b</a> 1202 src/editor/edit.c edit-&gt;column1 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1207'>b</a> 1207 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1208'>b</a> 1208 src/editor/edit.c edit-&gt;column2 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1252'>b</a> 1252 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1287'>b</a> 1287 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1288'>b</a> 1288 src/editor/edit.c edit-&gt;column1 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1293'>b</a> 1293 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1294'>b</a> 1294 src/editor/edit.c edit-&gt;column2 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1523'>b</a> 1523 src/editor/edit.c const char *const b = "{}{[][()(", *p;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1530'>b</a> 1530 src/editor/edit.c p = strchr (b, c);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1605'>b</a> 1605 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1615'>b</a> 1615 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, cur_bol);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1616'>b</a> 1616 src/editor/edit.c edit_cursor_move (edit, b - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2849'>b</a> 2849 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2851'>b</a> 2851 src/editor/edit.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2852'>b</a> 2852 src/editor/edit.c return (long) edit_move_forward3 (edit, b, 0, edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2870'>b</a> 2870 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2872'>b</a> 2872 src/editor/edit.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2873'>b</a> 2873 src/editor/edit.c edit-&gt;curs_col = (long) edit_move_forward3 (edit, b, 0, edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2960'>b</a> 2960 src/editor/edit.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2970'>b</a> 2970 src/editor/edit.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2972'>b</a> 2972 src/editor/edit.c line_len = (long) edit_move_forward3 (edit, b, 0, e);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3003'>b</a> 3003 src/editor/edit.c b = edit_move_forward3 (edit, p, edit-&gt;curs_col, 0);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3004'>b</a> 3004 src/editor/edit.c edit_cursor_move (edit, b - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3007'>b</a> 3007 src/editor/edit.c b = edit_move_forward3 (edit, p, q, 0);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3008'>b</a> 3008 src/editor/edit.c edit_cursor_move (edit, b - edit-&gt;buffer.curs1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L119'>b</a> 119 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L129'>b</a> 129 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, p &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L130'>b</a> 130 src/editor/editbuffer.c return (char *) b + EDIT_BUF_SIZE - 1 - (p &amp; M_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L133'>b</a> 133 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, byte_index &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L134'>b</a> 134 src/editor/editbuffer.c return (char *) b + (byte_index &amp; M_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L491'>b</a> 491 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L501'>b</a> 501 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, buf-&gt;curs1 &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L502'>b</a> 502 src/editor/editbuffer.c *((unsigned char *) b + i) = (unsigned char) c;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L523'>b</a> 523 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L533'>b</a> 533 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, buf-&gt;curs2 &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L534'>b</a> 534 src/editor/editbuffer.c *((unsigned char *) b + EDIT_BUF_SIZE - 1 - i) = (unsigned char) c;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L555'>b</a> 555 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L562'>b</a> 562 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, prev &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L564'>b</a> 564 src/editor/editbuffer.c c = *((unsigned char *) b + EDIT_BUF_SIZE - 1 - i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L571'>b</a> 571 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, j);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L595'>b</a> 595 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L602'>b</a> 602 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, prev &gt;&gt; S_EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L604'>b</a> 604 src/editor/editbuffer.c c = *((unsigned char *) b + i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L611'>b</a> 611 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, j);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L699'>b</a> 699 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L713'>b</a> 713 src/editor/editbuffer.c b = g_malloc0 (EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L714'>b</a> 714 src/editor/editbuffer.c g_ptr_array_add (buf-&gt;b2, b);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L715'>b</a> 715 src/editor/editbuffer.c b = (char *) b + EDIT_BUF_SIZE - data_size;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L716'>b</a> 716 src/editor/editbuffer.c ret = mc_read (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L720'>b</a> 720 src/editor/editbuffer.c if (*((char *) b + j) == '\n')</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L733'>b</a> 733 src/editor/editbuffer.c b = g_malloc0 (data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L734'>b</a> 734 src/editor/editbuffer.c g_ptr_array_add (buf-&gt;b2, b);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L735'>b</a> 735 src/editor/editbuffer.c sz = mc_read (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L741'>b</a> 741 src/editor/editbuffer.c if (*((char *) b + j) == '\n')</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L774'>b</a> 774 src/editor/editbuffer.c b = *b1;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L776'>b</a> 776 src/editor/editbuffer.c *b2 = b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L812'>b</a> 812 src/editor/editbuffer.c void *b;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L820'>b</a> 820 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L821'>b</a> 821 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L832'>b</a> 832 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b1, i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L833'>b</a> 833 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L845'>b</a> 845 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L847'>b</a> 847 src/editor/editbuffer.c sz = mc_write (fd, (char *) b + EDIT_BUF_SIZE - data_size, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L857'>b</a> 857 src/editor/editbuffer.c b = g_ptr_array_index (buf-&gt;b2, i);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L858'>b</a> 858 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L463'>b</a> 463 src/editor/editcmd.c long b, c, d;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L470'>b</a> 470 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit-&gt;column1, edit-&gt;column2));</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L478'>b</a> 478 src/editor/editcmd.c p = edit_move_forward3 (edit, r, b, 0);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L536'>b</a> 536 src/editor/editcmd.c off_t b, e;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L545'>b</a> 545 src/editor/editcmd.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L547'>b</a> 547 src/editor/editcmd.c line_width = edit_move_forward3 (edit, b, 0, e);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L491'>b</a> 491 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L523'>b</a> 523 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit-&gt;start_col, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L524'>b</a> 524 src/editor/editdraw.c col = (int) edit_move_forward3 (edit, b, 0, q);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L557'>b</a> 557 src/editor/editdraw.c for (tws = edit_buffer_get_eol (&amp;edit-&gt;buffer, b); tws &gt; b; tws--)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L585'>b</a> 585 src/editor/editdraw.c x = (long) edit_move_forward3 (edit, b, 0, q);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L818'>b</a> 818 src/editor/editdraw.c off_t b;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L820'>b</a> 820 src/editor/editdraw.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, curs);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L821'>b</a> 821 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L890'>b</a> 890 src/editor/editdraw.c long b;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L894'>b</a> 894 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, edit-&gt;start_display, start_row, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L899'>b</a> 899 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L900'>b</a> 900 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, b, 1, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L911'>b</a> 911 src/editor/editdraw.c b = edit-&gt;start_display;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L917'>b</a> 917 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L918'>b</a> 918 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, b, 1, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L923'>b</a> 923 src/editor/editdraw.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L928'>b</a> 928 src/editor/editdraw.c edit_draw_this_line (edit, b, curs_row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L933'>b</a> 933 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, b, 1, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L938'>b</a> 938 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L939'>b</a> 939 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, b, 1, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L946'>b</a> 946 src/editor/editdraw.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L947'>b</a> 947 src/editor/editdraw.c b = edit_buffer_get_backward_offset (&amp;edit-&gt;buffer, b, 1);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L952'>b</a> 952 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L959'>b</a> 959 src/editor/editdraw.c b = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L960'>b</a> 960 src/editor/editdraw.c b = edit_buffer_get_forward_offset (&amp;edit-&gt;buffer, b, 1, 0);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L965'>b</a> 965 src/editor/editdraw.c edit_draw_this_line (edit, b, row, start_column, end_column);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L864'>b</a> 864 src/editor/editwidget.c WMenuBar *b;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L866'>b</a> 866 src/editor/editwidget.c b = menubar_find (h);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L868'>b</a> 868 src/editor/editwidget.c if (!widget_get_state (WIDGET (b), WST_FOCUSED))</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L905'>b</a> 905 src/editor/editwidget.c menubar_activate (b, drop_menus, -1);</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L216'>b</a> 216 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L225'>b</a> 225 src/editor/format.c b += char_length;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L226'>b</a> 226 src/editor/format.c tb = (char *) t + b;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L232'>b</a> 232 src/editor/format.c return b;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L260'>b</a> 260 src/editor/format.c return b;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L838'>b</a> 838 src/editor/syntax.c char f[80], b[80], a[80], *p;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L860'>b</a> 860 src/editor/syntax.c g_strlcpy (b, color-&gt;bg, sizeof (b));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L861'>b</a> 861 src/editor/syntax.c p = strchr (b, '/');</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L864'>b</a> 864 src/editor/syntax.c color-&gt;bg = b;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L887'>b</a> 887 src/editor/syntax.c g_strlcpy (b, p, sizeof (b));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L889'>b</a> 889 src/editor/syntax.c g_strlcpy (b, "default", sizeof (b));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L890'>b</a> 890 src/editor/syntax.c color-&gt;bg = b;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L322'>b</a> 322 src/filemanager/achown.c WButton *b = BUTTON (w);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L328'>b</a> 328 src/filemanager/achown.c if (b == b_att[0])</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L330'>b</a> 330 src/filemanager/achown.c else if (b == b_att[1])</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L338'>b</a> 338 src/filemanager/achown.c if (b-&gt;hotpos == -1)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L339'>b</a> 339 src/filemanager/achown.c b-&gt;hotpos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L341'>b</a> 341 src/filemanager/achown.c flag_pos = f_pos * 3 + b-&gt;hotpos;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L354'>b</a> 354 src/filemanager/achown.c flag_pos = f_pos * 3 + b-&gt;hotpos;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L358'>b</a> 358 src/filemanager/achown.c if (b-&gt;hotpos == 2)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L368'>b</a> 368 src/filemanager/achown.c b-&gt;hotpos = flag_pos % 3;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L378'>b</a> 378 src/filemanager/achown.c b-&gt;hotpos = flag_pos % 3;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L391'>b</a> 391 src/filemanager/achown.c b-&gt;hotpos = i;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L395'>b</a> 395 src/filemanager/achown.c i = b-&gt;hotpos;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L398'>b</a> 398 src/filemanager/achown.c if (b-&gt;text.start[flag_pos % 3] == '-')</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L414'>b</a> 414 src/filemanager/achown.c b-&gt;hotpos = i;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L455'>b</a> 455 src/filemanager/achown.c WButton *b;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L459'>b</a> 459 src/filemanager/achown.c b = button_new (y, x, action, flags, text, callback);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L460'>b</a> 460 src/filemanager/achown.c w = WIDGET (b);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L468'>b</a> 468 src/filemanager/achown.c return b;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L774'>b</a> 774 src/filemanager/achown.c WButton *b;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L778'>b</a> 778 src/filemanager/achown.c b = button_new (y, 1, advanced_chown_but[i].ret_cmd, advanced_chown_but[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L780'>b</a> 780 src/filemanager/achown.c WIDGET (b)-&gt;rect.x = WIDGET (ch_dlg)-&gt;rect.cols / 2 - button_get_width (b);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L781'>b</a> 781 src/filemanager/achown.c group_add_widget (ch_grp, b);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L783'>b</a> 783 src/filemanager/achown.c b = button_new (y, 1, advanced_chown_but[i].ret_cmd, advanced_chown_but[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L785'>b</a> 785 src/filemanager/achown.c WIDGET (b)-&gt;rect.x = WIDGET (ch_dlg)-&gt;rect.cols / 2 + 1;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L786'>b</a> 786 src/filemanager/achown.c group_add_widget (ch_grp, b);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1051'>b</a> 1051 src/filemanager/chattr.c Widget *b;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1053'>b</a> 1053 src/filemanager/chattr.c b = chattr_but[i].button;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1054'>b</a> 1054 src/filemanager/chattr.c r = b-&gt;rect;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1056'>b</a> 1056 src/filemanager/chattr.c widget_set_size_rect (b, &amp;r);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1058'>b</a> 1058 src/filemanager/chattr.c b = chattr_but[i].button;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1059'>b</a> 1059 src/filemanager/chattr.c r = b-&gt;rect;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1061'>b</a> 1061 src/filemanager/chattr.c widget_set_size_rect (b, &amp;r);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L357'>b</a> 357 src/filemanager/chmod.c WButton *b;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L364'>b</a> 364 src/filemanager/chmod.c b = button_new (y, 1, chmod_but[i].ret_cmd, chmod_but[i].flags, chmod_but[i].text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L365'>b</a> 365 src/filemanager/chmod.c WIDGET (b)-&gt;rect.x = WIDGET (ch_dlg)-&gt;rect.cols / 2 - button_get_width (b);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L366'>b</a> 366 src/filemanager/chmod.c group_add_widget (g, b);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L368'>b</a> 368 src/filemanager/chmod.c b = button_new (y, 1, chmod_but[i].ret_cmd, chmod_but[i].flags, chmod_but[i].text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L369'>b</a> 369 src/filemanager/chmod.c WIDGET (b)-&gt;rect.x = WIDGET (ch_dlg)-&gt;rect.cols / 2 + 1;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L370'>b</a> 370 src/filemanager/chmod.c group_add_widget (g, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L112'>b</a> 112 src/filemanager/dir.c compare_by_names (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L117'>b</a> 117 src/filemanager/dir.c if (b-&gt;name_sort_key == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L118'>b</a> 118 src/filemanager/dir.c b-&gt;name_sort_key = str_create_key_for_filename (b-&gt;fname-&gt;str, case_sensitive);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L120'>b</a> 120 src/filemanager/dir.c return key_collate (a-&gt;name_sort_key, b-&gt;name_sort_key);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L326'>b</a> 326 src/filemanager/dir.c unsorted (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L329'>b</a> 329 src/filemanager/dir.c (void) b;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L337'>b</a> 337 src/filemanager/dir.c sort_name (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L340'>b</a> 340 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L343'>b</a> 343 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L351'>b</a> 351 src/filemanager/dir.c sort_vers (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L354'>b</a> 354 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L360'>b</a> 360 src/filemanager/dir.c result = filevercmp (a-&gt;fname-&gt;str, b-&gt;fname-&gt;str);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L364'>b</a> 364 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L373'>b</a> 373 src/filemanager/dir.c sort_ext (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L376'>b</a> 376 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L384'>b</a> 384 src/filemanager/dir.c if (b-&gt;extension_sort_key == NULL)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L385'>b</a> 385 src/filemanager/dir.c b-&gt;extension_sort_key = str_create_key (extension (b-&gt;fname-&gt;str), case_sensitive);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L387'>b</a> 387 src/filemanager/dir.c r = str_key_collate (a-&gt;extension_sort_key, b-&gt;extension_sort_key, case_sensitive);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L391'>b</a> 391 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L400'>b</a> 400 src/filemanager/dir.c sort_time (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L403'>b</a> 403 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L407'>b</a> 407 src/filemanager/dir.c int result = _GL_CMP (a-&gt;st.st_mtime, b-&gt;st.st_mtime);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L412'>b</a> 412 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L421'>b</a> 421 src/filemanager/dir.c sort_ctime (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L424'>b</a> 424 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L428'>b</a> 428 src/filemanager/dir.c int result = _GL_CMP (a-&gt;st.st_ctime, b-&gt;st.st_ctime);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L433'>b</a> 433 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L442'>b</a> 442 src/filemanager/dir.c sort_atime (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L445'>b</a> 445 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L449'>b</a> 449 src/filemanager/dir.c int result = _GL_CMP (a-&gt;st.st_atime, b-&gt;st.st_atime);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L454'>b</a> 454 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L463'>b</a> 463 src/filemanager/dir.c sort_inode (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L466'>b</a> 466 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L469'>b</a> 469 src/filemanager/dir.c return (a-&gt;st.st_ino - b-&gt;st.st_ino) * reverse;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L477'>b</a> 477 src/filemanager/dir.c sort_size (file_entry_t *a, file_entry_t *b)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L480'>b</a> 480 src/filemanager/dir.c int bd = MY_ISDIR (b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L484'>b</a> 484 src/filemanager/dir.c int result = _GL_CMP (a-&gt;st.st_size, b-&gt;st.st_size);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L489'>b</a> 489 src/filemanager/dir.c return compare_by_names (a, b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L695'>b</a> 695 src/filemanager/dir.c struct stat b;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L697'>b</a> 697 src/filemanager/dir.c if (S_ISLNK (file-&gt;st.st_mode) &amp;&amp; mc_stat (full_name_vpath, &amp;b) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L698'>b</a> 698 src/filemanager/dir.c return is_exe (b.st_mode);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L93'>b</a> 93 src/filemanager/dir.h int unsorted (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L94'>b</a> 94 src/filemanager/dir.h int sort_name (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L95'>b</a> 95 src/filemanager/dir.h int sort_vers (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L96'>b</a> 96 src/filemanager/dir.h int sort_ext (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L97'>b</a> 97 src/filemanager/dir.h int sort_time (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L98'>b</a> 98 src/filemanager/dir.h int sort_atime (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L99'>b</a> 99 src/filemanager/dir.h int sort_ctime (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L100'>b</a> 100 src/filemanager/dir.h int sort_size (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L101'>b</a> 101 src/filemanager/dir.h int sort_inode (file_entry_t *a, file_entry_t *b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L839'>b</a> 839 src/filemanager/file.c const char *a, const char *b)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L851'>b</a> 851 src/filemanager/file.c width_b = str_term_width1 (b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L861'>b</a> 861 src/filemanager/file.c b = str_trunc (b, width);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L862'>b</a> 862 src/filemanager/file.c msg = g_strdup_printf (fmt, s, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L868'>b</a> 868 src/filemanager/file.c msg = g_strdup_printf (fmt, a, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L874'>b</a> 874 src/filemanager/file.c b = str_trunc (b, width);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L876'>b</a> 876 src/filemanager/file.c msg = g_strdup_printf (fmt, a, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L891'>b</a> 891 src/filemanager/file.c warn_same_file (file_op_context_t *ctx, const char *fmt, const char *a, const char *b)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L898'>b</a> 898 src/filemanager/file.c const char *a, const char *b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L904'>b</a> 904 src/filemanager/file.c return parent_call (pntr.p, ctx, 3, strlen (fmt), fmt, strlen (a), a, strlen (b), b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L906'>b</a> 906 src/filemanager/file.c return real_warn_same_file (ctx, Foreground, fmt, a, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L912'>b</a> 912 src/filemanager/file.c check_same_file (file_op_context_t *ctx, const char *a, const struct stat *ast, const char *b,</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L919'>b</a> 919 src/filemanager/file.c *status = warn_same_file (ctx, _ ("\"%s\"\nand\n\"%s\"\nare the same directory"), a, b);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L921'>b</a> 921 src/filemanager/file.c *status = warn_same_file (ctx, _ ("\"%s\"\nand\n\"%s\"\nare the same file"), a, b);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1591'>b</a> 1591 src/filemanager/filemanager.c midnight_set_buttonbar (WButtonBar *b)</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1595'>b</a> 1595 src/filemanager/filemanager.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1596'>b</a> 1596 src/filemanager/filemanager.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Menu"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1597'>b</a> 1597 src/filemanager/filemanager.c buttonbar_set_label (b, 3, Q_ ("ButtonBar|View"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1598'>b</a> 1598 src/filemanager/filemanager.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Edit"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1599'>b</a> 1599 src/filemanager/filemanager.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Copy"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1600'>b</a> 1600 src/filemanager/filemanager.c buttonbar_set_label (b, 6, Q_ ("ButtonBar|RenMov"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1601'>b</a> 1601 src/filemanager/filemanager.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Mkdir"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1602'>b</a> 1602 src/filemanager/filemanager.c buttonbar_set_label (b, 8, Q_ ("ButtonBar|Delete"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1603'>b</a> 1603 src/filemanager/filemanager.c buttonbar_set_label (b, 9, Q_ ("ButtonBar|PullDn"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L1604'>b</a> 1604 src/filemanager/filemanager.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.h.html#L43'>b</a> 43 src/filemanager/filemanager.h void midnight_set_buttonbar (WButtonBar *b);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L218'>b</a> 218 src/filemanager/find.c max (int a, int b)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L220'>b</a> 220 src/filemanager/find.c return (a &gt; b ? a : b);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L192'>b</a> 192 src/filemanager/layout.c max (int a, int b)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L194'>b</a> 194 src/filemanager/layout.c return a &gt; b ? a : b;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L493'>b</a> 493 src/filemanager/layout.c int b1, b2, b;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L540'>b</a> 540 src/filemanager/layout.c b = b1 + b2 + 1;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L542'>b</a> 542 src/filemanager/layout.c width = max (l1 * 2 + 7, b);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L609'>b</a> 609 src/filemanager/layout.c group_add_widget (g, button_new (12, (width - b) / 2, B_ENTER, DEFPUSH_BUTTON, ok_button, 0));</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L611'>b</a> 611 src/filemanager/layout.c g, button_new (12, (width - b) / 2 + b1 + 1, B_CANCEL, NORMAL_BUTTON, cancel_button, 0));</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L102'>b</a> 102 src/filemanager/panelize.c panelize_entry_cmp_by_label (gconstpointer a, gconstpointer b)</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L105'>b</a> 105 src/filemanager/panelize.c const char *label = (const char *) b;</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L226'>b</a> 226 src/filemanager/panelize.c WButton *b;</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L228'>b</a> 228 src/filemanager/panelize.c b = button_new (y, x, panelize_but[i].ret_cmd, panelize_but[i].flags, panelize_but[i].text,</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L230'>b</a> 230 src/filemanager/panelize.c group_add_widget (g, b);</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L232'>b</a> 232 src/filemanager/panelize.c x += button_get_width (b) + 1;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L962'>b</a> 962 src/filemanager/tree.c WButtonBar *b;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L966'>b</a> 966 src/filemanager/tree.c b = buttonbar_find (DIALOG (w-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L967'>b</a> 967 src/filemanager/tree.c buttonbar_set_label (b, 4,</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L970'>b</a> 970 src/filemanager/tree.c widget_draw (WIDGET (b));</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1152'>b</a> 1152 src/filemanager/tree.c WButtonBar *b;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1161'>b</a> 1161 src/filemanager/tree.c b = buttonbar_find (h);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1162'>b</a> 1162 src/filemanager/tree.c widget_draw (WIDGET (b));</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1167'>b</a> 1167 src/filemanager/tree.c b = buttonbar_find (h);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1168'>b</a> 1168 src/filemanager/tree.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1169'>b</a> 1169 src/filemanager/tree.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Rescan"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1170'>b</a> 1170 src/filemanager/tree.c buttonbar_set_label (b, 3, Q_ ("ButtonBar|Forget"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1172'>b</a> 1172 src/filemanager/tree.c b, 4, tree_navigation_flag ? Q_ ("ButtonBar|Static") : Q_ ("ButtonBar|Dynamc"),</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1174'>b</a> 1174 src/filemanager/tree.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Copy"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1175'>b</a> 1175 src/filemanager/tree.c buttonbar_set_label (b, 6, Q_ ("ButtonBar|RenMov"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1178'>b</a> 1178 src/filemanager/tree.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Mkdir"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1180'>b</a> 1180 src/filemanager/tree.c buttonbar_clear_label (b, 7, w);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1182'>b</a> 1182 src/filemanager/tree.c buttonbar_set_label (b, 8, Q_ ("ButtonBar|Rmdir"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--textconf.c.html#L198'>b</a> 198 src/textconf.c #define PRINTF_SECTION(a, b) (void) printf (" %-17s %s\n", a, b)</span>
<span class='curline'><a href='../S/src--textconf.c.html#L199'>b</a> 199 src/textconf.c #define PRINTF_SECTION2(a, b) (void) printf (" %-17s %s/\n", a, b)</span>
<span class='curline'><a href='../S/src--textconf.c.html#L200'>b</a> 200 src/textconf.c #define PRINTF(a, b, c) (void) printf ("\t%-15s %s/%s\n", a, b, c)</span>
<span class='curline'><a href='../S/src--textconf.c.html#L201'>b</a> 201 src/textconf.c #define PRINTF2(a, b, c) (void) printf ("\t%-15s %s%s\n", a, b, c)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L163'>b</a> 163 src/vfs/cpio/cpio.c cpio_defer_find (const void *a, const void *b)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L166'>b</a> 166 src/vfs/cpio/cpio.c const defer_inode *b1 = (const defer_inode *) b;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L188'>b</a> 188 src/vfs/extfs/extfs.c extfs_cmp_archive (const void *a, const void *b)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L191'>b</a> 191 src/vfs/extfs/extfs.c const char *archive_name = (const char *) b;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L546'>b</a> 546 src/vfs/ftpfs/ftpfs_parse_ls.c const char *b;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L560'>b</a> 560 src/vfs/ftpfs/ftpfs_parse_ls.c b = line;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L562'>b</a> 562 src/vfs/ftpfs/ftpfs_parse_ls.c if (len &lt; 2 || b[0] != '+')</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L565'>b</a> 565 src/vfs/ftpfs/ftpfs_parse_ls.c scan = b + 1;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1131'>b</a> 1131 src/vfs/ftpfs/ftpfs_parse_ls.c char *b = (char *) bufp-&gt;data;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1134'>b</a> 1134 src/vfs/ftpfs/ftpfs_parse_ls.c blen = strlen (b);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1136'>b</a> 1136 src/vfs/ftpfs/ftpfs_parse_ls.c if (b[blen - 1] == '\r')</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1138'>b</a> 1138 src/vfs/ftpfs/ftpfs_parse_ls.c b[blen - 1] = '\0';</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1155'>b</a> 1155 src/vfs/ftpfs/ftpfs_parse_ls.c tmp_line = g_strndup (b, blen);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1196'>b</a> 1196 src/vfs/ftpfs/ftpfs_parse_ls.c tmp_line = g_strndup (b, blen);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L124'>b</a> 124 src/vfs/sfs/sfs.c cachedfile_compare (const void *a, const void *b)</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L127'>b</a> 127 src/vfs/sfs/sfs.c const char *name = (const char *) b;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L74'>b</a> 74 src/vfs/tar/tar-sparse.c #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L82'>b</a> 82 src/vfs/tar/tar-sparse.c #define COPY_BUF(arch, b, buf, src) \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L85'>b</a> 85 src/vfs/tar/tar-sparse.c char *endp = b-&gt;buffer + BLOCKSIZE; \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L94'>b</a> 94 src/vfs/tar/tar-sparse.c tar_set_next_block_after (b); \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L95'>b</a> 95 src/vfs/tar/tar-sparse.c b = tar_find_next_block (arch); \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L96'>b</a> 96 src/vfs/tar/tar-sparse.c if (b == NULL) \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L99'>b</a> 99 src/vfs/tar/tar-sparse.c src = b-&gt;buffer; \</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L100'>b</a> 100 src/vfs/tar/tar-sparse.c endp = b-&gt;buffer + BLOCKSIZE; \</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L72'>b</a> 72 src/viewer/coord_cache.c typedef gboolean (*cmp_func_t) (const coord_cache_entry_t *a, const coord_cache_entry_t *b);</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L96'>b</a> 96 src/viewer/coord_cache.c mcview_coord_cache_entry_less_offset (const coord_cache_entry_t *a, const coord_cache_entry_t *b)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L98'>b</a> 98 src/viewer/coord_cache.c return (a-&gt;cc_offset &lt; b-&gt;cc_offset);</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L104'>b</a> 104 src/viewer/coord_cache.c mcview_coord_cache_entry_less_plain (const coord_cache_entry_t *a, const coord_cache_entry_t *b)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L106'>b</a> 106 src/viewer/coord_cache.c if (a-&gt;cc_line &lt; b-&gt;cc_line)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L109'>b</a> 109 src/viewer/coord_cache.c if (a-&gt;cc_line == b-&gt;cc_line)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L110'>b</a> 110 src/viewer/coord_cache.c return (a-&gt;cc_column &lt; b-&gt;cc_column);</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L118'>b</a> 118 src/viewer/coord_cache.c mcview_coord_cache_entry_less_nroff (const coord_cache_entry_t *a, const coord_cache_entry_t *b)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L120'>b</a> 120 src/viewer/coord_cache.c if (a-&gt;cc_line &lt; b-&gt;cc_line)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L123'>b</a> 123 src/viewer/coord_cache.c if (a-&gt;cc_line == b-&gt;cc_line)</span>
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L124'>b</a> 124 src/viewer/coord_cache.c return (a-&gt;cc_nroff_column &lt; b-&gt;cc_nroff_column);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L270'>b</a> 270 src/viewer/datasource.c mcview_set_byte (WView *view, off_t offset, byte b)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L272'>b</a> 272 src/viewer/datasource.c (void) &amp;b;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L79'>b</a> 79 src/viewer/display.c WButtonBar *b;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L82'>b</a> 82 src/viewer/display.c b = buttonbar_find (h);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L83'>b</a> 83 src/viewer/display.c buttonbar_set_label (b, 1, Q_ ("ButtonBar|Help"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L88'>b</a> 88 src/viewer/display.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|View"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L90'>b</a> 90 src/viewer/display.c buttonbar_set_label (b, 2, Q_ ("ButtonBar|Edit"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L92'>b</a> 92 src/viewer/display.c buttonbar_set_label (b, 2, "", keymap, WIDGET (view));</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L94'>b</a> 94 src/viewer/display.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Ascii"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L95'>b</a> 95 src/viewer/display.c buttonbar_set_label (b, 6, Q_ ("ButtonBar|Save"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L96'>b</a> 96 src/viewer/display.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|HxSrch"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L101'>b</a> 101 src/viewer/display.c b, 2, view-&gt;mode_flags.wrap ? Q_ ("ButtonBar|UnWrap") : Q_ ("ButtonBar|Wrap"), keymap,</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L103'>b</a> 103 src/viewer/display.c buttonbar_set_label (b, 4, Q_ ("ButtonBar|Hex"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L104'>b</a> 104 src/viewer/display.c buttonbar_set_label (b, 6, "", keymap, WIDGET (view));</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L105'>b</a> 105 src/viewer/display.c buttonbar_set_label (b, 7, Q_ ("ButtonBar|Search"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L108'>b</a> 108 src/viewer/display.c buttonbar_set_label (b, 5, Q_ ("ButtonBar|Goto"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L110'>b</a> 110 src/viewer/display.c b, 8, view-&gt;mode_flags.magic ? Q_ ("ButtonBar|Raw") : Q_ ("ButtonBar|Parse"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L114'>b</a> 114 src/viewer/display.c buttonbar_set_label (b, 3, Q_ ("ButtonBar|Quit"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L116'>b</a> 116 src/viewer/display.c b, 9, view-&gt;mode_flags.nroff ? Q_ ("ButtonBar|Unform") : Q_ ("ButtonBar|Format"),</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L118'>b</a> 118 src/viewer/display.c buttonbar_set_label (b, 10, Q_ ("ButtonBar|Quit"), keymap, w);</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L248'>b</a> 248 src/viewer/internal.h void mcview_set_byte (WView *view, off_t offset, byte b);</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L339'>b</a> 339 src/viewer/internal.h mcview_offset_rounddown (off_t a, off_t b)</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L341'>b</a> 341 src/viewer/internal.h g_assert (b != 0);</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L342'>b</a> 342 src/viewer/internal.h return a - a % b;</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L244'>b</a> 244 src/viewer/mcviewer.c Widget *vw, *b;</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L261'>b</a> 261 src/viewer/mcviewer.c b = WIDGET (buttonbar_new ());</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L262'>b</a> 262 src/viewer/mcviewer.c group_add_widget_autopos (g, b, b-&gt;pos_flags, NULL);</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L33'>b</a> 33 tests/lib/search/regex_replace_esc_seq.c #define test_helper_check_valid_data(a, b, c, d, e, f) \</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L35'>b</a> 35 tests/lib/search/regex_replace_esc_seq.c ck_assert_msg (a == b, "ret_value != %s", (b) ? "TRUE" : "FALSE"); \</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L48'>b</a> 48 tests/lib/strutil/filevercmp.c test_filevercmp (char const *a, char const *b)</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L56'>b</a> 56 tests/lib/strutil/filevercmp.c result = filevercmp (a, b);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L59'>b</a> 59 tests/lib/strutil/filevercmp.c blen = strlen (b);</span>
<span class='curline'><a href='../S/tests--lib--strutil--filevercmp.c.html#L63'>b</a> 63 tests/lib/strutil/filevercmp.c memcpy (buffer + alen, b, blen);</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L38'>b</a> 38 tests/lib/strutil/str_verscmp.c static char const b[] = "B007502280067.gbp.corp.com";</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L72'>b</a> 72 tests/lib/strutil/str_verscmp.c { a, b, -1 },</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L73'>b</a> 73 tests/lib/strutil/str_verscmp.c { b, c, -1 },</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L75'>b</a> 75 tests/lib/strutil/str_verscmp.c { b, a, 1 },</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_verscmp.c.html#L76'>b</a> 76 tests/lib/strutil/str_verscmp.c { c, b, 1 },</span>
</pre>
</body>
</html>