Lines Matching refs:prefix
35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
39 multiline_warning (char *prefix, char *message)
49 if (prefix != NULL)
57 fputs (prefix, stderr);
58 width += mbswidth (prefix, 0);
59 free (prefix);
88 first line prefixed with PREFIX and the remaining lines prefixed with
90 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
92 multiline_error (char *prefix, char *message)
94 if (prefix != NULL)
96 multiline_warning (prefix, message);