Searched refs:export_symbols_regex (Results 1 – 2 of 2) sorted by relevance
4690 if test -n "$export_symbols_regex"; then6588 export_symbols_regex=6729 export_symbols_regex=$arg6974 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then8768 test -n "$export_symbols$export_symbols_regex" && \9692 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then9711 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then9767 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then9768 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'10016 if test -n "$export_symbols_regex" && ${skipped_export-false}; then[all …]
18085 if test -n "$export_symbols_regex"; then18087 - $EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T18089 + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'