marked_operation  101 modules/gui_fselect.c static char marked_operation;   // info for paste: MARKED_OP_NONE, MARKED_OP_CUT, MARKED_OP_COPY
marked_operation  736 modules/gui_fselect.c     marked_operation = MARKED_OP_NONE;
marked_operation 1094 modules/gui_fselect.c     marked_operation = MARKED_OP_NONE;
marked_operation 1137 modules/gui_fselect.c                 if (copied && (marked_operation == MARKED_OP_CUT))
marked_operation 1145 modules/gui_fselect.c         if (marked_operation == MARKED_OP_CUT)
marked_operation 1394 modules/gui_fselect.c             marked_operation = MARKED_OP_CUT;
marked_operation 1398 modules/gui_fselect.c             marked_operation = MARKED_OP_COPY;
marked_operation 1401 modules/gui_fselect.c             sprintf(buf, lang_str((marked_operation == MARKED_OP_CUT)?LANG_FSELECT_CUT_TEXT:LANG_FSELECT_COPY_TEXT), marked_items.count, marked_items.dir);
marked_operation 1402 modules/gui_fselect.c             gui_mbox_init((marked_operation == MARKED_OP_CUT)?LANG_FSELECT_CUT_TITLE:LANG_FSELECT_COPY_TITLE,
marked_operation 1542 modules/gui_fselect.c                 if (marked_operation != MARKED_OP_NONE)