Home
last modified time | relevance | path

Searched defs:VALUE_ARRAY (Results 1 – 3 of 3) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dvalue.h24 VALUE_ARRAY = 80 enumerator
/dports/math/gretl/gretl-2021d/plugin/
H A Dgnumeric_import.c42 VALUE_ARRAY = 80 enumerator
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DCallbacksTest.java746 final String[] VALUE_ARRAY = { VALUE, null }; in testCallStringArrayCallback() local