Lines Matching refs:c
66 local c c2
69 for c in "${COMPREPLY[@]}"; do
72 eval "c2=${c}" 2>/dev/null || continue
73 if [[ ${c} == *-elfedit && ! -d ${c2} && -x ${c2} ]]; then
74 cross_compile+=("${c%elfedit}")
79 while read -r c; do
80 if [[ ${c} == *-elfedit ]]; then
81 keywords+=("${c%elfedit}")
83 done < <(compgen -c)
99 while read -r c; do
100 if [[ ${c} == clang-[0-9]* ]]; then
101 keywords+=("${c#clang}")
103 done < <(compgen -c)
121 keywords+=({,1}{,2}{,3}{,c}{,e})