Home | History | Annotate | Download | only in bazel

Lines Matching refs:rule_prefix

219   local rule_prefix=$(echo "$current" | cut -f2 -d:)
229 cut -f2 -d: | "grep" "^$rule_prefix")
235 "$pattern" "$rule_prefix" <"$buildfile")
249 if [ $index -ne 1 ] && expr all : "\\($rule_prefix\\)" >/dev/null; then