Home | History | Annotate | Download | only in build-aux

Lines Matching refs:export_symbols_regex

4643 	  if test -n "$export_symbols_regex"; then
4645 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
6540 export_symbols_regex=
6681 export_symbols_regex=$arg
6926 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
8706 test -n "$export_symbols$export_symbols_regex" && \
9630 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9649 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9705 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
9706 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
9954 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
9955 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'