type 269 lib/filehighlight/get-color.c switch (mc_filter->type) type 92 lib/filehighlight/ini-file-read.c mc_filter->type = MC_FLHGH_T_FTYPE; type 115 lib/filehighlight/ini-file-read.c mc_filter->type = MC_FLHGH_T_FREGEXP; type 160 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 131 lib/search.h mc_search_type_t type; type 168 lib/search.h mc_search_type_t type); type 437 lib/search/search.c mc_search_type_t type) type 449 lib/search/search.c search->search_type = type; type 452 lib/search/search.c if (type == MC_SEARCH_T_GLOB) type 149 lib/shell.c mc_shell->type = SHELL_ZSH; type 156 lib/shell.c mc_shell->type = SHELL_TCSH; type 162 lib/shell.c mc_shell->type = SHELL_TCSH; type 168 lib/shell.c mc_shell->type = SHELL_FISH; type 175 lib/shell.c mc_shell->type = SHELL_DASH; type 187 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 191 lib/shell.c mc_shell->type = SHELL_NONE; type 202 lib/shell.c mc_shell->type = SHELL_BASH; type 207 lib/shell.c mc_shell->type = SHELL_SH; type 212 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 216 lib/shell.c mc_shell->type = SHELL_NONE; type 241 lib/shell.c if (mc_shell->type == SHELL_NONE) type 244 lib/shell.c if (mc_shell->type == SHELL_NONE) type 28 lib/shell.h shell_type_t type; type 71 lib/strutil/strutilutf8.c GUnicodeType type; type 73 lib/strutil/strutilutf8.c type = g_unichar_type (uni); type 74 lib/strutil/strutilutf8.c return (type == G_UNICODE_SPACING_MARK) type 75 lib/strutil/strutilutf8.c || (type == G_UNICODE_ENCLOSING_MARK) || (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 2122 lib/tty/key.c c = (event->type != 0) ? EV_MOUSE : EV_NONE; type 88 lib/tty/mouse.h enum Gpm_Etype type; type 909 lib/util.c decompress_extension (int type) type 911 lib/util.c switch (type) type 239 lib/util.h const char *decompress_extension (int type); type 208 lib/vfs/parse_ls_vga.c mode_t type; type 213 lib/vfs/parse_ls_vga.c type = S_IFDIR; type 216 lib/vfs/parse_ls_vga.c type = S_IFBLK; type 219 lib/vfs/parse_ls_vga.c type = S_IFCHR; type 222 lib/vfs/parse_ls_vga.c type = S_IFLNK; type 226 lib/vfs/parse_ls_vga.c type = S_IFSOCK; type 230 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 235 lib/vfs/parse_ls_vga.c type = S_IFDOOR; type 239 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 243 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 247 lib/vfs/parse_ls_vga.c type = S_IFNAM; type 251 lib/vfs/parse_ls_vga.c type = S_IFREG; type 257 lib/vfs/parse_ls_vga.c type = S_IFREG; type 263 lib/vfs/parse_ls_vga.c *ret_type = type; type 415 lib/vfs/parse_ls_vga.c mode_t type, perms; type 418 lib/vfs/parse_ls_vga.c if (!vfs_parse_filetype (p, &skipped, &type)) type 427 lib/vfs/parse_ls_vga.c *ret_mode = type | perms; type 66 lib/widget/mouse.c event->count = global_gpm->type & (GPM_SINGLE | GPM_DOUBLE | GPM_TRIPLE); type 97 lib/widget/mouse.c if ((event->type & GPM_DOWN) != 0) type 120 lib/widget/mouse.c else if ((event->type & GPM_UP) != 0) type 142 lib/widget/mouse.c else if ((event->type & GPM_DRAG) != 0) type 147 lib/widget/mouse.c else if ((event->type & GPM_MOVE) != 0) type 902 lib/widget/widget-common.c local.type = global->type; type 218 src/background.c enum ReturnType type; type 246 src/background.c read (fd, &type, sizeof (type)) != sizeof (type) || type 284 src/background.c else if (type == Return_Integer) type 339 src/background.c else if (type == Return_String) type 404 src/background.c parent_call_header (void *routine, int argc, enum ReturnType type, file_op_context_t * ctx) type 413 src/background.c ret = write (parent_fd, &type, sizeof (type)); type 51 src/diffviewer/search.c mc_search_type_t type; type 61 src/diffviewer/search.c .type = MC_SEARCH_T_NORMAL, type 90 src/diffviewer/search.c (int *) &mcdiffview_search_options.type, NULL), type 259 src/diffviewer/search.c dview->search.handle->search_type = mcdiffview_search_options.type; type 508 src/diffviewer/ydiff.c const char *type = NULL; type 511 src/diffviewer/ydiff.c type = "r"; type 513 src/diffviewer/ydiff.c type = "w"; type 515 src/diffviewer/ydiff.c if (type == NULL) type 522 src/diffviewer/ydiff.c f = popen (cmd, type); type 102 src/editor/edit-impl.h mc_search_type_t type; type 238 src/editor/edit-impl.h void edit_load_syntax (WEdit * edit, GPtrArray * pnames, const char *type); type 51 src/editor/editsearch.c .type = MC_SEARCH_T_NORMAL, type 92 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 171 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 683 src/editor/editsearch.c edit->search->search_type = edit_search_options.type; type 1261 src/editor/syntax.c const char *editor_file, const char *first_line, const char *type) type 1320 src/editor/syntax.c else if (type != NULL) type 1323 src/editor/syntax.c if (strcmp (type, args[2]) == 0) type 1498 src/editor/syntax.c edit_load_syntax (WEdit * edit, GPtrArray * pnames, const char *type) type 1504 src/editor/syntax.c type = NULL; type 1510 src/editor/syntax.c saved_type = g_strdup (type); /* save edit->syntax_type */ type 137 src/filemanager/hotlist.c hotlist_t type; /* LIST_HOTLIST || LIST_VFSLIST */ type 143 src/filemanager/hotlist.c enum HotListType type; type 166 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 277 src/filemanager/hotlist.c switch (current->type) type 440 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 442 src/filemanager/hotlist.c if (hlp->type != HL_TYPE_DOTDOT) type 514 src/filemanager/hotlist.c if (hotlist_state.type == LIST_VFSLIST) type 520 src/filemanager/hotlist.c if (hotlist_state.type == LIST_VFSLIST) type 543 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 641 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) type 710 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 726 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 822 src/filemanager/hotlist.c if ((hotlist_but[i].type & list_type) != 0) type 875 src/filemanager/hotlist.c if ((hotlist_but[i].type & LIST_MOVELIST) != 0) type 913 src/filemanager/hotlist.c add2hotlist (char *label, char *directory, enum HotListType type, listbox_append_t pos) type 928 src/filemanager/hotlist.c if ((current != NULL) && (current->type == HL_TYPE_DOTDOT)) type 933 src/filemanager/hotlist.c new->type = type; type 938 src/filemanager/hotlist.c if (type == HL_TYPE_GROUP) type 981 src/filemanager/hotlist.c if (hotlist_state.running && type != HL_TYPE_COMMENT && type != HL_TYPE_DOTDOT) type 983 src/filemanager/hotlist.c if (type == HL_TYPE_GROUP) type 1126 src/filemanager/hotlist.c if (current->type == HL_TYPE_GROUP) type 1145 src/filemanager/hotlist.c if (entry->type == HL_TYPE_DOTDOT) type 1164 src/filemanager/hotlist.c if (entry->type == HL_TYPE_GROUP) type 1168 src/filemanager/hotlist.c if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL)) type 1469 src/filemanager/hotlist.c hotlist->type = HL_TYPE_GROUP; type 1537 src/filemanager/hotlist.c switch (current->type) type 1643 src/filemanager/hotlist.c hotlist_state.type = list_type; type 195 src/filemanager/info.c if (myfs_stats.type != 0xffff && myfs_stats.type != -1) type 196 src/filemanager/info.c tty_printf (" (%Xh)", (unsigned int) myfs_stats.type); type 143 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 1126 src/filemanager/layout.c if (type != view_listing) type 1130 src/filemanager/layout.c if (panels[the_other].type != view_listing) type 1145 src/filemanager/layout.c old_type = panels[num].type; type 1147 src/filemanager/layout.c if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing) type 1167 src/filemanager/layout.c if (old_widget == NULL && type != view_listing) type 1170 src/filemanager/layout.c switch (type) type 1205 src/filemanager/layout.c if (type != view_listing) type 1210 src/filemanager/layout.c panels[num].type = type; type 1227 src/filemanager/layout.c if (type == view_listing) type 1248 src/filemanager/layout.c if (type == view_tree) type 1259 src/filemanager/layout.c if ((type != view_listing) && (current_panel == PANEL (old_widget))) type 1279 src/filemanager/layout.c if (panels[0].type == view_listing && panels[1].type == view_listing && type 1330 src/filemanager/layout.c if (panels[0].type == view_listing) type 1338 src/filemanager/layout.c if (panels[1].type == view_listing) type 1365 src/filemanager/layout.c tmp_type = panels[0].type; type 1366 src/filemanager/layout.c panels[0].type = panels[1].type; type 1367 src/filemanager/layout.c panels[1].type = tmp_type; type 1370 src/filemanager/layout.c if (panels[0].type == view_listing) type 1372 src/filemanager/layout.c if (panels[1].type == view_listing) type 1382 src/filemanager/layout.c return panels[idx].type; type 1423 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[0].type : panels[1].type); type 1432 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[1].type : panels[0].type); type 1441 src/filemanager/layout.c panel_view_mode_t type; type 1443 src/filemanager/layout.c type = get_panel_type (idx); type 1444 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 1519 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1548 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1562 src/filemanager/mountlist.c myfs_stats->type = 0; type 23 src/filemanager/mountlist.h int type; type 665 src/setup.c panel_save_type (const char *section, panel_view_mode_t type) type 670 src/setup.c if (panel_types[i].opt_type == type) type 779 src/setup.c panel_view_mode_t type; type 784 src/setup.c type = get_panel_type (0); type 785 src/setup.c panel_save_type ("New Left Panel", type); type 786 src/setup.c if (type == view_listing) type 788 src/setup.c type = get_panel_type (1); type 789 src/setup.c panel_save_type ("New Right Panel", type); type 790 src/setup.c if (type == view_listing) type 317 src/subshell/common.c switch (mc_global.shell->type) type 387 src/subshell/common.c fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type); type 416 src/subshell/common.c switch (mc_global.shell->type) type 620 src/subshell/common.c if (mc_global.shell->type == SHELL_BASH) type 664 src/subshell/common.c if (mc_global.shell->type != SHELL_ZSH) type 875 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1082 src/subshell/common.c switch (mc_global.shell->type) type 1212 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1292 src/subshell/common.c if (mc_global.shell->type == SHELL_NONE) type 1327 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1357 src/subshell/common.c (mc_global.shell->type == SHELL_BASH || mc_global.shell->type == SHELL_ZSH type 1358 src/subshell/common.c || mc_global.shell->type == SHELL_FISH)) type 1464 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1625 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1678 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1726 src/subshell/common.c if (bPathNotEq && mc_global.shell->type == SHELL_TCSH) type 1753 src/subshell/common.c if (mc_global.shell->type == SHELL_ZSH) type 329 src/usermenu.c const char *type; type 338 src/usermenu.c type = _("ERROR:"); type 342 src/usermenu.c type = _("True:"); type 344 src/usermenu.c type = _("False:"); type 347 src/usermenu.c p = g_strdup_printf ("%s %s %c \n", msg ? msg : "", type, *start); type 349 src/usermenu.c p = g_strdup_printf ("%s %s %.*s \n", msg ? msg : "", type, (int) (end - start), start); type 66 src/vfs/cpio/cpio.c #define RETURN(x) return (CPIO_SUPER(super)->type = (x)) type 67 src/vfs/cpio/cpio.c #define TYPEIS(x) ((CPIO_SUPER(super)->type == CPIO_UNKNOWN) || (CPIO_SUPER(super)->type == (x))) type 138 src/vfs/cpio/cpio.c int type; /* Type of the archive */ type 175 src/vfs/cpio/cpio.c switch (CPIO_SUPER (super)->type) type 201 src/vfs/cpio/cpio.c arch->type = CPIO_UNKNOWN; type 229 src/vfs/cpio/cpio.c int fd, type; type 245 src/vfs/cpio/cpio.c type = get_compression_type (fd, super->name); type 246 src/vfs/cpio/cpio.c if (type == COMPRESSION_NONE) type 254 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 498 src/vfs/cpio/cpio.c if ((st->st_nlink > 0) && ((arch->type == CPIO_NEWC) || (arch->type == CPIO_CRC))) type 568 src/vfs/cpio/cpio.c if (arch->type == CPIO_BINRE) type 723 src/vfs/cpio/cpio.c if ((arch->type == CPIO_NEWC && hd.c_magic != 070701) || type 724 src/vfs/cpio/cpio.c (arch->type == CPIO_CRC && hd.c_magic != 070702)) type 280 src/vfs/ftpfs/ftpfs_parse_ls.c mode_t type, mode = 0; type 292 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) type 296 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 78 src/vfs/sftpfs/config_parser.c enum config_var_type type; type 133 src/vfs/sftpfs/config_parser.c #define POINTER_TO_STRUCTURE_MEMBER(type) \ type 134 src/vfs/sftpfs/config_parser.c ((type) ((char *) config_entity + (size_t) config_variables[i].offset)) type 163 src/vfs/sftpfs/config_parser.c switch (config_variables[i].type) type 260 src/vfs/tar/tar.c enum archive_format type; /* Type of the archive */ type 315 src/vfs/tar/tar.c arch->type = TAR_UNKNOWN; type 342 src/vfs/tar/tar.c int result, type; type 359 src/vfs/tar/tar.c type = get_compression_type (result, archive->name); type 360 src/vfs/tar/tar.c if (type == COMPRESSION_NONE) type 368 src/vfs/tar/tar.c s = g_strconcat (archive->name, decompress_extension (type), (char *) NULL); type 486 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 491 src/vfs/tar/tar.c arch->type = TAR_POSIX; type 493 src/vfs/tar/tar.c arch->type = TAR_USTAR; type 496 src/vfs/tar/tar.c arch->type = TAR_GNU; type 524 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 525 src/vfs/tar/tar.c arch->type = TAR_GNU; type 562 src/vfs/tar/tar.c switch (arch->type) type 604 src/vfs/tar/tar.c if (arch->type == TAR_GNU) type 645 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 646 src/vfs/tar/tar.c arch->type = TAR_POSIX; type 658 src/vfs/tar/tar.c if (arch->type == TAR_UNKNOWN) type 659 src/vfs/tar/tar.c arch->type = TAR_GNU; type 719 src/vfs/tar/tar.c switch (arch->type) type 824 src/vfs/tar/tar.c if (arch->type == TAR_GNU && header->oldgnu_header.isextended) type 242 src/viewer/ascii.c GUnicodeType type; type 244 src/viewer/ascii.c type = g_unichar_type (c); type 246 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 214 src/viewer/internal.h nroff_type_t type; type 220 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 108 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 = (nroff->prev_type == NROFF_TYPE_BOLD) type 191 src/viewer/nroff.c nroff->type = NROFF_TYPE_BOLD; type 196 src/viewer/nroff.c nroff->type = NROFF_TYPE_UNDERLINE; type 202 src/viewer/nroff.c return nroff->type; type 213 src/viewer/nroff.c nroff->prev_type = nroff->type; type 215 src/viewer/nroff.c switch (nroff->type) type 52 src/viewer/search.c .type = MC_SEARCH_T_NORMAL, type 226 src/viewer/search.c view->search->search_type = mcview_search_options.type; type 280 src/viewer/search.c if (view->search_nroff_seq->type != NROFF_TYPE_NONE) type 282 src/viewer/search.c switch (view->search_nroff_seq->type)