Home
last modified time | relevance | path

Searched refs:xopt (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dold-dejagnu.exp58 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 "" xopt
67 if ![string match "" [string trim $xopt]] then {
68 foreach triplet $xopt {
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dg77spec.c119 lookup_option (xopt, xskip, xarg, text) in lookup_option() argument
120 Option *xopt; in lookup_option()
184 if (xopt != NULL)
185 *xopt = opt;