Home
last modified time | relevance | path

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

/dports/editors/jed/jed-0.99-19/src/
H A Dindent.h104 extern int _jed_is_eol_comment_start (Syntax_Table_Type *, Line *, unsigned char *, unsigned char *…
H A Dindent.c104 int _jed_is_eol_comment_start (Syntax_Table_Type *table, Line *l, in _jed_is_eol_comment_start() function
280 if (_jed_is_eol_comment_start (table, l, p, pmax, NULL)) in parse_to_point1()
324 if (_jed_is_eol_comment_start (table, l, p, pmax, NULL)) in parse_to_point1()
376 && (_jed_is_eol_comment_start (table, CLine, p, pmax, &i))) in goto_effective_eol()
782 if (_jed_is_eol_comment_start (table, CLine, p, pmax, NULL)) in backward_goto_match()
952 if (_jed_is_eol_comment_start (table, CLine, p, pmax, NULL)) in forward_goto_match()
H A Dsyntax.c437 if (_jed_is_eol_comment_start (st, l, p, pmax, NULL)) in write_syntax_highlight()