Home
last modified time | relevance | path

Searched refs:chars_to_remove (Results 1 – 13 of 13) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-librep.c432 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
434 buflen -= chars_to_remove; in comment_line_end()
438 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-lua.c232 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
234 buflen -= chars_to_remove; in comment_line_end()
238 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-vala.c234 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
236 buflen -= chars_to_remove; in comment_line_end()
240 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-elisp.c351 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
353 buflen -= chars_to_remove; in comment_line_end()
357 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-scheme.c592 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
594 buflen -= chars_to_remove; in comment_line_end()
598 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-lisp.c847 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
849 buflen -= chars_to_remove; in comment_line_end()
853 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-php.c556 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
558 buflen -= chars_to_remove; in comment_line_end()
562 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dread-stringtable.c516 comment_line_end (size_t chars_to_remove, bool test_for_fuzzy_msgstr) in comment_line_end() argument
520 buflen -= chars_to_remove; in comment_line_end()
Dx-c.c811 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
813 buflen -= chars_to_remove; in comment_line_end()
817 if (chars_to_remove == 0 && buflen >= bufmax) in comment_line_end()
Dx-csharp.c550 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
556 buflen -= chars_to_remove; in comment_line_end()
Dx-java.c451 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
457 buflen -= chars_to_remove; in comment_line_end()
Dx-javascript.c487 comment_line_end (size_t chars_to_remove) in comment_line_end() argument
491 size_t buflen = strlen (buffer) - chars_to_remove; in comment_line_end()
DChangeLog.11041 * x-javascript.c (comment_line_end): Add missing chars_to_remove