Searched refs:lim_at_start (Results 1 – 6 of 6) sorted by relevance
72 extern char *lim_at_start;
496 space_at_cmd_start = lim - lim_at_start; in command_handler()540 long space_now = lim - lim_at_start; in command_handler()578 long space_now = lim - lim_at_start; in command_line_handler_continuation()
176 char *lim_at_start; variable808 space_at_cmd_start = lim - lim_at_start; in command_loop()829 long space_now = lim - lim_at_start; in command_loop()
161 lim_at_start = (char *) sbrk (0); in captured_main()
8351 * top.h (lim_at_start): Declare.8353 * top.c (lim_at_start): Define.
2733 * gdb.base/selftest.exp: Next over lim_at_start initialization.