type 268 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 128 lib/search.h mc_search_type_t type; type 165 lib/search.h mc_search_type_t type); type 433 lib/search/search.c mc_search_type_t type) type 445 lib/search/search.c search->search_type = type; type 448 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 70 lib/strutil/strutilutf8.c GUnicodeType type; type 72 lib/strutil/strutilutf8.c type = g_unichar_type (uni); type 73 lib/strutil/strutilutf8.c return (type == G_UNICODE_SPACING_MARK) type 74 lib/strutil/strutilutf8.c || (type == G_UNICODE_ENCLOSING_MARK) || (type == G_UNICODE_NON_SPACING_MARK); type 773 lib/tty/key.c ev->type = 0; /* In case we return on an invalid sequence */ type 813 lib/tty/key.c ev->type = 0; type 819 lib/tty/key.c ev->type = GPM_UP | (GPM_SINGLE << clicks); type 829 lib/tty/key.c ev->type = 0; type 837 lib/tty/key.c ev->type = GPM_DRAG; type 840 lib/tty/key.c ev->type = GPM_DOWN; type 872 lib/tty/key.c ev->type = 0; type 2132 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 229 lib/vfs/parse_ls_vga.c mode_t type; type 234 lib/vfs/parse_ls_vga.c type = S_IFDIR; type 237 lib/vfs/parse_ls_vga.c type = S_IFBLK; type 240 lib/vfs/parse_ls_vga.c type = S_IFCHR; type 243 lib/vfs/parse_ls_vga.c type = S_IFLNK; type 247 lib/vfs/parse_ls_vga.c type = S_IFSOCK; type 251 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 256 lib/vfs/parse_ls_vga.c type = S_IFDOOR; type 260 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 264 lib/vfs/parse_ls_vga.c type = S_IFIFO; type 268 lib/vfs/parse_ls_vga.c type = S_IFNAM; type 272 lib/vfs/parse_ls_vga.c type = S_IFREG; type 278 lib/vfs/parse_ls_vga.c type = S_IFREG; type 284 lib/vfs/parse_ls_vga.c *ret_type = type; type 434 lib/vfs/parse_ls_vga.c mode_t type, perms; type 437 lib/vfs/parse_ls_vga.c if (!vfs_parse_filetype (p, &skipped, &type)) type 446 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 806 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 286 src/background.c 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 506 src/diffviewer/ydiff.c const char *type = NULL; type 509 src/diffviewer/ydiff.c type = "r"; type 511 src/diffviewer/ydiff.c type = "w"; type 513 src/diffviewer/ydiff.c if (type == NULL) type 520 src/diffviewer/ydiff.c f = popen (cmd, type); type 102 src/editor/edit-impl.h mc_search_type_t type; type 260 src/editor/edit-impl.h void edit_load_syntax (WEdit * edit, GPtrArray * pnames, const char *type); type 2678 src/editor/editcmd.c edit->search->search_type = edit_search_options.type; type 2901 src/editor/editcmd.c edit->search->search_type = edit_search_options.type; type 53 src/editor/editcmd_dialogs.c .type = MC_SEARCH_T_NORMAL, type 110 src/editor/editcmd_dialogs.c (int *) &edit_search_options.type, NULL), type 169 src/editor/editcmd_dialogs.c edit->search->search_type = edit_search_options.type; type 207 src/editor/editcmd_dialogs.c (int *) &edit_search_options.type, NULL), type 1257 src/editor/syntax.c const char *editor_file, const char *first_line, const char *type) type 1316 src/editor/syntax.c else if (type != NULL) type 1319 src/editor/syntax.c if (strcmp (type, args[2]) == 0) type 1460 src/editor/syntax.c edit_load_syntax (WEdit * edit, GPtrArray * pnames, const char *type) type 1466 src/editor/syntax.c type = NULL; type 1472 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 199 src/filemanager/info.c if (myfs_stats.type != 0xffff && myfs_stats.type != -1) type 200 src/filemanager/info.c tty_printf (" (%Xh)", (unsigned int) myfs_stats.type); type 143 src/filemanager/layout.c panel_view_mode_t type; type 1094 src/filemanager/layout.c create_panel (int num, panel_view_mode_t type) type 1109 src/filemanager/layout.c if (type != view_listing) type 1113 src/filemanager/layout.c if (panels[the_other].type != view_listing) type 1128 src/filemanager/layout.c old_type = panels[num].type; type 1130 src/filemanager/layout.c if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing) type 1150 src/filemanager/layout.c if (old_widget == NULL && type != view_listing) type 1153 src/filemanager/layout.c switch (type) type 1188 src/filemanager/layout.c if (type != view_listing) type 1193 src/filemanager/layout.c panels[num].type = type; type 1210 src/filemanager/layout.c if (type == view_listing) type 1231 src/filemanager/layout.c if (type == view_tree) type 1242 src/filemanager/layout.c if ((type != view_listing) && (current_panel == PANEL (old_widget))) type 1262 src/filemanager/layout.c if (panels[0].type == view_listing && panels[1].type == view_listing && type 1312 src/filemanager/layout.c if (panels[0].type == view_listing) type 1320 src/filemanager/layout.c if (panels[1].type == view_listing) type 1347 src/filemanager/layout.c tmp_type = panels[0].type; type 1348 src/filemanager/layout.c panels[0].type = panels[1].type; type 1349 src/filemanager/layout.c panels[1].type = tmp_type; type 1352 src/filemanager/layout.c if (panels[0].type == view_listing) type 1354 src/filemanager/layout.c if (panels[1].type == view_listing) type 1364 src/filemanager/layout.c return panels[idx].type; type 1405 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[0].type : panels[1].type); type 1414 src/filemanager/layout.c return (panels[0].widget == WIDGET (current_panel) ? panels[1].type : panels[0].type); type 1423 src/filemanager/layout.c panel_view_mode_t type; type 1425 src/filemanager/layout.c type = get_panel_type (idx); type 1426 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 1518 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1547 src/filemanager/mountlist.c myfs_stats->type = entry->me_dev; type 1561 src/filemanager/mountlist.c myfs_stats->type = 0; type 23 src/filemanager/mountlist.h int type; type 878 src/setup.c panel_save_type (const char *section, panel_view_mode_t type) type 883 src/setup.c if (panel_types[i].opt_type == type) type 992 src/setup.c panel_view_mode_t type; type 997 src/setup.c type = get_panel_type (0); type 998 src/setup.c panel_save_type ("New Left Panel", type); type 999 src/setup.c if (type == view_listing) type 1001 src/setup.c type = get_panel_type (1); type 1002 src/setup.c panel_save_type ("New Right Panel", type); type 1003 src/setup.c if (type == view_listing) type 322 src/subshell/common.c switch (mc_global.shell->type) type 380 src/subshell/common.c fprintf (stderr, __FILE__ ": unimplemented subshell type %u\r\n", mc_global.shell->type); type 409 src/subshell/common.c switch (mc_global.shell->type) type 615 src/subshell/common.c if (mc_global.shell->type == SHELL_BASH) type 659 src/subshell/common.c if (mc_global.shell->type != SHELL_ZSH) type 1070 src/subshell/common.c switch (mc_global.shell->type) type 1200 src/subshell/common.c if (mc_global.shell->type == SHELL_FISH) type 1280 src/subshell/common.c if (mc_global.shell->type == SHELL_NONE) type 1315 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1345 src/subshell/common.c (mc_global.shell->type == SHELL_BASH || mc_global.shell->type == SHELL_ZSH type 1346 src/subshell/common.c || mc_global.shell->type == SHELL_FISH)) type 1454 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1611 src/subshell/common.c if (mc_global.shell->type == SHELL_TCSH) type 1664 src/subshell/common.c if (mc_global.shell->type != SHELL_FISH) type 1704 src/subshell/common.c if (bPathNotEq && mc_global.shell->type == SHELL_TCSH) type 1731 src/subshell/common.c if (mc_global.shell->type == SHELL_ZSH) type 328 src/usermenu.c const char *type; type 337 src/usermenu.c type = _("ERROR:"); type 341 src/usermenu.c type = _("True:"); type 343 src/usermenu.c type = _("False:"); type 346 src/usermenu.c p = g_strdup_printf ("%s %s %c \n", msg ? msg : "", type, *start); type 348 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 78 src/vfs/sftpfs/config_parser.c enum config_var_type type; type 135 src/vfs/sftpfs/config_parser.c #define POINTER_TO_STRUCTURE_MEMBER(type) \ type 136 src/vfs/sftpfs/config_parser.c ((type) ((char *) config_entity + (size_t) config_variables[i].offset)) type 165 src/vfs/sftpfs/config_parser.c switch (config_variables[i].type) type 63 src/vfs/smbfs/helpers/include/proto.h FILE *sys_fopen (const char *path, const char *type); type 158 src/vfs/smbfs/helpers/include/proto.h BOOL fcntl_lock (int fd, int op, SMB_OFF_T offset, SMB_OFF_T count, int type); type 160 src/vfs/smbfs/helpers/include/proto.h void set_remote_arch (enum remote_arch_types type); type 174 src/vfs/smbfs/helpers/include/proto.h BOOL do_file_lock (int fd, int waitsecs, int type); type 175 src/vfs/smbfs/helpers/include/proto.h BOOL file_lock (int fd, int type, int secs, int *plock_depth); type 200 src/vfs/smbfs/helpers/include/proto.h BOOL send_one_packet (char *buf, int len, struct in_addr ip, int port, int type); type 201 src/vfs/smbfs/helpers/include/proto.h int open_socket_in (int type, int port, int dlevel, uint32 socket_addr, BOOL rebind); type 202 src/vfs/smbfs/helpers/include/proto.h int open_socket_out (int type, struct in_addr *addr, int port, int timeout); type 330 src/vfs/smbfs/helpers/include/proto.h void make_nmb_name (struct nmb_name *n, const char *name, int type); type 333 src/vfs/smbfs/helpers/include/proto.h struct packet_struct *receive_packet (int fd, enum packet_type type, int t); type 687 src/vfs/smbfs/helpers/include/smb.h uint32 type; type 867 src/vfs/smbfs/helpers/include/smb.h parm_type type; type 216 src/vfs/smbfs/helpers/lib/system.c sys_fopen (const char *path, const char *type) type 218 src/vfs/smbfs/helpers/lib/system.c return fopen (path, type); type 2796 src/vfs/smbfs/helpers/lib/util.c set_remote_arch (enum remote_arch_types type) type 2798 src/vfs/smbfs/helpers/lib/util.c ra_type = type; type 2799 src/vfs/smbfs/helpers/lib/util.c switch (type) type 48 src/vfs/smbfs/helpers/lib/util_file.c do_file_lock (int fd, int waitsecs, int type) type 56 src/vfs/smbfs/helpers/lib/util_file.c lock.l_type = type; type 69 src/vfs/smbfs/helpers/lib/util_file.c DEBUG (0, ("do_file_lock: failed to %s file.\n", type == F_UNLCK ? "unlock" : "lock")); type 81 src/vfs/smbfs/helpers/lib/util_file.c file_lock (int fd, int type, int secs, int *plock_depth) type 90 src/vfs/smbfs/helpers/lib/util_file.c if (!do_file_lock (fd, secs, type)) type 699 src/vfs/smbfs/helpers/lib/util_sock.c send_one_packet (char *buf, int len, struct in_addr ip, int port, int type) type 709 src/vfs/smbfs/helpers/lib/util_sock.c out_fd = socket (AF_INET, type, 0); type 724 src/vfs/smbfs/helpers/lib/util_sock.c len, inet_ntoa (ip), port, type == SOCK_DGRAM ? "DGRAM" : "STREAM")); type 742 src/vfs/smbfs/helpers/lib/util_sock.c open_socket_in (int type, int port, int dlevel, uint32 socket_addr, BOOL rebind) type 772 src/vfs/smbfs/helpers/lib/util_sock.c res = socket (hp->h_addrtype, type, 0); type 802 src/vfs/smbfs/helpers/lib/util_sock.c return (open_socket_in (type, port + 1, dlevel, socket_addr, rebind)); type 817 src/vfs/smbfs/helpers/lib/util_sock.c open_socket_out (int type, struct in_addr *addr, int port, int timeout) type 825 src/vfs/smbfs/helpers/lib/util_sock.c res = socket (PF_INET, type, 0); type 832 src/vfs/smbfs/helpers/lib/util_sock.c if (type != SOCK_STREAM) type 606 src/vfs/smbfs/helpers/libsmb/clientgen.c int type = SVAL (p, 14); type 609 src/vfs/smbfs/helpers/libsmb/clientgen.c fn (sname, type, cmnt, state); type 830 src/vfs/smbfs/helpers/libsmb/nmblib.c make_nmb_name (struct nmb_name *n, const char *name, int type) type 836 src/vfs/smbfs/helpers/libsmb/nmblib.c n->name_type = (unsigned int) type & 0xFF; type 965 src/vfs/smbfs/helpers/libsmb/nmblib.c receive_packet (int fd, enum packet_type type, int t) type 978 src/vfs/smbfs/helpers/libsmb/nmblib.c return (read_packet (fd, type)); type 920 src/vfs/smbfs/helpers/param/loadparm.c if ((parm_table[i].type == P_STRING || type 921 src/vfs/smbfs/helpers/param/loadparm.c parm_table[i].type == P_USTRING) && parm_table[i].ptr) type 1425 src/vfs/smbfs/helpers/param/loadparm.c if ((parm_table[i].type == P_STRING || type 1426 src/vfs/smbfs/helpers/param/loadparm.c parm_table[i].type == P_USTRING) && parm_table[i].class == P_LOCAL) type 1668 src/vfs/smbfs/helpers/param/loadparm.c switch (parm_table[i].type) type 2029 src/vfs/smbfs/helpers/param/loadparm.c switch (parm_table[parmnum].type) type 2106 src/vfs/smbfs/helpers/param/loadparm.c equal_parameter (parm_type type, void *ptr1, void *ptr2) type 2108 src/vfs/smbfs/helpers/param/loadparm.c switch (type) type 2213 src/vfs/smbfs/helpers/param/loadparm.c return equal_parameter (parm->type, type 2260 src/vfs/smbfs/helpers/param/loadparm.c !equal_parameter (parm_table[*i].type, type 2359 src/vfs/smbfs/helpers/param/loadparm.c switch (parm_table[i].type) type 550 src/vfs/smbfs/smbfs.c smbfs_browsing_helper (const char *name, uint32 type, const char *comment, void *state) type 557 src/vfs/smbfs/smbfs.c switch (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 165 src/viewer/actions_cmd.c view->search->search_type = mcview_search_options.type; 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 56 src/viewer/dialogs.c .type = MC_SEARCH_T_NORMAL, type 95 src/viewer/dialogs.c (int *) &mcview_search_options.type, NULL), type 149 src/viewer/dialogs.c view->search->search_type = mcview_search_options.type; type 210 src/viewer/internal.h nroff_type_t type; type 216 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 231 src/viewer/search.c if (view->search_nroff_seq->type != NROFF_TYPE_NONE) type 233 src/viewer/search.c switch (view->search_nroff_seq->type)