op 203 lib/intprops-internal.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ op 207 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 210 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 213 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 216 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 219 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 222 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 225 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 228 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 231 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ op 234 lib/intprops-internal.h _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ op 245 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ op 247 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ op 248 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) op 250 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ op 253 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 1) \ op 254 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) < 0) \ op 256 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st)) >= 0 \ op 257 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a,b,op,unsigned,st), 0))) op 260 lib/intprops-internal.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ op 262 lib/intprops-internal.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ op 266 lib/intprops-internal.h ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \ op 271 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 273 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ op 275 lib/intprops-internal.h : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow)) op 277 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ op 280 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 282 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 285 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ op 287 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ op 290 lib/intprops-internal.h # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ op 292 lib/intprops-internal.h ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 294 lib/intprops-internal.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ op 305 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ op 307 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ op 308 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) op 341 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ op 342 lib/intprops-internal.h ((t) ((ut) (a) op (ut) (b))) op 88 lib/vfs/path.c _vfs_split_with_semi_skip_count (char *path, const char **inpath, const char **op, op 106 lib/vfs/path.c if (op != NULL) op 107 lib/vfs/path.c *op = NULL; op 118 lib/vfs/path.c if (op != NULL) op 119 lib/vfs/path.c *op = semi + 1; op 129 lib/vfs/path.c ret = _vfs_split_with_semi_skip_count (path, inpath, op, skip_count + 1); op 347 lib/vfs/path.c const char *local, *op; op 351 lib/vfs/path.c while ((class = _vfs_split_with_semi_skip_count (path, &local, &op, 0)) != NULL) op 366 lib/vfs/path.c url_params = strchr (op, ':'); /* skip VFS prefix */ op 374 lib/vfs/path.c if (*op != '\0') op 375 lib/vfs/path.c element->vfs_prefix = g_strdup (op); op 695 src/diffviewer/ydiff.c DIFFCMD op; op 748 src/diffviewer/ydiff.c op.a[0][0] = f1; op 749 src/diffviewer/ydiff.c op.a[0][1] = f2; op 750 src/diffviewer/ydiff.c op.cmd = cmd; op 751 src/diffviewer/ydiff.c op.a[1][0] = t1; op 752 src/diffviewer/ydiff.c op.a[1][1] = t2; op 753 src/diffviewer/ydiff.c g_array_append_val (ops, op); op 899 src/diffviewer/ydiff.c const DIFFCMD *op; op 929 src/diffviewer/ydiff.c op = &g_array_index (ops, DIFFCMD, i); op 931 src/diffviewer/ydiff.c n = op->F1; op 932 src/diffviewer/ydiff.c if (op->cmd != add_cmd) op 941 src/diffviewer/ydiff.c if (op->cmd == add_cmd) op 942 src/diffviewer/ydiff.c for (n = op->T2 - op->T1 + 1; n != 0; n--) op 945 src/diffviewer/ydiff.c if (op->cmd == del_cmd) op 947 src/diffviewer/ydiff.c for (n = op->F2 - op->F1 + 1; op 955 src/diffviewer/ydiff.c if (op->cmd == 'c') op 957 src/diffviewer/ydiff.c for (n = op->F2 - op->F1 + 1; op 964 src/diffviewer/ydiff.c for (n = op->T2 - op->T1 - (op->F2 - op->F1); n > 0; n--) op 869 src/filemanager/boxes.c sort_box (dir_sort_options_t *op, const panel_field_t *sort_field) op 892 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Executable &first"), &op->exec_first, NULL), op 893 src/filemanager/boxes.c QUICK_CHECKBOX (N_("Cas&e sensitive"), &op->case_sensitive, NULL), op 894 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 55 src/filemanager/file.h gboolean panel_operate (void *source_panel, FileOperation op, gboolean force_single); op 69 src/filemanager/fileopctx.c file_op_context_new (FileOperation op) op 74 src/filemanager/fileopctx.c ctx->operation = op; op 179 src/filemanager/fileopctx.h file_op_context_t *file_op_context_new (FileOperation op); op 617 src/vfs/ftpfs/ftpfs.c char *op; op 625 src/vfs/ftpfs/ftpfs.c op = g_strdup (super->path_element->password); op 627 src/vfs/ftpfs/ftpfs.c op = g_strdup (netrcpass); op 633 src/vfs/ftpfs/ftpfs.c op = g_strdup (ftpfs_anonymous_passwd); op 641 src/vfs/ftpfs/ftpfs.c op = vfs_get_password (p); op 643 src/vfs/ftpfs/ftpfs.c if (op == NULL) op 645 src/vfs/ftpfs/ftpfs.c super->path_element->password = g_strdup (op); op 649 src/vfs/ftpfs/ftpfs.c pass = op; op 652 src/vfs/ftpfs/ftpfs.c pass = g_strconcat ("-", op, (char *) NULL); op 653 src/vfs/ftpfs/ftpfs.c wipe_password (op); op 696 src/vfs/ftpfs/ftpfs.c op = input_dialog (p, _("Account:"), MC_HISTORY_FTPFS_ACCOUNT, "", op 699 src/vfs/ftpfs/ftpfs.c if (op == NULL) op 702 src/vfs/ftpfs/ftpfs.c code = ftpfs_command (me, super, WAIT_REPLY, "ACCT %s", op); op 703 src/vfs/ftpfs/ftpfs.c g_free (op); op 586 src/vfs/shell/shell.c char *p, *op; op 590 src/vfs/shell/shell.c op = vfs_get_password (p); op 592 src/vfs/shell/shell.c if (op == NULL) op 594 src/vfs/shell/shell.c super->path_element->password = op; op 169 tests/lib/vfs/vfs_split.c const char *local = NULL, *op = NULL; op 176 tests/lib/vfs/vfs_split.c actual_result = _vfs_split_with_semi_skip_count (path, &local, &op, 0); op 182 tests/lib/vfs/vfs_split.c mctest_assert_str_eq (op, data->expected_op);