Searched refs:max_spaces (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c2326 static int max_spaces = -1;
2328 if (n > max_spaces)
2336 max_spaces = n;
2339 return spaces + max_spaces - n;
2316 static int max_spaces = -1; local

Completed in 51 milliseconds