syntax_type       743 src/editor/editcmd.c             edit_load_syntax (edit, NULL, edit->syntax_type);
syntax_type       982 src/editor/editcmd.c                 edit_load_syntax (edit, NULL, edit->syntax_type);
syntax_type       112 src/editor/editoptions.c         edit_load_syntax (edit, NULL, edit->syntax_type);
syntax_type       150 src/editor/editwidget.h     char *syntax_type;             // description of syntax highlighting type being used
syntax_type      1372 src/editor/syntax.c                 char *syntax_type;
syntax_type      1375 src/editor/syntax.c                 syntax_type = args[2];
syntax_type      1386 src/editor/syntax.c                     g_free (edit->syntax_type);
syntax_type      1387 src/editor/syntax.c                     edit->syntax_type = g_strdup (syntax_type);
syntax_type      1512 src/editor/syntax.c     MC_PTR_FREE (edit->syntax_type);
syntax_type      1542 src/editor/syntax.c         edit->syntax_type = saved_type;  // restore edit->syntax_type
syntax_type      1558 src/editor/syntax.c                                    auto_syntax ? NULL : edit->syntax_type);
syntax_type      1583 src/editor/syntax.c     return edit->syntax_type;
syntax_type      1602 src/editor/syntax.c     syntax = exec_edit_syntax_dialog (names, edit->syntax_type);
syntax_type      1609 src/editor/syntax.c         current_syntax = g_strdup (edit->syntax_type);
syntax_type      1622 src/editor/syntax.c             g_free (edit->syntax_type);
syntax_type      1623 src/editor/syntax.c             edit->syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES));
syntax_type      1628 src/editor/syntax.c             || (current_syntax != NULL && edit->syntax_type != NULL
syntax_type      1629 src/editor/syntax.c                 && strcmp (current_syntax, edit->syntax_type) != 0))
syntax_type      1630 src/editor/syntax.c             edit_load_syntax (edit, NULL, edit->syntax_type);
syntax_type       289 src/usermenu.c                 const char *syntax_type = edit_get_syntax_type (e);
syntax_type       291 src/usermenu.c                 if (syntax_type != NULL)
syntax_type       294 src/usermenu.c                     *condition = mc_search (arg, NULL, syntax_type, MC_SEARCH_T_NORMAL);
syntax_type       875 src/usermenu.c             const char *syntax_type;
syntax_type       877 src/usermenu.c             syntax_type = edit_get_syntax_type (e);
syntax_type       878 src/usermenu.c             if (syntax_type != NULL)
syntax_type       880 src/usermenu.c                 result = g_strdup (syntax_type);