op                191 lib/intprops-internal.h #define _GL_INT_OP_WRAPV(a, b, r, op, overflow)                                                    \
op                193 lib/intprops-internal.h          signed char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, signed char,           \
op                195 lib/intprops-internal.h          unsigned char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned char, 0,    \
op                197 lib/intprops-internal.h          short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, short int, SHRT_MIN,     \
op                199 lib/intprops-internal.h          unsigned short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int,                 \
op                201 lib/intprops-internal.h          int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX),        \
op                202 lib/intprops-internal.h          unsigned int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0,      \
op                204 lib/intprops-internal.h          long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int, LONG_MIN,  \
op                206 lib/intprops-internal.h          unsigned long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,             \
op                208 lib/intprops-internal.h          long long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,            \
op                210 lib/intprops-internal.h          unsigned long long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,   \
op                221 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)                 \
op                223 lib/intprops-internal.h          ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax)                   \
op                224 lib/intprops-internal.h          : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
op                226 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)                 \
op                229 lib/intprops-internal.h                 ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 1)               \
op                230 lib/intprops-internal.h                 : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) < 0)             \
op                232 lib/intprops-internal.h                 ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) >= 0             \
op                233 lib/intprops-internal.h                 : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 0)))
op                236 lib/intprops-internal.h #define _GL_INT_OP_WRAPV(a, b, r, op, overflow)                                                    \
op                238 lib/intprops-internal.h          ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, signed char, SCHAR_MIN, SCHAR_MAX,    \
op                241 lib/intprops-internal.h          ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, short int, SHRT_MIN, SHRT_MAX,        \
op                245 lib/intprops-internal.h                 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX)     \
op                246 lib/intprops-internal.h                 : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0,           \
op                248 lib/intprops-internal.h          : _GL_INT_OP_WRAPV_LONGISH (a, b, r, op, overflow))
op                250 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)                                            \
op                252 lib/intprops-internal.h          ? (_GL_EXPR_SIGNED (*(r)) ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,    \
op                254 lib/intprops-internal.h                                    : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,    \
op                257 lib/intprops-internal.h                 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, long long int,   \
op                259 lib/intprops-internal.h                 : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,                  \
op                262 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)                                            \
op                263 lib/intprops-internal.h     (_GL_EXPR_SIGNED (*(r)) ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int, \
op                265 lib/intprops-internal.h                             : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,           \
op                276 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax)                                  \
op                277 lib/intprops-internal.h     (overflow (a, b, tmin, tmax) ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1)     \
op                278 lib/intprops-internal.h                                  : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0))
op                310 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) ((t) ((ut) (a) op (ut) (b)))
op                 87 lib/vfs/path.c _vfs_split_with_semi_skip_count (char *path, const char **inpath, const char **op,
op                105 lib/vfs/path.c     if (op != NULL)
op                106 lib/vfs/path.c         *op = NULL;
op                117 lib/vfs/path.c         if (op != NULL)
op                118 lib/vfs/path.c             *op = semi + 1;
op                128 lib/vfs/path.c     ret = _vfs_split_with_semi_skip_count (path, inpath, op, skip_count + 1);
op                344 lib/vfs/path.c     const char *local, *op;
op                348 lib/vfs/path.c     while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL)
op                361 lib/vfs/path.c         url_params = strchr (op, ':');  // skip VFS prefix
op                369 lib/vfs/path.c         if (*op != '\0')
op                370 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
op                688 src/diffviewer/ydiff.c     DIFFCMD op;
op                741 src/diffviewer/ydiff.c     op.a[0][0] = f1;
op                742 src/diffviewer/ydiff.c     op.a[0][1] = f2;
op                743 src/diffviewer/ydiff.c     op.cmd = cmd;
op                744 src/diffviewer/ydiff.c     op.a[1][0] = t1;
op                745 src/diffviewer/ydiff.c     op.a[1][1] = t2;
op                746 src/diffviewer/ydiff.c     g_array_append_val (ops, op);
op                891 src/diffviewer/ydiff.c     const DIFFCMD *op;
op                921 src/diffviewer/ydiff.c         op = &g_array_index (ops, DIFFCMD, i);
op                923 src/diffviewer/ydiff.c         n = op->F1;
op                924 src/diffviewer/ydiff.c         if (op->cmd != add_cmd)
op                933 src/diffviewer/ydiff.c         if (op->cmd == add_cmd)
op                934 src/diffviewer/ydiff.c             for (n = op->T2 - op->T1 + 1; n != 0; n--)
op                937 src/diffviewer/ydiff.c         if (op->cmd == del_cmd)
op                939 src/diffviewer/ydiff.c             for (n = op->F2 - op->F1 + 1;
op                947 src/diffviewer/ydiff.c         if (op->cmd == 'c')
op                949 src/diffviewer/ydiff.c             for (n = op->F2 - op->F1 + 1;
op                956 src/diffviewer/ydiff.c             for (n = op->T2 - op->T1 - (op->F2 - op->F1); n > 0; n--)
op                875 src/filemanager/boxes.c sort_box (dir_sort_options_t *op, const panel_field_t *sort_field)
op                898 src/filemanager/boxes.c                 QUICK_CHECKBOX (N_ ("Executable &first"), &op->exec_first, NULL),
op                899 src/filemanager/boxes.c                 QUICK_CHECKBOX (N_ ("Cas&e sensitive"), &op->case_sensitive, NULL),
op                900 src/filemanager/boxes.c                 QUICK_CHECKBOX (N_ ("&Reverse"), &op->reverse, NULL),
op                 26 src/filemanager/boxes.h const panel_field_t *sort_box (dir_sort_options_t *op, const panel_field_t *sort_field);
op                 52 src/filemanager/file.h gboolean panel_operate (void *source_panel, FileOperation op, gboolean force_single);
op                776 src/filemanager/filegui.c file_op_context_new (FileOperation op)
op                781 src/filemanager/filegui.c     ctx->operation = op;
op                163 src/filemanager/filegui.h file_op_context_t *file_op_context_new (FileOperation op);
op                615 src/vfs/ftpfs/ftpfs.c     char *op;
op                623 src/vfs/ftpfs/ftpfs.c         op = g_strdup (super->path_element->password);
op                625 src/vfs/ftpfs/ftpfs.c         op = g_strdup (netrcpass);
op                631 src/vfs/ftpfs/ftpfs.c         op = g_strdup (ftpfs_anonymous_passwd);
op                639 src/vfs/ftpfs/ftpfs.c         op = vfs_get_password (p);
op                641 src/vfs/ftpfs/ftpfs.c         if (op == NULL)
op                643 src/vfs/ftpfs/ftpfs.c         super->path_element->password = g_strdup (op);
op                647 src/vfs/ftpfs/ftpfs.c         pass = op;
op                650 src/vfs/ftpfs/ftpfs.c         pass = g_strconcat ("-", op, (char *) NULL);
op                651 src/vfs/ftpfs/ftpfs.c         wipe_password (op);
op                694 src/vfs/ftpfs/ftpfs.c                 op = input_dialog (p, _ ("Account:"), MC_HISTORY_FTPFS_ACCOUNT, "",
op                697 src/vfs/ftpfs/ftpfs.c                 if (op == NULL)
op                700 src/vfs/ftpfs/ftpfs.c                 code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op);
op                701 src/vfs/ftpfs/ftpfs.c                 g_free (op);
op                583 src/vfs/shell/shell.c             char *p, *op;
op                587 src/vfs/shell/shell.c             op = vfs_get_password (p);
op                589 src/vfs/shell/shell.c             if (op == NULL)
op                591 src/vfs/shell/shell.c             super->path_element->password = op;
op                177 tests/lib/vfs/vfs_split.c     const char *local = NULL, *op = NULL;
op                184 tests/lib/vfs/vfs_split.c     actual_result = _vfs_split_with_semi_skip_count (path, &local, &op, 0);
op                190 tests/lib/vfs/vfs_split.c     mctest_assert_str_eq (op, data->expected_op);