Home
last modified time | relevance | path

Searched defs:switch_t (Results 1 – 10 of 10) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/stm32/inc/
H A Dsm1000_leds_switches.h56 struct switch_t { struct
70 void switch_update(struct switch_t* const sw, uint8_t state); argument
/dports/games/opensonic/opensnc-src-0.1.4/src/entities/items/
H A Dswitch.c33 typedef struct switch_t switch_t; typedef
34 struct switch_t { struct
35 item_t item; /* base class */
36 int is_pressed; /* is this switch being pressed? */
60 item_t *item = mallocx(sizeof(switch_t)); in switch_create() argument
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dbrowser.h175 typedef struct switch_t switch_t; typedef
185 struct switch_t { struct
186 char *short_name; /*single letter switch */
187 char *long_name; /*full name of switch */
188 char *arg_spec; /*argument specification */
189 char *doc_string; /*documentation string */
190 void *info; /*extra info to pass through */
191 switches_t *all; /*containing switch list */
192 switch_handler_t handler; /*callback function */
193 int seen; /*number of times seen */
[all …]
/dports/games/wizznic/Wizznic-1.1/src/
H A Dswitch.h24 typedef struct telePort_s switch_t; typedef
/dports/games/minetest/minetest-5.4.1/src/
H A Ddaynightratio.h48 float switch_t = (t0 + lastt) / 2.0f; in time_to_daynight_ratio() local
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Ddaynightratio.h50 float switch_t = (t0 + lastt) / 2; in time_to_daynight_ratio() local
/dports/x11-wm/picom/picom-8.2/src/
H A Dtypes.h15 } switch_t; typedef
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxmeta_utils.hpp636 using switch_t = typename switch_<T...>::type; typedef
/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xmeta_utils.cpp304 TEST(mpl, switch_t) in TEST() argument
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcommon.h272 } switch_t; typedef