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 1374 src/editor/syntax.c char *syntax_type; syntax_type 1377 src/editor/syntax.c syntax_type = args[2]; syntax_type 1388 src/editor/syntax.c g_free (edit->syntax_type); syntax_type 1389 src/editor/syntax.c edit->syntax_type = g_strdup (syntax_type); syntax_type 1514 src/editor/syntax.c MC_PTR_FREE (edit->syntax_type); syntax_type 1544 src/editor/syntax.c edit->syntax_type = saved_type; // restore edit->syntax_type syntax_type 1560 src/editor/syntax.c auto_syntax ? NULL : edit->syntax_type); syntax_type 1584 src/editor/syntax.c return edit->syntax_type; syntax_type 1603 src/editor/syntax.c syntax = exec_edit_syntax_dialog (names, edit->syntax_type); syntax_type 1610 src/editor/syntax.c current_syntax = g_strdup (edit->syntax_type); syntax_type 1623 src/editor/syntax.c g_free (edit->syntax_type); syntax_type 1624 src/editor/syntax.c edit->syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES)); syntax_type 1629 src/editor/syntax.c || (current_syntax != NULL && edit->syntax_type != NULL syntax_type 1630 src/editor/syntax.c && strcmp (current_syntax, edit->syntax_type) != 0)) syntax_type 1631 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 874 src/usermenu.c const char *syntax_type; syntax_type 876 src/usermenu.c syntax_type = edit_get_syntax_type (e); syntax_type 877 src/usermenu.c if (syntax_type != NULL) syntax_type 879 src/usermenu.c result = g_strdup (syntax_type);