Lines Matching refs:line
34 # Multiple addresses can be specified on a single command line:
124 while read line; do
125 local fields=($line)
163 while read line; do
164 local fields=($line)
226 # cmdline, separate multiple entries with a blank line:
241 echo "$output" | while read -r line
243 echo $line
249 # For --list, show each line with its corresponding source code:
250 echo "$output" | while read -r line
253 echo $line
254 n=$(echo $line | sed 's/.*:\([0-9]\+\).*/\1/g')
257 f=$(echo $line | sed 's/.*at \(.\+\):.*/\1/g')