Lines Matching refs:line
27 while read -r -u $fd line; do
28 if [[ "$line" =~ ^\[(.*)\]$ ]]; then
49 elif [[ $line =~ ^file\ *=\ *(.*)$ ]]; then
51 elif [[ $line =~ ^smp\ *=\ *(.*)$ ]]; then
53 elif [[ $line =~ ^test_args\ *=\ *(.*)$ ]]; then
55 elif [[ $line =~ ^$params_name\ *=\ *'"""'(.*)$ ]]; then
71 elif [[ $line =~ ^$params_name\ *=\ *(.*)$ ]]; then
73 elif [[ $line =~ ^groups\ *=\ *(.*)$ ]]; then
75 elif [[ $line =~ ^arch\ *=\ *(.*)$ ]]; then
77 elif [[ $line =~ ^machine\ *=\ *(.*)$ ]]; then
79 elif [[ $line =~ ^check\ *=\ *(.*)$ ]]; then
81 elif [[ $line =~ ^disabled_if\ *=\ *(.*)$ ]]; then
83 elif [[ $line =~ ^accel\ *=\ *(.*)$ ]]; then
85 elif [[ $line =~ ^timeout\ *=\ *(.*)$ ]]; then