mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
111 lines
18 KiB
HTML
111 lines
18 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>op</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#L191'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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#L229'>op</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'>op</a> 230 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#L232'>op</a> 232 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#L233'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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'>op</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--vfs--path.c.html#L87'>op</a> 87 lib/vfs/path.c _vfs_split_with_semi_skip_count (char *path, const char **inpath, const char **op,</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L105'>op</a> 105 lib/vfs/path.c if (op != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L106'>op</a> 106 lib/vfs/path.c *op = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L117'>op</a> 117 lib/vfs/path.c if (op != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L118'>op</a> 118 lib/vfs/path.c *op = semi + 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L128'>op</a> 128 lib/vfs/path.c ret = _vfs_split_with_semi_skip_count (path, inpath, op, skip_count + 1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L343'>op</a> 343 lib/vfs/path.c const char *local, *op;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L347'>op</a> 347 lib/vfs/path.c while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L360'>op</a> 360 lib/vfs/path.c url_params = strchr (op, ':'); // skip VFS prefix</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L368'>op</a> 368 lib/vfs/path.c if (*op != '\0')</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L369'>op</a> 369 lib/vfs/path.c element->vfs_prefix = g_strdup (op);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L685'>op</a> 685 src/diffviewer/ydiff.c DIFFCMD op;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L738'>op</a> 738 src/diffviewer/ydiff.c op.a[0][0] = f1;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L739'>op</a> 739 src/diffviewer/ydiff.c op.a[0][1] = f2;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L740'>op</a> 740 src/diffviewer/ydiff.c op.cmd = cmd;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L741'>op</a> 741 src/diffviewer/ydiff.c op.a[1][0] = t1;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L742'>op</a> 742 src/diffviewer/ydiff.c op.a[1][1] = t2;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L743'>op</a> 743 src/diffviewer/ydiff.c g_array_append_val (ops, op);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L888'>op</a> 888 src/diffviewer/ydiff.c const DIFFCMD *op;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L918'>op</a> 918 src/diffviewer/ydiff.c op = &g_array_index (ops, DIFFCMD, i);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L920'>op</a> 920 src/diffviewer/ydiff.c n = op->F1;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L921'>op</a> 921 src/diffviewer/ydiff.c if (op->cmd != add_cmd)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L930'>op</a> 930 src/diffviewer/ydiff.c if (op->cmd == add_cmd)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L931'>op</a> 931 src/diffviewer/ydiff.c for (n = op->T2 - op->T1 + 1; n != 0; n--)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L934'>op</a> 934 src/diffviewer/ydiff.c if (op->cmd == del_cmd)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L936'>op</a> 936 src/diffviewer/ydiff.c for (n = op->F2 - op->F1 + 1;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L944'>op</a> 944 src/diffviewer/ydiff.c if (op->cmd == 'c')</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L946'>op</a> 946 src/diffviewer/ydiff.c for (n = op->F2 - op->F1 + 1;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L953'>op</a> 953 src/diffviewer/ydiff.c for (n = op->T2 - op->T1 - (op->F2 - op->F1); n > 0; n--)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L899'>op</a> 899 src/filemanager/boxes.c sort_box (dir_sort_options_t *op, const panel_field_t *sort_field)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L922'>op</a> 922 src/filemanager/boxes.c QUICK_CHECKBOX (_ ("Executable &first"), &op->exec_first, NULL),</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L923'>op</a> 923 src/filemanager/boxes.c QUICK_CHECKBOX (_ ("Cas&e sensitive"), &op->case_sensitive, NULL),</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L924'>op</a> 924 src/filemanager/boxes.c QUICK_CHECKBOX (_ ("&Reverse"), &op->reverse, NULL),</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.h.html#L27'>op</a> 27 src/filemanager/boxes.h const panel_field_t *sort_box (dir_sort_options_t *op, const panel_field_t *sort_field);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.h.html#L52'>op</a> 52 src/filemanager/file.h gboolean panel_operate (void *source_panel, FileOperation op, gboolean force_single);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L761'>op</a> 761 src/filemanager/filegui.c file_op_context_new (const FileOperation op)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L775'>op</a> 775 src/filemanager/filegui.c ctx->operation = op;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L163'>op</a> 163 src/filemanager/filegui.h file_op_context_t *file_op_context_new (FileOperation op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L614'>op</a> 614 src/vfs/ftpfs/ftpfs.c char *op;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L622'>op</a> 622 src/vfs/ftpfs/ftpfs.c op = g_strdup (super->path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L624'>op</a> 624 src/vfs/ftpfs/ftpfs.c op = g_strdup (netrcpass);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L630'>op</a> 630 src/vfs/ftpfs/ftpfs.c op = g_strdup (ftpfs_anonymous_passwd);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L638'>op</a> 638 src/vfs/ftpfs/ftpfs.c op = vfs_get_password (p);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L640'>op</a> 640 src/vfs/ftpfs/ftpfs.c if (op == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L642'>op</a> 642 src/vfs/ftpfs/ftpfs.c super->path_element->password = g_strdup (op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L646'>op</a> 646 src/vfs/ftpfs/ftpfs.c pass = op;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L649'>op</a> 649 src/vfs/ftpfs/ftpfs.c pass = g_strconcat ("-", op, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L650'>op</a> 650 src/vfs/ftpfs/ftpfs.c wipe_password (op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L693'>op</a> 693 src/vfs/ftpfs/ftpfs.c op = input_dialog (p, _ ("Account:"), MC_HISTORY_FTPFS_ACCOUNT, "",</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L696'>op</a> 696 src/vfs/ftpfs/ftpfs.c if (op == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L699'>op</a> 699 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L700'>op</a> 700 src/vfs/ftpfs/ftpfs.c g_free (op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L582'>op</a> 582 src/vfs/shell/shell.c char *p, *op;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L586'>op</a> 586 src/vfs/shell/shell.c op = vfs_get_password (p);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L588'>op</a> 588 src/vfs/shell/shell.c if (op == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L590'>op</a> 590 src/vfs/shell/shell.c super->path_element->password = op;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L177'>op</a> 177 tests/lib/vfs/vfs_split.c const char *local = NULL, *op = NULL;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L184'>op</a> 184 tests/lib/vfs/vfs_split.c actual_result = _vfs_split_with_semi_skip_count (path, &local, &op, 0);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L190'>op</a> 190 tests/lib/vfs/vfs_split.c mctest_assert_str_eq (op, data->expected_op);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|