Lines Matching full:variable

10 …# If the value of the variable named in var_name is not valid, print an error message and exit the…
14 # var_name The name of the variable whose value is to be validated.
15 …# invalid_values A list of invalid values. If the variable value is equal to any…
22 # your variable is non blank.
23 …# valid_values A list of invalid values. The variable value must be equal to o…
26 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
28 # Access the variable value.
53 append error_message "The following variable has an invalid value:\n"
74 append error_message "The following variable has an invalid value:\n"
90 …# If the value of the list variable named in var_name is not valid, print an error message and exi…
94 … var_name The name of the variable whose value is to be validated. This va…
125 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
127 # Access the variable value.
146 # Make the caller's variable name, contained in $var_name, directly accessible to this procedure.
183 …# If the value of the variable named in var_name is not a valid integer, print an error message an…
187 # var_name The name of the variable whose value is to be validated.
189 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
191 # Access the variable value.
206 …# If the value of the variable named in var_name is not a valid directory path, print an error mes…
210 # var_name The name of the variable whose value is to be validated.
214 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
216 # Access the variable value.
235 …# If the value of the variable named in var_name is not a valid file path, print an error message …
239 # var_name The name of the variable whose value is to be validated.
241 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
243 # Access the variable value.
299 …# If the value of the variable named in var_name is not a valid password, print an error message a…
303 # var_name The name of the variable whose value is to be validated.
304 # prompt_user If the variable has a blank value, prompt the user for a value.
306 # Call get_stack_var_level to relieve the caller of the need for declaring the variable as global.
308 # Access the variable value.
326 …rocess a password file path parameter by setting or validating the corresponding password variable.
329 # os_password variable.
336 # password variable with the value.
341 …# pw_file_path_var_name The name of a global variable that contains a file path which in…
342 …# contains a password value. The variable name must end in "pw_fi…
379 # Assign the password value to the global password variable.