Searched refs:chars_to_remove (Results 1 – 13 of 13) sorted by relevance
432 comment_line_end (size_t chars_to_remove) in comment_line_end() argument434 buflen -= chars_to_remove; in comment_line_end()438 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
232 comment_line_end (size_t chars_to_remove) in comment_line_end() argument234 buflen -= chars_to_remove; in comment_line_end()238 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
234 comment_line_end (size_t chars_to_remove) in comment_line_end() argument236 buflen -= chars_to_remove; in comment_line_end()240 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
351 comment_line_end (size_t chars_to_remove) in comment_line_end() argument353 buflen -= chars_to_remove; in comment_line_end()357 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
592 comment_line_end (size_t chars_to_remove) in comment_line_end() argument594 buflen -= chars_to_remove; in comment_line_end()598 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
847 comment_line_end (size_t chars_to_remove) in comment_line_end() argument849 buflen -= chars_to_remove; in comment_line_end()853 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
556 comment_line_end (size_t chars_to_remove) in comment_line_end() argument558 buflen -= chars_to_remove; in comment_line_end()562 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
516 comment_line_end (size_t chars_to_remove, bool test_for_fuzzy_msgstr) in comment_line_end() argument520 buflen -= chars_to_remove; in comment_line_end()
811 comment_line_end (size_t chars_to_remove) in comment_line_end() argument813 buflen -= chars_to_remove; in comment_line_end()817 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
550 comment_line_end (size_t chars_to_remove) in comment_line_end() argument556 buflen -= chars_to_remove; in comment_line_end()
451 comment_line_end (size_t chars_to_remove) in comment_line_end() argument457 buflen -= chars_to_remove; in comment_line_end()
487 comment_line_end (size_t chars_to_remove) in comment_line_end() argument491 size_t buflen = strlen (buffer) - chars_to_remove; in comment_line_end()
1041 * x-javascript.c (comment_line_end): Add missing chars_to_remove