Home
last modified time | relevance | path

Searched refs:defaultchoice (Results 1 – 25 of 71) sorted by relevance

123

/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/
H A Ddevice.c36 netwib_uint32 choice, defaultchoice; in netwib_device_init_kbd() local
51 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_device_init_kbd()
68 defaultchoice = conf.devnum; in netwib_device_init_kbd()
148 netwib_uint32 i, choice, defaultchoice; in netwib_device_hwtype_init_kbd() local
157 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_device_hwtype_init_kbd()
174 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_device_hwtype_init_kbd()
178 netwib_er(netwib_uint32_init_kbd(&msg, 0, i-1, defaultchoice, in netwib_device_hwtype_init_kbd()
295 netwib_uint32 i, choice, defaultchoice; in netwib_device_dlttype_init_kbd() local
304 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_device_dlttype_init_kbd()
344 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_device_dlttype_init_kbd()
[all …]
H A Dspoof.c90 netwib_uint32 i, choice, defaultchoice; in netwib_spoof_ip_inittype_init_kbd() local
99 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_spoof_ip_inittype_init_kbd()
101 … netwib_er(netwib_buf_append_fmt(&buf, "\n")); if (defaulttype == ot) defaultchoice = i; array[i++… in netwib_spoof_ip_inittype_init_kbd()
121 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_spoof_ip_inittype_init_kbd()
125 netwib_er(netwib_uint32_init_kbd(&msg, 0, i-1, defaultchoice, &choice)); in netwib_spoof_ip_inittype_init_kbd()
H A Dip.c429 netwib_uint32 i, choice, defaultchoice; in netwib_iptype_init_kbd() local
438 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_iptype_init_kbd()
440 … netwib_er(netwib_buf_append_fmt(&buf, "\n")); if (defaulttype == ot) defaultchoice = i; array[i++… in netwib_iptype_init_kbd()
452 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_iptype_init_kbd()
456 netwib_er(netwib_uint32_init_kbd(&msg, 0, i-1, defaultchoice, in netwib_iptype_init_kbd()
/dports/games/atris/atris-1.0.7/
H A Dgamemenu.c103 switch (wr->defaultchoice) { in OptionsMenu_action()
124 _cs->choice = wr->defaultchoice; in ColorStyleMenu_action()
131 _ss->choice = wr->defaultchoice; in SoundStyleMenu_action()
139 _ps->choice = wr->defaultchoice; in PieceStyleMenu_action()
146 _local_gametype = wr->defaultchoice; in GameMenu_action()
157 switch (wr->defaultchoice) { in MainMenu_action()
170 wrg->wr[wr->defaultchoice].inactive = FALSE; in MainMenu_action()
171 wrg->cur = wr->defaultchoice; in MainMenu_action()
332 wrg->wr[GameMenu].defaultchoice = 0; in choose_gametype()
338 wrg->wr[OptionsMenu].defaultchoice = 0; in choose_gametype()
[all …]
H A Dmenu.c32 am->defaultchoice = defaultchoice; in menu()
51 if (defaultchoice >= 0) am->clicked[defaultchoice] = TRUE; in menu()
82 am->clicked[am->defaultchoice] = TRUE; in check_menu()
84 am->clicked[am->defaultchoice]); in check_menu()
202 wr->defaultchoice = c; in check_radio()
261 int on = (wr->defaultchoice == i); in draw_radio()
330 return wrg->wr[i].defaultchoice; in handle_radio_event()
344 wrg->wr[wrg->cur].defaultchoice --; in handle_radio_event()
345 if (wrg->wr[wrg->cur].defaultchoice < 0) in handle_radio_event()
352 wrg->wr[wrg->cur].defaultchoice ++; in handle_radio_event()
[all …]
H A Dmenu.h21 int defaultchoice; member
29 int defaultchoice; /* the default choice */ member
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dbufdec.c66 netwib_uint32 i, choice, defaultchoice; in netwib_decodetype_init_kbd() local
75 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_decodetype_init_kbd()
77 …b_er(netwib_buf_append_fmt(&buf, "\n")); if (defaultdecodetype == ot) defaultchoice = i; array[i++… in netwib_decodetype_init_kbd()
91 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_decodetype_init_kbd()
95 netwib_er(netwib_uint32_init_kbd(&msg, 0, i-1, defaultchoice, &choice)); in netwib_decodetype_init_kbd()
H A Dbufenc.c154 netwib_uint32 i, choice, defaultchoice; in netwib_encodetype_init_kbd() local
163 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_encodetype_init_kbd()
165 …b_er(netwib_buf_append_fmt(&buf, "\n")); if (defaultencodetype == ot) defaultchoice = i; array[i++… in netwib_encodetype_init_kbd()
224 defaultchoice = NETWIB_UINT32_INIT_KBD_NODEF; in netwib_encodetype_init_kbd()
228 netwib_er(netwib_uint32_init_kbd(&msg, 0, i-1, defaultchoice, in netwib_encodetype_init_kbd()
/dports/www/moodle310/moodle/admin/settings/
H A Dbadges.php62 $defaultchoice = 0; variable
66 $defaultchoice = $backpack->id; variable
110 $defaultchoice, $choices));
/dports/www/moodle39/moodle/admin/settings/
H A Dbadges.php62 $defaultchoice = 0; variable
66 $defaultchoice = $backpack->id; variable
110 $defaultchoice, $choices));
/dports/science/openbabel/openbabel-3.1.1/test/
H A Ddatatest.cpp39 int defaultchoice = 1; in datatest() local
41 int choice = defaultchoice; in datatest()
H A Dinternalcoord.cpp37 int defaultchoice = 1; in internalcoord() local
39 int choice = defaultchoice; in internalcoord()
H A Dbond.cpp38 int defaultchoice = 1; in bond() local
40 int choice = defaultchoice; in bond()
H A Dformat.cpp37 int defaultchoice = 1; in format() local
39 int choice = defaultchoice; in format()
H A Dconversiontest.cpp34 int defaultchoice = 1; in conversiontest() local
36 int choice = defaultchoice; in conversiontest()
H A Dsmartsparse.cpp49 int defaultchoice = 1; in smartsparse() local
51 int choice = defaultchoice; in smartsparse()
H A Datom.cpp37 int defaultchoice = 1; in atom() local
39 int choice = defaultchoice; in atom()
H A Dconversion.cpp37 int defaultchoice = 1; in conversion() local
39 int choice = defaultchoice; in conversion()
H A Dcmlreadfile.cpp39 int defaultchoice = 1; in cmlreadfile() local
41 int choice = defaultchoice; in cmlreadfile()
H A Dsmilesmatch.cpp46 int defaultchoice = 1; in smilesmatch() local
48 int choice = defaultchoice; in smilesmatch()
H A Dcansmi.cpp44 int defaultchoice = 1; in cansmi() local
46 int choice = defaultchoice; in cansmi()
H A Daliastest.cpp96 int defaultchoice = 1; in aliastest() local
98 int choice = defaultchoice; in aliastest()
H A Dinvalidsmiles.cpp50 int defaultchoice = 1; in invalidsmiles() local
52 int choice = defaultchoice; in invalidsmiles()
H A Dpdbreadfile.cpp40 int defaultchoice = 1; in pdbreadfile() local
42 int choice = defaultchoice; in pdbreadfile()
H A Dlogp_psa.cpp39 int defaultchoice = 1; in logp_psa() local
41 int choice = defaultchoice; in logp_psa()

123