Lines Matching refs:patt
139 patt="$2"
143 grep "$patt:" "$ifile" | \
144 sed -e "s/^.*$patt: *\(.*\)$/\1/" | \
183 patt="$2"
185 grep "$patt([0-9-]*\(, *\)*[0-9-]*):" "$ifile" | \
186 sed -e "s/^.*$patt(\([0-9]*\)): *\(.*\)/\1 eq \2/" \
187 -e "s/^.*$patt(\([0-9-]*\), *\([0-9-]*\)): *\(.*\)/\1 \2 \3/" | \
218 patt="$2"
220 grep "$patt" "$ifile" | sed -e "s/^.*$patt(\(.*\)): *\(.*\)$/\1 \2/" | \
236 patt="$2"
238 grep "$patt:" "$ifile" | sed -e "s/^.*$patt: *\(.*\)$/\1/" | \