Lines Matching refs:do
5 # /usr/share/bash-completion/completions/make, but we do not rely on it.
11 for dir in ${XDG_DATA_DIRS:-/usr/local/share:/usr/share}; do
18 for dir in "${dirs[@]}"; do
23 for compfile in make make.bash _make; do
32 while [[ $# -gt 1 && "$1" != -F ]]; do
69 for c in "${COMPREPLY[@]}"; do
79 while read -r c; do
89 # Otherwise, toolchain paths with a tilde do not work.
99 while read -r c; do
154 for ((i = 1; i < ${#words[@]}; i++)); do
168 for ((i = 1; i < ${#words[@]}; i++)); do
192 # Get SRCARCH to do a little more clever things
199 for ((i = 1; i < ${#words[@]}; i++)); do
342 while true; do