type 292 lib/filehighlight/get-color.c switch (mc_filter->type) type 97 lib/filehighlight/ini-file-read.c mc_filter->type = MC_FLHGH_T_FTYPE; type 122 lib/filehighlight/ini-file-read.c mc_filter->type = MC_FLHGH_T_FREGEXP; type 169 lib/filehighlight/ini-file-read.c mc_filter->type = MC_FLHGH_T_FREGEXP; type 44 lib/filehighlight/internal.h mc_flhgh_filter_type type; type 162 lib/search.h mc_search_type_t type; type 199 lib/search.h mc_search_type_t type); type 426 lib/search/search.c mc_search_type_t type) type 438 lib/search/search.c search->search_type = type; type 441 lib/search/search.c if (type == MC_SEARCH_T_GLOB) type 159 lib/shell.c mc_shell->type = SHELL_ZSH; type 166 lib/shell.c mc_shell->type = SHELL_TCSH; type 172 lib/shell.c mc_shell->type = SHELL_TCSH; type 178 lib/shell.c mc_shell->type = SHELL_FISH; type 185 lib/shell.c mc_shell->type = SHELL_DASH; type 197 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 206 lib/shell.c mc_shell->type = SHELL_KSH; type 212 lib/shell.c mc_shell->type = SHELL_MKSH; type 216 lib/shell.c mc_shell->type = SHELL_NONE; type 227 lib/shell.c mc_shell->type = SHELL_BASH; type 232 lib/shell.c mc_shell->type = SHELL_SH; type 237 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 245 lib/shell.c mc_shell->type = SHELL_KSH; type 252 lib/shell.c mc_shell->type = SHELL_MKSH; type 256 lib/shell.c mc_shell->type = SHELL_NONE; type 281 lib/shell.c if (mc_shell->type == SHELL_NONE) type 284 lib/shell.c if (mc_shell->type == SHELL_NONE) type 30 lib/shell.h shell_type_t type; type 73 lib/strutil/strutilutf8.c GUnicodeType type; type 75 lib/strutil/strutilutf8.c type = g_unichar_type (uni); type 76 lib/strutil/strutilutf8.c return (type == G_UNICODE_SPACING_MARK) || (type == G_UNICODE_ENCLOSING_MARK) type 77 lib/strutil/strutilutf8.c || (type == G_UNICODE_NON_SPACING_MARK); type 776 lib/tty/key.c ev->type = 0; // In case we return on an invalid sequence type 816 lib/tty/key.c ev->type = 0; type 821 lib/tty/key.c ev->type = GPM_UP | (GPM_SINGLE << clicks); type 831 lib/tty/key.c ev->type = 0; type 841 lib/tty/key.c ev->type = GPM_DRAG; type 844 lib/tty/key.c ev->type = GPM_DOWN; type 876 lib/tty/key.c ev->type = 0; type 2113 lib/tty/key.c c = (event->type != 0) ? EV_MOUSE : EV_NONE; type 86 lib/tty/mouse.h enum Gpm_Etype type; type 933 lib/util.c decompress_extension (int type) type 935 lib/util.c switch (type) type 256 lib/util.h const char *decompress_extension (int type); type 211 lib/vfs/parse_ls_vga.c mode_t type; type 216 lib/vfs/parse_ls_vga.c type = S_IFDIR; type 219 lib/vfs/parse_ls_vga.c type = S_IFBLK; type 222 lib/vfs/parse_ls_vga.c type = S_IFCHR; type 225 lib/vfs/parse_ls_vga.c type = S_IFLNK; type 229 lib/vfs/parse_ls_vga.c type = S_IFSOCK; type 233 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 238 lib/vfs/parse_ls_vga.c type = S_IFDOOR; type 242 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 246 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 250 lib/vfs/parse_ls_vga.c type = S_IFNAM; type 254 lib/vfs/parse_ls_vga.c type = S_IFREG; type 260 lib/vfs/parse_ls_vga.c type = S_IFREG; type 266 lib/vfs/parse_ls_vga.c *ret_type = type; type 418 lib/vfs/parse_ls_vga.c mode_t type, perms; type 421 lib/vfs/parse_ls_vga.c if (!vfs_parse_filetype (p, &skipped, &type)) type 430 lib/vfs/parse_ls_vga.c *ret_mode = type | perms; type 68 lib/widget/mouse.c event->count = global_gpm->type & (GPM_SINGLE | GPM_DOUBLE | GPM_TRIPLE); type 99 lib/widget/mouse.c if ((event->type & GPM_DOWN) != 0) type 122 lib/widget/mouse.c else if ((event->type & GPM_UP) != 0) type 144 lib/widget/mouse.c else if ((event->type & GPM_DRAG) != 0) type 149 lib/widget/mouse.c else if ((event->type & GPM_MOVE) != 0) type 885 lib/widget/widget-common.c local.type = global->type; type 220 src/background.c enum ReturnType type; type 248 src/background.c || read (fd, &type, sizeof (type)) != sizeof (type) type 286 src/background.c else if (type == Return_Integer) type 341 src/background.c else if (type == Return_String) type 406 src/background.c parent_call_header (void *routine, int argc, enum ReturnType type, file_op_context_t *ctx) type 415 src/background.c ret = write (parent_fd, &type, sizeof (type)); type 51 src/diffviewer/search.c mc_search_type_t type; type 63 src/diffviewer/search.c .type = MC_SEARCH_T_NORMAL, type 93 src/diffviewer/search.c (int *) &mcdiffview_search_options.type, NULL), type 270 src/diffviewer/search.c dview->search.handle->search_type = mcdiffview_search_options.type; type 513 src/diffviewer/ydiff.c const char *type = NULL; type 516 src/diffviewer/ydiff.c type = "r"; type 518 src/diffviewer/ydiff.c type = "w"; type 520 src/diffviewer/ydiff.c if (type == NULL) type 527 src/diffviewer/ydiff.c f = popen (cmd, type); type 213 src/editor/edit-impl.h MC_MOCKABLE void edit_load_syntax (WEdit *edit, GPtrArray *pnames, const char *type); type 60 src/editor/editsearch.c mc_search_type_t type; type 73 src/editor/editsearch.c .type = MC_SEARCH_T_NORMAL, type 104 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 192 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 688 src/editor/editsearch.c edit->search->search_type = edit_search_options.type; type 1288 src/editor/syntax.c const char *editor_file, const char *first_line, const char *type) type 1349 src/editor/syntax.c else if (type != NULL) type 1352 src/editor/syntax.c if (strcmp (type, args[2]) == 0) type 1526 src/editor/syntax.c edit_load_syntax (WEdit *edit, GPtrArray *pnames, const char *type) type 1532 src/editor/syntax.c type = NULL; type 1538 src/editor/syntax.c saved_type = g_strdup (type); // save edit->syntax_type type 138 src/filemanager/hotlist.c hotlist_t type; // LIST_HOTLIST || LIST_VFSLIST type 144 src/filemanager/hotlist.c enum HotListType type; type 169 src/filemanager/hotlist.c int type; type 248 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT) type 250 src/filemanager/hotlist.c else if (hlp->type == HL_TYPE_GROUP) type 274 src/filemanager/hotlist.c switch (current->type) type 434 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 436 src/filemanager/hotlist.c if (hlp->type != HL_TYPE_DOTDOT) type 508 src/filemanager/hotlist.c if (hotlist_state.type == LIST_VFSLIST) type 514 src/filemanager/hotlist.c if (hotlist_state.type == LIST_VFSLIST) type 537 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 636 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 705 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 721 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 815 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 866 src/filemanager/hotlist.c if ((hotlist_but[i].type & LIST_MOVELIST) != 0) type 904 src/filemanager/hotlist.c add2hotlist (char *label, char *directory, enum HotListType type, listbox_append_t pos) type 919 src/filemanager/hotlist.c if ((current != NULL) && (current->type == HL_TYPE_DOTDOT)) type 924 src/filemanager/hotlist.c new->type = type; type 929 src/filemanager/hotlist.c if (type == HL_TYPE_GROUP) type 972 src/filemanager/hotlist.c if (hotlist_state.running && type != HL_TYPE_COMMENT && type != HL_TYPE_DOTDOT) type 974 src/filemanager/hotlist.c if (type == HL_TYPE_GROUP) type 1121 src/filemanager/hotlist.c if (current->type == HL_TYPE_GROUP) type 1140 src/filemanager/hotlist.c if (entry->type == HL_TYPE_DOTDOT) type 1159 src/filemanager/hotlist.c if (entry->type == HL_TYPE_GROUP) type 1163 src/filemanager/hotlist.c if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL)) type 1462 src/filemanager/hotlist.c hotlist->type = HL_TYPE_GROUP; type 1532 src/filemanager/hotlist.c switch (current->type) type 1637 src/filemanager/hotlist.c hotlist_state.type = list_type; type 201 src/filemanager/info.c if (myfs_stats.type != 0xffff && myfs_stats.type != -1) type 202 src/filemanager/info.c tty_printf (" (%Xh)", (unsigned int) myfs_stats.type); type 145 src/filemanager/layout.c panel_view_mode_t type; type 1111 src/filemanager/layout.c create_panel (int num, panel_view_mode_t type) type 1124 src/filemanager/layout.c if (type != view_listing) type 1128 src/filemanager/layout.c if (panels[the_other].type != view_listing) type 1140 src/filemanager/layout.c old_type = panels[num].type; type 1142 src/filemanager/layout.c if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing) type 1162 src/filemanager/layout.c if (old_widget == NULL && type != view_listing) type 1165 src/filemanager/layout.c switch (type) type 1209 src/filemanager/layout.c if (type != view_listing) type 1214 src/filemanager/layout.c panels[num].type = type; type 1231 src/filemanager/layout.c if (type == view_listing) type 1252 src/filemanager/layout.c if (type == view_tree) type 1263 src/filemanager/layout.c if ((type != view_listing) && (current_panel == PANEL (old_widget))) type 1283 src/filemanager/layout.c if (panels[0].type == view_listing && panels[1].type == view_listing type 1337 src/filemanager/layout.c if (panels[0].type == view_listing) type 1345 src/filemanager/layout.c if (panels[1].type == view_listing) type 1361 src/filemanager/layout.c tmp_type = panels[0].type; type 1362 src/filemanager/layout.c panels[0].type = panels[1].type; type 1363 src/filemanager/layout.c panels[1].type = tmp_type; type 1366 src/filemanager/layout.c if (panels[0].type == view_listing) type 1368 src/filemanager/layout.c if (panels[1].type == view_listing) type 1378 src/filemanager/layout.c return panels[idx].type; type 1419 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[0].type : panels[1].type); type 1428 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[1].type : panels[0].type); type 1437 src/filemanager/layout.c panel_view_mode_t type; type 1439 src/filemanager/layout.c type = get_panel_type (idx); type 1440 src/filemanager/layout.c if (type == view_listing) type 65 src/filemanager/layout.h void create_panel (int num, panel_view_mode_t type); type 1501 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1530 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1544 src/filemanager/mountlist.c myfs_stats->type = 0; type 23 src/filemanager/mountlist.h int type; type 682 src/setup.c panel_save_type (const char *section, panel_view_mode_t type) type 687 src/setup.c if (panel_types[i].opt_type == type) type 795 src/setup.c panel_view_mode_t type; type 800 src/setup.c type = get_panel_type (0); type 801 src/setup.c panel_save_type ("New Left Panel", type); type 802 src/setup.c if (type == view_listing) type 804 src/setup.c type = get_panel_type (1); type 805 src/setup.c panel_save_type ("New Right Panel", type); type 806 src/setup.c if (type == view_listing) type 320 src/subshell/common.c switch (mc_global.shell->type) type 430 src/subshell/common.c fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type); type 459 src/subshell/common.c switch (mc_global.shell->type) type 669 src/subshell/common.c if (mc_global.shell->type == SHELL_BASH) type 713 src/subshell/common.c if (mc_global.shell->type != SHELL_ZSH) type 929 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1185 src/subshell/common.c switch (mc_global.shell->type) type 1296 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1406 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1418 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1463 src/subshell/common.c if (bPathNotEq && mc_global.shell->type == SHELL_TCSH) type 1490 src/subshell/common.c if (mc_global.shell->type == SHELL_ZSH || mc_global.shell->type == SHELL_FISH) type 1537 src/subshell/common.c if (mc_global.shell->type == SHELL_NONE) type 1572 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1602 src/subshell/common.c && (mc_global.shell->type == SHELL_BASH || mc_global.shell->type == SHELL_ZSH type 1603 src/subshell/common.c || mc_global.shell->type == SHELL_FISH)) type 1714 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1869 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 354 src/usermenu.c const char *type; type 363 src/usermenu.c type = _ ("ERROR:"); type 367 src/usermenu.c type = _ ("True:"); type 369 src/usermenu.c type = _ ("False:"); type 372 src/usermenu.c p = g_strdup_printf ("%s %s %c \n", msg ? msg : "", type, *start); type 374 src/usermenu.c p = g_strdup_printf ("%s %s %.*s \n", msg ? msg : "", type, (int) (end - start), start); type 68 src/vfs/cpio/cpio.c #define RETURN(x) return (CPIO_SUPER (super)->type = (x)) type 69 src/vfs/cpio/cpio.c #define TYPEIS(x) ((CPIO_SUPER (super)->type == CPIO_UNKNOWN) || (CPIO_SUPER (super)->type == (x))) type 140 src/vfs/cpio/cpio.c int type; // Type of the archive type 176 src/vfs/cpio/cpio.c switch (CPIO_SUPER (super)->type) type 202 src/vfs/cpio/cpio.c arch->type = CPIO_UNKNOWN; type 230 src/vfs/cpio/cpio.c int fd, type; type 246 src/vfs/cpio/cpio.c type = get_compression_type (fd, super->name); type 247 src/vfs/cpio/cpio.c if (type == COMPRESSION_NONE) type 255 src/vfs/cpio/cpio.c s = g_strconcat (super->name, decompress_extension (type), (char *) NULL); type 414 src/vfs/cpio/cpio.c if ((st->st_nlink > 1) && ((arch->type == CPIO_NEWC) || (arch->type == CPIO_CRC))) type 492 src/vfs/cpio/cpio.c if ((st->st_nlink > 0) && ((arch->type == CPIO_NEWC) || (arch->type == CPIO_CRC))) type 563 src/vfs/cpio/cpio.c if (arch->type == CPIO_BINRE) type 719 src/vfs/cpio/cpio.c if ((arch->type == CPIO_NEWC && hd.c_magic != 070701) type 720 src/vfs/cpio/cpio.c || (arch->type == CPIO_CRC && hd.c_magic != 070702)) type 283 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type, mode = 0; type 295 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) type 299 src/vfs/ftpfs/ftpfs_parse_ls.c mode |= type; type 662 src/vfs/ftpfs/ftpfs_parse_ls.c filetype type = UNKNOWN; type 688 src/vfs/ftpfs/ftpfs_parse_ls.c type = DIRECTORY; type 693 src/vfs/ftpfs/ftpfs_parse_ls.c type = NORMAL; type 698 src/vfs/ftpfs/ftpfs_parse_ls.c type = SYMLINK; type 771 src/vfs/ftpfs/ftpfs_parse_ls.c if (name == NULL || name[0] == '\0' || type == UNKNOWN) type 785 src/vfs/ftpfs/ftpfs_parse_ls.c switch (type) type 828 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type; type 875 src/vfs/ftpfs/ftpfs_parse_ls.c type = S_IFDIR; type 877 src/vfs/ftpfs/ftpfs_parse_ls.c type = S_IFREG; type 896 src/vfs/ftpfs/ftpfs_parse_ls.c type = S_IFDIR; type 900 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; // FIXME type 906 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; type 996 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type, mode; type 1005 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) type 1008 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = type; type 80 src/vfs/sftpfs/config_parser.c enum config_var_type type; type 186 src/vfs/sftpfs/config_parser.c #define POINTER_TO_STRUCTURE_MEMBER(type) \ type 187 src/vfs/sftpfs/config_parser.c ((type) ((char *) config_entity + (size_t) config_variables[i].offset)) type 216 src/vfs/sftpfs/config_parser.c switch (config_variables[i].type) type 347 src/vfs/tar/tar-internal.c tar_from_header (const char *where0, size_t digs, char const *type, intmax_t minval, type 392 src/vfs/tar/tar-internal.c if ((overflow || maxval < value) && *where1 >= 2 && type != NULL) type 229 src/vfs/tar/tar-internal.h enum archive_format type; // type of the archive type 306 src/vfs/tar/tar-internal.h intmax_t tar_from_header (const char *where0, size_t digs, char const *type, intmax_t minval, type 261 src/vfs/tar/tar-sparse.c switch (archive->type) type 374 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 383 src/vfs/tar/tar.c arch->type = TAR_STAR; type 385 src/vfs/tar/tar.c arch->type = TAR_POSIX; type 387 src/vfs/tar/tar.c arch->type = TAR_USTAR; type 390 src/vfs/tar/tar.c arch->type = hbits ? TAR_OLDGNU : TAR_GNU; type 392 src/vfs/tar/tar.c arch->type = TAR_V7; type 412 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 413 src/vfs/tar/tar.c arch->type = TAR_GNU; type 446 src/vfs/tar/tar.c switch (arch->type) type 484 src/vfs/tar/tar.c if (arch->type == TAR_GNU || arch->type == TAR_OLDGNU) type 489 src/vfs/tar/tar.c else if (arch->type == TAR_STAR) type 633 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 634 src/vfs/tar/tar.c arch->type = TAR_GNU; type 687 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 688 src/vfs/tar/tar.c arch->type = TAR_POSIX; type 702 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 703 src/vfs/tar/tar.c arch->type = TAR_POSIX; type 797 src/vfs/tar/tar.c if (((arch->type == TAR_GNU || arch->type == TAR_OLDGNU) type 845 src/vfs/tar/tar.c arch->type = TAR_UNKNOWN; type 889 src/vfs/tar/tar.c int result, type; type 904 src/vfs/tar/tar.c type = get_compression_type (result, archive->name); type 905 src/vfs/tar/tar.c if (type == COMPRESSION_NONE) type 913 src/vfs/tar/tar.c s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL); type 244 src/viewer/ascii.c GUnicodeType type; type 246 src/viewer/ascii.c type = g_unichar_type (c); type 248 src/viewer/ascii.c return type == G_UNICODE_NON_SPACING_MARK || type == G_UNICODE_ENCLOSING_MARK; type 87 src/viewer/dialogs.c (int *) &mcview_search_options.type, NULL), type 203 src/viewer/internal.h nroff_type_t type; type 209 src/viewer/internal.h mc_search_type_t type; type 381 src/viewer/mcviewer.c int type; type 383 src/viewer/mcviewer.c type = get_compression_type (fd, file); type 385 src/viewer/mcviewer.c if (type != COMPRESSION_NONE) type 391 src/viewer/mcviewer.c tmp_filename = g_strconcat (file, decompress_extension (type), (char *) NULL); type 109 src/viewer/nroff.c switch (nroff->type) type 172 src/viewer/nroff.c nroff->type = NROFF_TYPE_NONE; type 175 src/viewer/nroff.c return nroff->type; type 178 src/viewer/nroff.c return nroff->type; type 181 src/viewer/nroff.c return nroff->type; type 185 src/viewer/nroff.c nroff->type = type 190 src/viewer/nroff.c nroff->type = NROFF_TYPE_BOLD; type 195 src/viewer/nroff.c nroff->type = NROFF_TYPE_UNDERLINE; type 201 src/viewer/nroff.c return nroff->type; type 212 src/viewer/nroff.c nroff->prev_type = nroff->type; type 214 src/viewer/nroff.c switch (nroff->type) type 52 src/viewer/search.c .type = MC_SEARCH_T_NORMAL, type 399 src/viewer/search.c view->search->search_type = mcview_search_options.type; type 456 src/viewer/search.c if (view->search_nroff_seq->type != NROFF_TYPE_NONE) type 458 src/viewer/search.c switch (view->search_nroff_seq->type)