Lines Matching refs:ofile
140 ofile="$3"
146 grep -s -q "$val" "$ofile"
157 # has_each_patterns(ifile tag ofile) - does ofile contains some
167 # has_none_patterns(ifile tag ofile) - does ofile contains some
177 # minmax_patterns(ifile tag ofile) - does ofile contains the
184 ofile="$3"
189 n=$(grep -s "$pat" "$ofile" | wc -l)
219 ofile="$3"
222 grep -s "^ $ins\\.*[0-9]* " "$ofile" | grep -v -s -q "$pat"
237 ofile="$3"
240 grep -s "^ ret\\.[0-9]" "$ofile" | grep -v -s -q "[ \$]${ret}\$"