Home
last modified time | relevance | path

Searched refs:matchsel (Results 1 – 10 of 10) sorted by last modified time

/dports/emulators/mess/mame-mame0226/plugins/cheatfind/
H A Dinit.lua274 local matchsel = 0
296 matchsel = 0
547 matchsel = 0
789 local m = { _("Match block"), matchsel, "" }
790 menu_lim(matchsel, 0, #matches[#matches], m)
791 if matchsel == 0 then
796 matchsel, r = incdec(event, matchsel, 0, #matches[#matches])
987 for num2, match in mpairs(matchsel, matches[#matches], matchpg * 100) do
1014 if matchsel == 0 then
1017 max = #matches[#matches][matchsel]
/dports/emulators/mame/mame-mame0226/plugins/cheatfind/
H A Dinit.lua274 local matchsel = 0
296 matchsel = 0
547 matchsel = 0
789 local m = { _("Match block"), matchsel, "" }
790 menu_lim(matchsel, 0, #matches[#matches], m)
791 if matchsel == 0 then
796 matchsel, r = incdec(event, matchsel, 0, #matches[#matches])
987 for num2, match in mpairs(matchsel, matches[#matches], matchpg * 100) do
1014 if matchsel == 0 then
1017 max = #matches[#matches][matchsel]
/dports/irc/undernet-ircu/ircu2.10.12.19/
H A DChangeLog.122404 * ircd/m_who.c (m_who): Handle matchsel & WHO_FIELD_ACC when
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_who.c195 matchsel |= WHO_FIELD_NIC; in m_who()
199 matchsel |= WHO_FIELD_UID; in m_who()
287 if (!matchsel) in m_who()
288 matchsel = WHO_FIELD_DEF; in m_who()
293 matchsel &= ~WHO_FIELD_SER; in m_who()
373 matchsel &= ~WHO_FIELD_NIP; in m_who()
375 matchsel &= ~WHO_FIELD_NIC; in m_who()
379 matchsel &= ~WHO_FIELD_SER; in m_who()
381 matchsel &= ~WHO_FIELD_UID; in m_who()
383 matchsel &= ~WHO_FIELD_HOS; in m_who()
[all …]
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dwidget.h640 } matchsel; member
792 } matchsel; member
H A Dgeom.c5424 XtVaSetValues(m->matchsel.logo_lbl, in geom_matchsel_force()
5435 XtVaSetValues(m->matchsel.matchsel_lbl, in geom_matchsel_force()
5442 XmNtopWidget, m->matchsel.logo_lbl, in geom_matchsel_force()
5447 XtVaSetValues(m->matchsel.ok_btn, in geom_matchsel_force()
5458 XtVaSetValues(m->matchsel.matchsel_sep, in geom_matchsel_force()
5465 XmNbottomWidget, m->matchsel.ok_btn, in geom_matchsel_force()
5470 XtVaSetValues(XtParent(m->matchsel.matchsel_list), in geom_matchsel_force()
5477 XmNtopWidget, m->matchsel.matchsel_lbl, in geom_matchsel_force()
5478 XmNbottomWidget, m->matchsel.matchsel_sep, in geom_matchsel_force()
H A Dhelp.c295 { &widgets.matchsel.matchsel_list, "Ms%cMatch.lsw", HELP_XLAT_2 },
296 { &widgets.matchsel.ok_btn, "Ms%cOk.btn", HELP_XLAT_1 },
H A Dwidget.c6337 m->matchsel.form = XmCreateFormDialog( in create_matchsel_widgets()
6349 m->matchsel.logo_lbl = XmCreateLabel( in create_matchsel_widgets()
6350 m->matchsel.form, in create_matchsel_widgets()
6360 m->matchsel.form, in create_matchsel_widgets()
6379 m->matchsel.form, in create_matchsel_widgets()
6387 m->matchsel.form, in create_matchsel_widgets()
6397 m->matchsel.form, in create_matchsel_widgets()
6404 XtManageChild(m->matchsel.logo_lbl); in create_matchsel_widgets()
6408 XtManageChild(m->matchsel.ok_btn); in create_matchsel_widgets()
7930 p->matchsel.logo_pixmap = bm_to_px( in make_pixmaps()
[all …]
H A Dcallback.c1001 register_focus_cb(m->matchsel.form, cd_shell_focus_chg, in register_matchsel_callbacks()
1002 m->matchsel.form); in register_matchsel_callbacks()
1004 register_defaction_cb(m->matchsel.matchsel_list, in register_matchsel_callbacks()
1006 register_browsel_cb(m->matchsel.matchsel_list, in register_matchsel_callbacks()
1009 register_activate_cb(m->matchsel.ok_btn, dbprog_matchsel_ok, s); in register_matchsel_callbacks()
1013 XtParent(m->matchsel.form), in register_matchsel_callbacks()
H A Ddbprog.c2923 XtSetSensitive(widgets.matchsel.ok_btn, False); in dbprog_matchsel_popup()
2930 if (!XtIsManaged(widgets.matchsel.form)) { in dbprog_matchsel_popup()
2931 XtManageChild(widgets.matchsel.form); in dbprog_matchsel_popup()
2936 XtMapWidget(XtParent(widgets.matchsel.form)); in dbprog_matchsel_popup()
2945 } while (XtIsManaged(widgets.matchsel.form)); in dbprog_matchsel_popup()
3468 widgets.matchsel.ok_btn, in dbprog_dbget()
8343 if (!XtIsSensitive(widgets.matchsel.ok_btn)) in dbprog_matchsel_select()
8344 XtSetSensitive(widgets.matchsel.ok_btn, True); in dbprog_matchsel_select()
8359 if (XtIsManaged(widgets.matchsel.form)) { in dbprog_matchsel_ok()
8361 XtUnmapWidget(XtParent(widgets.matchsel.form)); in dbprog_matchsel_ok()
[all …]