Searched refs:bar_ptr (Results 1 – 4 of 4) sorted by relevance
5 foo (struct bar *bar_ptr) in foo() argument7 return printf ("bar_ptr = %p\n", bar_ptr); in foo()
4 int foo (struct bar *bar_ptr);
5 when we stop in "foo" we see the contents of the "bar_ptr".
32 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""