Searched refs:xopt (Results 1 – 2 of 2) sorted by relevance
58 if [regexp "LINE +\[0-9\]+" $i xopt] then {59 regsub "LINE" $xopt "" xopt;61 set i [lreplace $i 0 0 [expr "${xopt}-0"]];63 if [regexp "XFAIL( +\[^ \]+-\[^ \]+-\[^ \]+)*" $i xopt] then {66 regsub "XFAIL" $xopt "" xopt67 if ![string match "" [string trim $xopt]] then {68 foreach triplet $xopt {
119 lookup_option (xopt, xskip, xarg, text) in lookup_option() argument120 Option *xopt; in lookup_option()184 if (xopt != NULL)185 *xopt = opt;