Home
last modified time | relevance | path

Searched refs:OCTAVE_EXPORT (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/
H A Doct-conf-post.in.h177 # define OCTAVE_EXPORT __declspec(dllexport) macro
181 # define OCTAVE_EXPORT macro
187 # define OCTAVE_API OCTAVE_EXPORT
194 # define OCTINTERP_API OCTAVE_EXPORT
201 # define OCTGRAPHICS_API OCTAVE_EXPORT
208 # define OCTGUI_API OCTAVE_EXPORT
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddefun-int.h87 extern OCTAVE_EXPORT octave_value_list \
91 extern OCTAVE_EXPORT octave_value_list \
101 OCTAVE_EXPORT octave_value_list \
105 OCTAVE_EXPORT octave_value_list \
149 OCTAVE_EXPORT \
/dports/math/plplot/plplot-5.15.0/bindings/octave/
H A Dplplot_octave.i44 #ifdef OCTAVE_EXPORT
46 #undef OCTAVE_EXPORT
47 #define OCTAVE_EXPORT __attribute__ ( ( visibility( "default" ) ) ) macro
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/
H A Dplplot_octave.i44 #ifdef OCTAVE_EXPORT
46 #undef OCTAVE_EXPORT
47 #define OCTAVE_EXPORT __attribute__ ( ( visibility( "default" ) ) )
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A DChangeLog3041 * configure.in (OCTAVE_EXPORT, OCTAVE_IMPORT): New macros
3042 (CRUFT_API, OCTAVE_API, OCTINTERP_API): Define using OCTAVE_EXPORT