Lines Matching full:global

13 …# Note:  This procedure assumes that global list longoptions has been initialized via a call to the
23 global longoptions
38 # Populate the global longoptions list and set global option variable defaults.
49 global longoptions
51 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
63 # Add the option spec to the global longoptions list.
74 …# Set a global variable whose name is identical to the option name. Set the default value if ther…
76 set _opt_cmd_buf_ "global ${_opt_name_}"
89 # Populate the global pos_parms list and set global option variable defaults.
98 global pos_parms
101 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
116 # Add the option spec to the global pos_parms list.
121 …# Set a global variable whose name is identical to the option name. Set the default value if ther…
123 set _opt_cmd_buf_ "global ${_opt_parm_name_} ; set ${_opt_parm_name_}"
134 …# Get the command line options/arguments and use them to set the corresponding global option varia…
136 …# Note: This procedure assumes that global list longoptions has been initialized via a call to the
137 # longoptions procedure and that global pos_parms has been initialized via a call to the pos_parms
150 global longoptions
151 global pos_parms
152 global program_name
154 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
194 global help
195 global h
206 set _opt_cmd_buf_ "global ${_opt_current_longopt_} ; set"
223 set _opt_cmd_buf_ "global ${opt_name} ; set ${opt_name} 1"
248 set _opt_cmd_buf_ "global ${_opt_pos_parm_name_} ; set"
262 global $parm_name
286 global program_name
287 global longoptions
288 global pos_parms
316 …# print_default Indicates whether the current value of the global variable repre…
318 …# option value is "--parm1", global value parm1 is "no" and print_…
351 # Access the global variable that represents the value of the option.
352 eval global $opt_name
387 …# Note: To use this procedure, the user must create a global help_dict containing entries for each…
404 global program_name
405 global longoptions
406 global pos_parms
408 global help_dict
409 global test_mode_help_text
410 global quiet_help_text
411 global debug_help_text
413 # Add help text for stock options to global help_dict.
466 # Return all the names of the global program options as a composite list.
468 global longoptions pos_parms
480 # Make all program option global variables available to the calling function.
482 uplevel eval global $program_options
495 # Make all program option global variables available to the calling function.