Lines Matching refs:one
245 done < "$file" | while read one two; do
247 [ "$one" = "$keyword" ] && echo "$one $two"
376 while read one rest; do
391 [ "$one" = ipmp ] && one=
392 ifcmds="$one $rest"
444 while read one rest; do
448 [ "$one" = ipmp ] && one=
449 ifcmds="$one $rest"
531 done` | while read one two; do
532 [ -z "$one" ] && continue
533 [ "$one $two" = "$inet_oneline_epilogue" ] && \
535 line="addif $zaddr $one $two"
547 | while read one two; do
548 [ "$one" = addif ] && \