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