Home
last modified time | relevance | path

Searched refs:lim_at_start (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtop.h72 extern char *lim_at_start;
H A Devent-top.c496 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()
H A Dtop.c176 char *lim_at_start; variable
808 space_at_cmd_start = lim - lim_at_start; in command_loop()
829 long space_now = lim - lim_at_start; in command_loop()
H A Dmain.c161 lim_at_start = (char *) sbrk (0); in captured_main()
H A DChangeLog-20038351 * top.h (lim_at_start): Declare.
8353 * top.c (lim_at_start): Define.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog2733 * gdb.base/selftest.exp: Next over lim_at_start initialization.