Home
last modified time | relevance | path

Searched refs:pos_parms (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl87 proc pos_parms { args } { procedure
98 global pos_parms
100 set pos_parms [list]
117 lappend pos_parms $_opt_parm_name_
151 global pos_parms
158 set _opt_len_pos_parms_ [llength $pos_parms]
162 print_list pos_parms
243 append message [sprint_list pos_parms 2]
247 set _opt_pos_parm_name_ [lindex $pos_parms $_opt_pos_parm_ix_]
259 regsub -all ":" "${longoptions} ${pos_parms}" {} parm_names
[all …]
H A Dgen_cmd.py582 def create_command_string(command, *pos_parms, **options): argument
703 if len(pos_parms) > 0 and gp.is_dict(pos_parms[-1]):
705 pos_parms = list(pos_parms)
707 options = pos_parms[-1]
709 del pos_parms[-1]
737 command_string = " ".join([command_string] + list(filter(None, pos_parms)))
H A Dvalid.tcl366 global longoptions pos_parms
367 regsub -all ":" "${longoptions} ${pos_parms}" {} parm_names
H A Dprint.tcl814 global pos_parms
816 regsub -all ":" "${longoptions} ${pos_parms}" {} parm_names
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.tcl9 pos_parms
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl19 pos_parms