Home
last modified time | relevance | path

Searched refs:CelxValue (Results 1 – 6 of 6) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h53 class CelxValue
63 CelxValue() : type(Celx_Nil) {} in CelxValue() function
64 CelxValue(double d) : type(Celx_Number), value_number(d) {} in CelxValue() function
65 CelxValue(const char* s) : type(Celx_String), value_cstring(s) {} in CelxValue() function
121 void push(const CelxValue& v1);
122 void push(const CelxValue& v1, const CelxValue& v2);
H A Dcelx_frame.cpp151 celx.push(CelxValue()); in frame_getrefobject()
H A Dcelx.cpp4524 void CelxLua::push(const CelxValue& v1) in push()
4530 void CelxLua::push(const CelxValue& v1, const CelxValue& v2) in push()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_internal.h53 class CelxValue
63 CelxValue() : type(Celx_Nil) {} in CelxValue() function
64 CelxValue(double d) : type(Celx_Number), value_number(d) {} in CelxValue() function
65 CelxValue(const char* s) : type(Celx_String), value_cstring(s) {} in CelxValue() function
121 void push(const CelxValue& v1);
122 void push(const CelxValue& v1, const CelxValue& v2);
H A Dcelx_frame.cpp151 celx.push(CelxValue()); in frame_getrefobject()
H A Dcelx.cpp4524 void CelxLua::push(const CelxValue& v1) in push()
4530 void CelxLua::push(const CelxValue& v1, const CelxValue& v2) in push()