Lines Matching refs:export_symbols_regex
4646 if test -n "$export_symbols_regex"; then
4648 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
6543 export_symbols_regex=
6684 export_symbols_regex=$arg
6929 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
8713 test -n "$export_symbols$export_symbols_regex" && \
9645 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9664 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9720 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9721 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
9969 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
9970 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'