syntax_type 751 src/editor/editcmd.c edit_load_syntax (edit, NULL, edit->syntax_type); syntax_type 990 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 163 src/editor/editwidget.h char *syntax_type; /* description of syntax highlighting type being used */ syntax_type 1351 src/editor/syntax.c char *syntax_type; syntax_type 1354 src/editor/syntax.c syntax_type = args[2]; syntax_type 1365 src/editor/syntax.c g_free (edit->syntax_type); syntax_type 1366 src/editor/syntax.c edit->syntax_type = g_strdup (syntax_type); syntax_type 1491 src/editor/syntax.c MC_PTR_FREE (edit->syntax_type); syntax_type 1521 src/editor/syntax.c edit->syntax_type = saved_type; /* restore edit->syntax_type */ syntax_type 1537 src/editor/syntax.c auto_syntax ? NULL : edit->syntax_type); syntax_type 1563 src/editor/syntax.c return edit->syntax_type; syntax_type 1582 src/editor/syntax.c syntax = exec_edit_syntax_dialog (names, edit->syntax_type); syntax_type 1589 src/editor/syntax.c current_syntax = g_strdup (edit->syntax_type); syntax_type 1602 src/editor/syntax.c g_free (edit->syntax_type); syntax_type 1603 src/editor/syntax.c edit->syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES)); syntax_type 1608 src/editor/syntax.c (current_syntax != NULL && edit->syntax_type != NULL && syntax_type 1609 src/editor/syntax.c strcmp (current_syntax, edit->syntax_type) != 0)) syntax_type 1610 src/editor/syntax.c edit_load_syntax (edit, NULL, edit->syntax_type); syntax_type 293 src/usermenu.c const char *syntax_type; syntax_type 295 src/usermenu.c syntax_type = edit_get_syntax_type (e); syntax_type 296 src/usermenu.c if (syntax_type != NULL) syntax_type 299 src/usermenu.c *condition = mc_search (arg, DEFAULT_CHARSET, syntax_type, MC_SEARCH_T_NORMAL); syntax_type 883 src/usermenu.c const char *syntax_type; syntax_type 885 src/usermenu.c syntax_type = edit_get_syntax_type (e); syntax_type 886 src/usermenu.c if (syntax_type != NULL) syntax_type 888 src/usermenu.c result = g_strdup (syntax_type);