Searched refs:comment_buffer (Results 1 – 4 of 4) sorted by relevance
573 static struct string_buffer comment_buffer; variable578 comment_buffer.utf8_buflen = 0; in comment_start()579 comment_buffer.utf16_surr = 0; in comment_start()580 comment_buffer.curr_buflen = 0; in comment_start()586 return (comment_buffer.utf8_buflen == 0 && comment_buffer.utf16_surr == 0 in comment_at_start()587 && comment_buffer.curr_buflen == 0); in comment_at_start()593 string_buffer_append (&comment_buffer, c); in comment_add()599 char *buffer = string_buffer_result (&comment_buffer); in comment_line_end()
588 static struct string_buffer comment_buffer; variable593 comment_buffer.utf8_buflen = 0; in comment_start()599 return (comment_buffer.utf8_buflen == 0); in comment_at_start()605 string_buffer_append_unicode (&comment_buffer, c); in comment_add()611 char *buffer = string_buffer_result (&comment_buffer); in comment_line_end()
538 static struct unicode_string_buffer comment_buffer; variable543 comment_buffer.utf8_buflen = 0; in comment_start()549 return (comment_buffer.utf8_buflen == 0); in comment_at_start()555 unicode_string_buffer_append_unicode (&comment_buffer, c); in comment_add()561 char *buffer = unicode_string_buffer_result (&comment_buffer); in comment_line_end()
1704 (comment_buffer): New variable.