Lines Matching full:caller
26 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
44 set caller [get_stack_proc_name -2]
45 if { $caller == "valid_list" } {
125 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
143 …# We want to do a print_list on the caller's list but we want to put an asterisk by each invalid e…
146 # Make the caller's variable name, contained in $var_name, directly accessible to this procedure.
148 # print_list the caller's list to a string.
150 # Now convert the caller's printed var string to a list for easy manipulation.
164 …# Determine whether the caller passed invalid_values or valid_values in order to create appropriat…
189 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
214 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
241 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
306 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.