Lines Matching refs:export_symbols_regex
4690 if test -n "$export_symbols_regex"; then
4692 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
6588 export_symbols_regex=
6729 export_symbols_regex=$arg
6974 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
8768 test -n "$export_symbols$export_symbols_regex" && \
9692 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9711 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9767 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9768 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
10016 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
10017 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'