Lines Matching +full:non +full:- +full:zero

11   # with a non-zero return code.
22 # your variable is non blank.
35 append error_message "Programmer error - You must provide either an"
44 set caller [get_stack_proc_name -2]
52 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return }
71 if { [lsearch -exact $invalid_values "${var_value}"] == -1 } { return }
73 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return }
91 # program with a non-zero return code.
103 # set proc_names [list "zero" "one" "two" "three" "four"]
108 …##(CDT) 2018/03/27 12:26:49.904870 - **ERROR** The following list has one or more invalid values (…
112 # proc_names[0]: zero*
184 # the program with a non-zero return code.
207 # exit the program with a non-zero return code.
236 # the program with a non-zero return code.
262 # On error, print to stderr and terminate the program with non-zero return code.
266 puts -nonewline $prompt
268 stty -echo
274 trimright [sprint_varx "Please re-enter $password_var_name" ""] "\n"]
275 puts -nonewline $prompt
277 stty -echo
288 print_error_report "Need a non-blank value for $password_var_name.\n"
300 # the program with a non-zero return code.
317 print_error_report "Need a non-blank value for $var_name.\n"
346 if { ! [regexp -expanded "pw_file_path$" $pw_file_path_var_name] } {
347 append message "Programming error - Proc [get_stack_proc_name] its"
360 regsub -expanded {pw_file_path$} $pw_file_path_var_name {} var_prefix
367 regsub -all ":" "${longoptions} ${pos_parms}" {} parm_names
368 if { [lsearch -exact parm_names $password_var_name] == -1 } {