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

/haiku-fatelf/src/bin/bc/dc/
H A Dnumeric.c423 struct digit_stack *top_of_stack = NULL;
447 cur->link = top_of_stack;
448 top_of_stack = cur;
451 for (cur=top_of_stack; cur; cur=next) {
419 struct digit_stack *top_of_stack = NULL; variable in typeref:struct:digit_stack
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhppah-nat.c1337 CORE_ADDR top_of_stack; local
1359 top_of_stack = 0x7b03a000;
1373 if (target_read_memory (top_of_stack, four_chars, 4) != 0)
1385 top_of_stack += 4;

Completed in 71 milliseconds