Home | History | Annotate | Download | only in src

Lines Matching full:firstc

1145 	local($firstc) = substr($test{'arguments'}, 0, 1);
1147 if (substr($test{'arguments'}, -1, 1) ne $firstc) {
1153 local($firstc) = substr($test{'env-setup'}, 0, 1);
1155 if (substr($test{'env-setup'}, -1, 1) ne $firstc) {