Lines Matching full:stack
3 # This file provides many valuable stack inquiry procedures like get_file_proc_names, get_stack_var…
34 # Starting with the caller's stack level, search upward in the call stack, for a variable named
54 # Starting with the caller's stack level, search upward in the call stack, for a variable named
55 …# "${var_name}" and return its associated stack level. If the variable cannot be found, return -1.
59 …# init_stack_ix The level of the stack where the search should start. The defau…
60 # which is the caller's stack level.
61 …# fail_on_err Indicates that if the variable cannot be found on the stack, thi…
73 append message " on the stack."
85 # Get the name of the procedure at the indicated call stack level and return it.
88 # level The call stack level: 0 would mean this procedure's level (i.e.
113 # Return the call stack as a list of procedure names.
120 …# stack_top_ix The index to the bottom of the stack to be returned. 0 means in…
121 …# entire stack. 1 means include the entire stack with the excepti…
127 # Get the current stack size.