Lines Matching refs:ifile
138 ifile="$1"
143 grep "$patt:" "$ifile" | \
157 # has_each_patterns(ifile tag ofile) - does ofile contains some
158 # of the patterns given by ifile's tags?
167 # has_none_patterns(ifile tag ofile) - does ofile contains some
168 # of the patterns given by ifile's tags?
177 # minmax_patterns(ifile tag ofile) - does ofile contains the
178 # the patterns given by ifile's tags
182 ifile="$1"
185 grep "$patt([0-9-]*\(, *\)*[0-9-]*):" "$ifile" | \
217 ifile="$1"
220 grep "$patt" "$ifile" | sed -e "s/^.*$patt(\(.*\)): *\(.*\)$/\1 \2/" | \
235 ifile="$1"
238 grep "$patt:" "$ifile" | sed -e "s/^.*$patt: *\(.*\)$/\1/" | \