Home
last modified time | relevance | path

Searched refs:source_error_allocated (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c52 static int source_error_allocated; variable
1285 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()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.c612 static int source_error_allocated; variable
H A DChangeLog-1993833 source_error, source_error_allocated, and source_pre_error.