Searched refs:source_error_allocated (Results 1 – 3 of 3) sorted by relevance
52 static int source_error_allocated; variable1285 if (source_error_allocated < needed_length) in script_from_file()1287 source_error_allocated *= 2; in script_from_file()1288 if (source_error_allocated < needed_length) in script_from_file()1289 source_error_allocated = needed_length; in script_from_file()1291 source_error = xmalloc (source_error_allocated); in script_from_file()1293 source_error = xrealloc (source_error, source_error_allocated); in script_from_file()
612 static int source_error_allocated; variable
833 source_error, source_error_allocated, and source_pre_error.