Searched refs:write_error_with_location (Results 1 – 1 of 1) sorted by relevance
830 #define write_error(text) write_error_with_location(text, __FILE__, __LINE__)832 void write_error_with_location(char *text, char *filename, int linenumber) { in write_error_with_location() function