Home
last modified time | relevance | path

Searched refs:sgml_stop_char (Results 1 – 3 of 3) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dindent.c204 unsigned char sgml_stop_char; in parse_to_point1() local
218 sgml_stop_char = table->sgml_stop_char; in parse_to_point1()
241 if (NULL == (p = find_string_end (table, p, pmax, sgml_stop_char))) in parse_to_point1()
300 p = find_string_end (table, p+1, pmax, table->sgml_stop_char); in parse_to_point1()
631 unsigned char sgml_start_char, sgml_stop_char; in backward_goto_match() local
672 sgml_stop_char = table->sgml_stop_char; in backward_goto_match()
1277 table->sgml_stop_char = s1[1]; in define_syntax()
1279 table->sgml_stop_char = 0; in define_syntax()
H A Dindent.h18 unsigned char sgml_stop_char; /* > */ member
H A Dsyntax.c377 ch = st->sgml_stop_char; in write_syntax_highlight()