op                192 lib/intprops-internal.h #    define _GL_INT_OP_WRAPV(a, b, r, op, overflow)                                                \
op                194 lib/intprops-internal.h              signed char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, signed char,       \
op                196 lib/intprops-internal.h              unsigned char: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned char,   \
op                198 lib/intprops-internal.h              short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, short int, SHRT_MIN, \
op                200 lib/intprops-internal.h              unsigned short int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int,             \
op                202 lib/intprops-internal.h              int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX),    \
op                203 lib/intprops-internal.h              unsigned int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0,  \
op                205 lib/intprops-internal.h              long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int,        \
op                207 lib/intprops-internal.h              unsigned long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,         \
op                209 lib/intprops-internal.h              long long int: _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,        \
op                211 lib/intprops-internal.h              unsigned long long int: _GL_INT_OP_CALC (a, b, r, op, overflow,                       \
op                223 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)         \
op                225 lib/intprops-internal.h                  ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax)           \
op                226 lib/intprops-internal.h                  : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
op                228 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_SMALLISH(a, b, r, op, overflow, st, smin, smax, ut, umax)         \
op                231 lib/intprops-internal.h                         ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 1)       \
op                232 lib/intprops-internal.h                         : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) < 0)     \
op                234 lib/intprops-internal.h                         ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st)) >= 0     \
op                235 lib/intprops-internal.h                         : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, unsigned, st), 0)))
op                238 lib/intprops-internal.h #    define _GL_INT_OP_WRAPV(a, b, r, op, overflow)                                                \
op                240 lib/intprops-internal.h              ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, signed char, SCHAR_MIN,           \
op                243 lib/intprops-internal.h              ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, short int, SHRT_MIN, SHRT_MAX,    \
op                247 lib/intprops-internal.h                     ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, int, INT_MIN, INT_MAX) \
op                248 lib/intprops-internal.h                     : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, unsigned int, 0,       \
op                250 lib/intprops-internal.h              : _GL_INT_OP_WRAPV_LONGISH (a, b, r, op, overflow))
op                252 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)                                    \
op                255 lib/intprops-internal.h                         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, long int,     \
op                257 lib/intprops-internal.h                         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,               \
op                260 lib/intprops-internal.h                         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,          \
op                262 lib/intprops-internal.h                         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int,          \
op                265 lib/intprops-internal.h #        define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)                                    \
op                266 lib/intprops-internal.h             (_GL_EXPR_SIGNED (*(r)) ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,   \
op                268 lib/intprops-internal.h                                     : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int,   \
op                279 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax)                                  \
op                280 lib/intprops-internal.h     (overflow (a, b, tmin, tmax) ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1)     \
op                281 lib/intprops-internal.h                                  : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0))
op                313 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                346 lib/vfs/path.c     const char *local, *op;
op                350 lib/vfs/path.c     while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL)
op                365 lib/vfs/path.c         url_params = strchr (op, ':');  // skip VFS prefix
op                373 lib/vfs/path.c         if (*op != '\0')
op                374 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
op                694 src/diffviewer/ydiff.c     DIFFCMD op;
op                747 src/diffviewer/ydiff.c     op.a[0][0] = f1;
op                748 src/diffviewer/ydiff.c     op.a[0][1] = f2;
op                749 src/diffviewer/ydiff.c     op.cmd = cmd;
op                750 src/diffviewer/ydiff.c     op.a[1][0] = t1;
op                751 src/diffviewer/ydiff.c     op.a[1][1] = t2;
op                752 src/diffviewer/ydiff.c     g_array_append_val (ops, op);
op                897 src/diffviewer/ydiff.c     const DIFFCMD *op;
op                927 src/diffviewer/ydiff.c         op = &g_array_index (ops, DIFFCMD, i);
op                929 src/diffviewer/ydiff.c         n = op->F1;
op                930 src/diffviewer/ydiff.c         if (op->cmd != add_cmd)
op                939 src/diffviewer/ydiff.c         if (op->cmd == add_cmd)
op                940 src/diffviewer/ydiff.c             for (n = op->T2 - op->T1 + 1; n != 0; n--)
op                943 src/diffviewer/ydiff.c         if (op->cmd == del_cmd)
op                945 src/diffviewer/ydiff.c             for (n = op->F2 - op->F1 + 1;
op                953 src/diffviewer/ydiff.c         if (op->cmd == 'c')
op                955 src/diffviewer/ydiff.c             for (n = op->F2 - op->F1 + 1;
op                962 src/diffviewer/ydiff.c             for (n = op->T2 - op->T1 - (op->F2 - op->F1); n > 0; n--)
op                882 src/filemanager/boxes.c sort_box (dir_sort_options_t *op, const panel_field_t *sort_field)
op                905 src/filemanager/boxes.c                 QUICK_CHECKBOX (N_ ("Executable &first"), &op->exec_first, NULL),
op                906 src/filemanager/boxes.c                 QUICK_CHECKBOX (N_ ("Cas&e sensitive"), &op->case_sensitive, NULL),
op                907 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                784 src/filemanager/filegui.c file_op_context_new (FileOperation op)
op                789 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);