Home
last modified time | relevance | path

Searched refs:syntax_t (Results 1 – 9 of 9) sorted by relevance

/dports/editors/led/led-2.0/src/modules/vhighlight/
H A Dsyntax.h33 typedef struct syntax syntax_t; typedef
90 syntax_t *syntax_findlang(u_char *);
91 int syntax_highlight(syntax_t *syntax, line_t *,
94 syntax_t *syntax_load(u_char *);
H A Dsyntax.c38 offsetof(syntax_t, s_list)); in syntax_init()
43 syntax_t *syntax; in syntax_shutdown()
87 syntax_t *syntax_findlang(u_char *lang) { in syntax_findlang()
88 syntax_t *syntax; in syntax_findlang()
221 int syntax_highlight(syntax_t *syntax, line_t *line, int *idx, in syntax_highlight()
H A Dsyntax_gram.y36 static syntax_t *syntax_this;
161 syntax_t *syntax_load(u_char *name) {
202 syntax_this = ckcalloc(1, sizeof(syntax_t));
H A Dvhighlight.h63 syntax_t *syntax;
H A Dvhighlight.c158 static syntax_t *detectlang(buffer_t *buffer) { in detectlang()
159 syntax_t *syntax; in detectlang()
/dports/editors/mle/mle-1.4.3/
H A Deditor.c64 static void _editor_init_syntax_add_rule(syntax_t *syntax, srule_def_t *def);
65 static int _editor_init_syntax_add_rule_by_str(syntax_t *syntax, char *str);
66 static void _editor_destroy_syntax_map(syntax_t *map);
1873 syntax_t *syntax; in _editor_init_syntax()
1875 syntax = calloc(1, sizeof(syntax_t)); in _editor_init_syntax()
1902 static void _editor_init_syntax_add_rule(syntax_t *syntax, srule_def_t *def) { in _editor_init_syntax_add_rule()
1914 static int _editor_init_syntax_add_rule_by_str(syntax_t *syntax, char *str) { in _editor_init_syntax_add_rule_by_str()
1927 static void _editor_destroy_syntax_map(syntax_t *map) { in _editor_destroy_syntax_map()
1928 syntax_t *syntax; in _editor_destroy_syntax_map()
1929 syntax_t *syntax_tmp; in _editor_destroy_syntax_map()
[all …]
H A Dmle.h30 typedef struct syntax_s syntax_t; // A syntax definition typedef
75 syntax_t *syntax_map;
196 syntax_t *syntax;
H A Dbview.c607 syntax_t *syntax; in bview_set_syntax()
608 syntax_t *syntax_tmp; in bview_set_syntax()
609 syntax_t *use_syntax; in bview_set_syntax()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dpager.c96 struct syntax_t struct
110 struct syntax_t *syntax; argument
111 struct syntax_t *search;
788 sizeof (struct syntax_t)); in resolve_types()
869 (lineInfo[n].chunks) * sizeof (struct syntax_t)); in resolve_types()
1296 (*lineInfo)[ch].syntax = safe_malloc (sizeof (struct syntax_t)); in display_line()
1364 ((*lineInfo)[n].search_cnt) * sizeof (struct syntax_t)); in display_line()
1366 (*lineInfo)[n].search = safe_malloc (sizeof (struct syntax_t)); in display_line()
1615 lineInfo[i].syntax = safe_malloc (sizeof (struct syntax_t)); in mutt_pager()
1900 sizeof (struct syntax_t)); in mutt_pager()
[all …]