Home
last modified time | relevance | path

Searched defs:gsl (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/net/gsocket/gsocket-1.4.28/lib/
H A Dlist.c12 GS_LIST_init(GS_LIST *gsl, int opt) in GS_LIST_init()
23 GS_LIST_stderr(GS_LIST *gsl, const char *msg) in GS_LIST_stderr()
39 GS_LIST_next(GS_LIST *gsl, GS_LIST_ITEM *li) in GS_LIST_next()
52 GS_LIST *gsl = del_li->gsl; in gs_list_unlink() local
70 GS_LIST *gsl = src_li->gsl; in gs_list_link() local
134 GS_LIST_move(GS_LIST *gsl, GS_LIST_ITEM *li) in GS_LIST_move()
145 GS_LIST_add(GS_LIST *gsl, GS_LIST_ITEM *src_li, void *data, uint64_t id) in GS_LIST_add()
170 GS_LIST_by_pos(GS_LIST *gsl, int pos) in GS_LIST_by_pos()
191 GS_LIST_by_id(GS_LIST *gsl, uint64_t id) in GS_LIST_by_id()
217 GS_LIST_del_all(GS_LIST *gsl, int deep) in GS_LIST_del_all()
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dgoomsl.h47 #define GSL_LOCAL_PTR(gsl,local,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(local,name)->ptr) argument
48 #define GSL_LOCAL_INT(gsl,local,name) (*(int*)goom_hash_get(local,name)->ptr) argument
49 #define GSL_LOCAL_FLOAT(gsl,local,name) (*(float*)goom_hash_get(local,name)->ptr) argument
51 #define GSL_GLOBAL_PTR(gsl,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(gsl_globals(gsl),name)->pt… argument
52 #define GSL_GLOBAL_INT(gsl,name) (*(int*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
53 #define GSL_GLOBAL_FLOAT(gsl,name) (*(float*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dgoomsl.h26 #define GSL_LOCAL_PTR(gsl,local,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(local,name)->ptr) argument
27 #define GSL_LOCAL_INT(gsl,local,name) (*(int*)goom_hash_get(local,name)->ptr) argument
28 #define GSL_LOCAL_FLOAT(gsl,local,name) (*(float*)goom_hash_get(local,name)->ptr) argument
30 #define GSL_GLOBAL_PTR(gsl,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(gsl_globals(gsl),name)->pt… argument
31 #define GSL_GLOBAL_INT(gsl,name) (*(int*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
32 #define GSL_GLOBAL_FLOAT(gsl,name) (*(float*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
/dports/graphics/goom/goom2k4-0/src/
H A Dgoomsl.h26 #define GSL_LOCAL_PTR(gsl,local,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(local,name)->ptr) argument
27 #define GSL_LOCAL_INT(gsl,local,name) (*(int*)goom_hash_get(local,name)->ptr) argument
28 #define GSL_LOCAL_FLOAT(gsl,local,name) (*(float*)goom_hash_get(local,name)->ptr) argument
30 #define GSL_GLOBAL_PTR(gsl,name) gsl_get_ptr(gsl, *(int*)goom_hash_get(gsl_globals(gsl),name)->pt… argument
31 #define GSL_GLOBAL_INT(gsl,name) (*(int*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
32 #define GSL_GLOBAL_FLOAT(gsl,name) (*(float*)goom_hash_get(gsl_globals(gsl),name)->ptr) argument
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-general-select.c144 gnc_general_select_init (GNCGeneralSelect *gsl) in gnc_general_select_init()
168 GNCGeneralSelect *gsl; in gnc_general_select_dispose() local
195 GNCGeneralSelect *gsl = user_data; in select_cb() local
212 create_children (GNCGeneralSelect *gsl, GNCGeneralSelectType type) in create_children()
246 GNCGeneralSelect *gsl; in gnc_general_select_new() local
268 gnc_general_select_get_printname (GNCGeneralSelect *gsl, gpointer selection) in gnc_general_select_get_printname()
286 gnc_general_select_set_selected (GNCGeneralSelect *gsl, gpointer selection) in gnc_general_select_set_selected()
312 gnc_general_select_get_selected (GNCGeneralSelect *gsl) in gnc_general_select_get_selected()
329 gnc_general_select_make_mnemonic_target (GNCGeneralSelect *gsl, GtkWidget *label) in gnc_general_select_make_mnemonic_target()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dgnc-general-search.c108 gnc_general_search_init (GNCGeneralSearch *gsl) in gnc_general_search_init()
118 GNCGeneralSearch *gsl; in gnc_general_search_destroy() local
150 reset_selection_text (GNCGeneralSearch *gsl) in reset_selection_text()
168 GNCGeneralSearch *gsl = data; in refresh_handler() local
189 GNCGeneralSearch *gsl = user_data; in new_item_selected_cb() local
197 GNCGeneralSearch *gsl = user_data; in on_close_cb() local
209 GNCGeneralSearch *gsl = user_data; in search_cb() local
259 GNCGeneralSearch *gsl) in gnc_gsl_match_selected_cb()
283 GNCGeneralSearch *gsl) in gnc_gsl_focus_out_cb()
345 create_children (GNCGeneralSearch *gsl, in create_children()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/
H A Dgame.cpp50 …ring &d, Common::Language l, Common::Platform p, Common::String guioptions, GameSupportLevel gsl) { in GameDescriptor()
102 GameSupportLevel gsl = kStableGame; in getSupportLevel() local
113 void GameDescriptor::setSupportLevel(GameSupportLevel gsl) { in setSupportLevel()
/dports/audio/tse3/tse3-0.3.1/src/tse3/plt/
H A DREADME4 This hasn't been finished off yet and as such should not be compiled. It would
/dports/net/gsocket/gsocket-1.4.28/include/gsocket/
H A Dlist.h8 void *gsl; // Pointer to GS_LIST context member
25 #define GS_LIST_ID_COUNT(gsl) (gsl)->add_count // To add item to bottom of list argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/x86/
H A Dgetseg.c7 unsigned long gsl; in main() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/x86/
H A Dgetseg.c7 unsigned long gsl; in main() local
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanymacro/src/
H A Dgeanymacro.c206 static GSList * ClearMacroList(GSList *gsl) in ClearMacroList()
282 GSList *gsl=mList; in FindMacroByName() local
303 GSList *gsl=mList; in FindMacroByKey() local
320 GSList *gsl=mList; in ClearAllMacros() local
337 GSList *gsl=m->MacroEvents; in ReplayMacro() local
618 GSList *gsl=mList; in SaveSettings() local
948 GSList *gsl; in UseableAccel() local
1248 GSList *gsl=mList; in Name_Render_Edited_CallBack() local
1290 GSList *gsl=mList; in Accel_Render_Edited_CallBack() local
1727 GSList *gsl=m->MacroEvents; in EditMacroElements() local
[all …]

12345678910