Home | History | Annotate | Download | only in libopus

Lines Matching refs:export_symbols_regex

3312 	  if test -n "$export_symbols_regex"; then
3314 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
5142 export_symbols_regex=
5282 export_symbols_regex="$arg"
5516 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
7232 test -n "$export_symbols$export_symbols_regex" && \
8138 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
8157 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
8213 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
8214 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
8462 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
8463 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'