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 128 lib/search.h mc_search_type_t type; type 165 lib/search.h mc_search_type_t type); type 401 lib/search/search.c mc_search_type_t type) type 413 lib/search/search.c search->search_type = type; type 416 lib/search/search.c if (type == MC_SEARCH_T_GLOB) type 154 lib/shell.c mc_shell->type = SHELL_ZSH; type 161 lib/shell.c mc_shell->type = SHELL_TCSH; type 167 lib/shell.c mc_shell->type = SHELL_TCSH; type 173 lib/shell.c mc_shell->type = SHELL_FISH; type 180 lib/shell.c mc_shell->type = SHELL_DASH; type 192 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 201 lib/shell.c mc_shell->type = SHELL_KSH; type 207 lib/shell.c mc_shell->type = SHELL_MKSH; type 211 lib/shell.c mc_shell->type = SHELL_NONE; type 222 lib/shell.c mc_shell->type = SHELL_BASH; type 227 lib/shell.c mc_shell->type = SHELL_SH; type 232 lib/shell.c mc_shell->type = SHELL_ASH_BUSYBOX; type 240 lib/shell.c mc_shell->type = SHELL_KSH; type 247 lib/shell.c mc_shell->type = SHELL_MKSH; type 251 lib/shell.c mc_shell->type = SHELL_NONE; type 273 lib/shell.c if (mc_shell->type == SHELL_NONE) type 276 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 812 lib/util.c decompress_extension (int type) type 814 lib/util.c switch (type) type 250 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 49 src/diffviewer/search.c mc_search_type_t type; type 61 src/diffviewer/search.c .type = MC_SEARCH_T_NORMAL, type 91 src/diffviewer/search.c (int *) &mcdiffview_search_options.type, NULL), type 260 src/diffviewer/search.c dview->search.handle->search_type = mcdiffview_search_options.type; type 509 src/diffviewer/ydiff.c const char *type = NULL; type 512 src/diffviewer/ydiff.c type = "r"; type 514 src/diffviewer/ydiff.c type = "w"; type 516 src/diffviewer/ydiff.c if (type == NULL) type 523 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 49 src/editor/editsearch.c .type = MC_SEARCH_T_NORMAL, type 95 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 563 src/editor/editsearch.c edit->search->search_type = edit_search_options.type; type 702 src/editor/editsearch.c (int *) &edit_search_options.type, NULL), type 16 src/editor/editsearch.h mc_search_type_t type; type 1290 src/editor/syntax.c const char *editor_file, const char *first_line, const char *type) type 1351 src/editor/syntax.c else if (type != NULL) type 1354 src/editor/syntax.c if (strcmp (type, args[2]) == 0) type 1528 src/editor/syntax.c edit_load_syntax (WEdit *edit, GPtrArray *pnames, const char *type) type 1534 src/editor/syntax.c type = NULL; type 1540 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 146 src/filemanager/layout.c panel_view_mode_t type; type 1112 src/filemanager/layout.c create_panel (int num, panel_view_mode_t type) type 1125 src/filemanager/layout.c if (type != view_listing) type 1129 src/filemanager/layout.c if (panels[the_other].type != view_listing) type 1141 src/filemanager/layout.c old_type = panels[num].type; type 1143 src/filemanager/layout.c if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing) type 1163 src/filemanager/layout.c if (old_widget == NULL && type != view_listing) type 1166 src/filemanager/layout.c switch (type) type 1210 src/filemanager/layout.c if (type != view_listing) type 1215 src/filemanager/layout.c panels[num].type = type; type 1232 src/filemanager/layout.c if (type == view_listing) type 1253 src/filemanager/layout.c if (type == view_tree) type 1264 src/filemanager/layout.c if ((type != view_listing) && (current_panel == PANEL (old_widget))) type 1284 src/filemanager/layout.c if (panels[0].type == view_listing && panels[1].type == view_listing type 1338 src/filemanager/layout.c if (panels[0].type == view_listing) type 1346 src/filemanager/layout.c if (panels[1].type == view_listing) type 1362 src/filemanager/layout.c tmp_type = panels[0].type; type 1363 src/filemanager/layout.c panels[0].type = panels[1].type; type 1364 src/filemanager/layout.c panels[1].type = tmp_type; type 1367 src/filemanager/layout.c if (panels[0].type == view_listing) type 1369 src/filemanager/layout.c if (panels[1].type == view_listing) type 1379 src/filemanager/layout.c return panels[idx].type; type 1420 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[0].type : panels[1].type); type 1429 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[1].type : panels[0].type); type 1438 src/filemanager/layout.c panel_view_mode_t type; type 1440 src/filemanager/layout.c type = get_panel_type (idx); type 1441 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 1499 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1528 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1542 src/filemanager/mountlist.c myfs_stats->type = 0; type 23 src/filemanager/mountlist.h int type; type 671 src/setup.c panel_save_type (const char *section, panel_view_mode_t type) type 676 src/setup.c if (panel_types[i].opt_type == type) type 784 src/setup.c panel_view_mode_t type; type 789 src/setup.c type = get_panel_type (0); type 790 src/setup.c panel_save_type ("New Left Panel", type); type 791 src/setup.c if (type == view_listing) type 793 src/setup.c type = get_panel_type (1); type 794 src/setup.c panel_save_type ("New Right Panel", type); type 795 src/setup.c if (type == view_listing) type 311 src/subshell/common.c switch (mc_global.shell->type) type 421 src/subshell/common.c fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type); type 450 src/subshell/common.c switch (mc_global.shell->type) type 660 src/subshell/common.c if (mc_global.shell->type == SHELL_BASH) type 704 src/subshell/common.c if (mc_global.shell->type != SHELL_ZSH) type 967 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1220 src/subshell/common.c switch (mc_global.shell->type) type 1287 src/subshell/common.c fprintf (stderr, "subshell: unknown shell type (%u), aborting!\r\n", mc_global.shell->type); type 1319 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1429 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1441 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1486 src/subshell/common.c if (bPathNotEq && mc_global.shell->type == SHELL_TCSH) type 1513 src/subshell/common.c if (mc_global.shell->type == SHELL_ZSH || mc_global.shell->type == SHELL_FISH) type 1558 src/subshell/common.c if (mc_global.shell->type == SHELL_NONE) type 1593 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1623 src/subshell/common.c && (mc_global.shell->type == SHELL_BASH || mc_global.shell->type == SHELL_ZSH type 1624 src/subshell/common.c || mc_global.shell->type == SHELL_FISH)) type 1734 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1889 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 349 src/usermenu.c const char *type; type 358 src/usermenu.c type = _ ("ERROR:"); type 362 src/usermenu.c type = _ ("True:"); type 364 src/usermenu.c type = _ ("False:"); type 367 src/usermenu.c p = g_strdup_printf ("%s %s %c \n", msg ? msg : "", type, *start); type 369 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 230 src/viewer/ascii.c const GUnicodeType type = g_unichar_type (c); type 232 src/viewer/ascii.c return type == G_UNICODE_NON_SPACING_MARK || type == G_UNICODE_ENCLOSING_MARK; type 85 src/viewer/dialogs.c (int *) &mcview_search_options.type, NULL), type 201 src/viewer/internal.h nroff_type_t type; type 207 src/viewer/internal.h mc_search_type_t type; type 379 src/viewer/mcviewer.c int type; type 381 src/viewer/mcviewer.c type = get_compression_type (fd, file); type 383 src/viewer/mcviewer.c if (type != COMPRESSION_NONE) type 389 src/viewer/mcviewer.c tmp_filename = g_strconcat (file, decompress_extension (type), (char *) NULL); type 105 src/viewer/nroff.c switch (nroff->type) type 168 src/viewer/nroff.c nroff->type = NROFF_TYPE_NONE; type 171 src/viewer/nroff.c return nroff->type; type 174 src/viewer/nroff.c return nroff->type; type 177 src/viewer/nroff.c return nroff->type; type 181 src/viewer/nroff.c nroff->type = type 186 src/viewer/nroff.c nroff->type = NROFF_TYPE_BOLD; type 191 src/viewer/nroff.c nroff->type = NROFF_TYPE_UNDERLINE; type 197 src/viewer/nroff.c return nroff->type; type 208 src/viewer/nroff.c nroff->prev_type = nroff->type; type 210 src/viewer/nroff.c switch (nroff->type) type 50 src/viewer/search.c .type = MC_SEARCH_T_NORMAL, type 393 src/viewer/search.c view->search->search_type = mcview_search_options.type; type 448 src/viewer/search.c if (view->search_nroff_seq->type != NROFF_TYPE_NONE) type 450 src/viewer/search.c switch (view->search_nroff_seq->type) type 151 tests/src/editor/edit_replace_cmd.c edit_search_options.type = MC_SEARCH_T_REGEX; type 172 tests/src/editor/edit_replace_cmd.c edit_load_syntax (WEdit *edit, GPtrArray *pnames, const char *type) type 176 tests/src/editor/edit_replace_cmd.c (void) type;