Home
last modified time | relevance | path

Searched refs:show_flag (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli-cpu.c161 show_flag(buffer, hardware->cpu.flags.fpu, "fpu ", false); in show_cpu()
162 show_flag(buffer, hardware->cpu.flags.vme, "vme ", false); in show_cpu()
163 show_flag(buffer, hardware->cpu.flags.de, "de ", false); in show_cpu()
164 show_flag(buffer, hardware->cpu.flags.pse, "pse ", false); in show_cpu()
165 show_flag(buffer, hardware->cpu.flags.tsc, "tsc ", false); in show_cpu()
185 show_flag(buffer, hardware->cpu.flags.ss, "ss ", false); in show_cpu()
186 show_flag(buffer, hardware->cpu.flags.htt, "ht ", false); in show_cpu()
189 show_flag(buffer, hardware->cpu.flags.mp, "mp ", false); in show_cpu()
190 show_flag(buffer, hardware->cpu.flags.nx, "nx ", false); in show_cpu()
192 show_flag(buffer, hardware->cpu.flags.lm, "lm ", false); in show_cpu()
[all …]
H A Dhdt-menu-processor.c31 static void show_flag(struct s_my_menu *menu, char *buffer, bool flag, in show_flag() function
216 show_flag(menu, buffer1, hardware->cpu.flags.fpu, "fpu ", false); in compute_processor()
217 show_flag(menu, buffer1, hardware->cpu.flags.vme, "vme ", false); in compute_processor()
218 show_flag(menu, buffer1, hardware->cpu.flags.de, "de ", false); in compute_processor()
219 show_flag(menu, buffer1, hardware->cpu.flags.pse, "pse ", false); in compute_processor()
240 show_flag(menu, buffer1, hardware->cpu.flags.ss, "ss ", false); in compute_processor()
241 show_flag(menu, buffer1, hardware->cpu.flags.htt, "ht ", false); in compute_processor()
244 show_flag(menu, buffer1, hardware->cpu.flags.mp, "mp ", false); in compute_processor()
245 show_flag(menu, buffer1, hardware->cpu.flags.nx, "nx ", false); in compute_processor()
247 show_flag(menu, buffer1, hardware->cpu.flags.lm, "lm ", false); in compute_processor()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dlog_flags.cpp72 show_flag(buf, sizeof(buf), file_xfer, "file_xfer"); in show()
73 show_flag(buf, sizeof(buf), sched_ops, "sched_ops"); in show()
74 show_flag(buf, sizeof(buf), task, "task"); in show()
82 show_flag(buf, sizeof(buf), cpu_sched, "cpu_sched"); in show()
85 show_flag(buf, sizeof(buf), dcf_debug, "dcf_debug"); in show()
89 show_flag(buf, sizeof(buf), http_debug, "http_debug"); in show()
95 show_flag(buf, sizeof(buf), poll_debug, "poll_debug"); in show()
97 show_flag(buf, sizeof(buf), proxy_debug, "proxy_debug"); in show()
101 show_flag(buf, sizeof(buf), slot_debug, "slot_debug"); in show()
104 show_flag(buf, sizeof(buf), task_debug, "task_debug"); in show()
[all …]
/dports/mail/vmailmgr/vmailmgr-0.97/commands/
H A Ddumpvuser.cc52 void show_flag(const char* label, bool value) in show_flag() function
71 show_flag("Has-Mailbox", vpw->has_mailbox); in show_user()
72 show_flag("Mailbox-Enabled", vpw->is_mailbox_enabled); in show_user()
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dsoft_int.cc78 BX_CPU_THIS_PTR show_flag |= Flag_softint; in INT1()
108 BX_CPU_THIS_PTR show_flag |= Flag_softint; in INT3()
146 BX_CPU_THIS_PTR show_flag |= Flag_softint; in INT_Ib()
172 BX_CPU_THIS_PTR show_flag |= Flag_softint; in INTO()
H A Dctrl_xfer64.cc49 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETnear64_Iw()
85 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETfar64_Iw()
109 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_Jq()
138 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_EqR()
178 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL64_Ep()
477 BX_CPU_THIS_PTR show_flag |= Flag_iret; in IRET64()
H A Dctrl_xfer16.cc53 BX_CPU_THIS_PTR show_flag |= Flag_call; in call_far16()
113 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETnear16_Iw()
156 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETfar16_Iw()
197 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_Jw()
236 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_EwR()
541 BX_CPU_THIS_PTR show_flag |= Flag_iret; in IRET16()
H A Dctrl_xfer32.cc55 BX_CPU_THIS_PTR show_flag |= Flag_call; in call_far32()
115 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETnear32_Iw()
156 BX_CPU_THIS_PTR show_flag |= Flag_ret; in RETfar32_Iw()
197 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_Jd()
234 BX_CPU_THIS_PTR show_flag |= Flag_call; in CALL_EdR()
563 BX_CPU_THIS_PTR show_flag |= Flag_iret; in IRET32()
/dports/games/onscripter-1byte/onscripter-20200722/
H A DButtonLink.h44 int show_flag; // 0...show nothing, 1... show anim[0], 2 ... show anim[1] member
51 show_flag = 0; in ButtonLink()
H A DONScripter.cpp755 cbl->show_flag = 0;
766 cbl->show_flag = 1;
771 cbl->show_flag = 2;
801 bl->show_flag = 1;
807 bl->show_flag = 1;
1092 bl->show_flag = 1;
/dports/games/onscripter/onscripter-20200722/
H A DButtonLink.h44 int show_flag; // 0...show nothing, 1... show anim[0], 2 ... show anim[1] member
51 show_flag = 0; in ButtonLink()
H A DONScripter.cpp755 cbl->show_flag = 0;
766 cbl->show_flag = 1;
771 cbl->show_flag = 2;
801 bl->show_flag = 1;
807 bl->show_flag = 1;
1092 bl->show_flag = 1;
H A DONScripter_rmenu.cpp588 button->show_flag = 2; in setupLookbackButton()
624 button->show_flag = 2; in setupLookbackButton()
822 btn->show_flag = 1; in buildDialog()
/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dx11_bind_ws.c139 case XK_F12 : show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in key_func()
143 case XK_Insert : show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in key_func()
185 case 'v': show_flag(OVR,!flag[OVR]); in key_control()
H A Dterm_bind_ws.c127 case 'v': show_flag(OVR,!flag[OVR]); in key_control()
162 case 'n': show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in main_meta()
H A Dx11_bind_em.c107 case XK_F12 : show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in key_func()
111 case XK_Insert : show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in key_func()
H A Dterm_bind_em.c94 case 'n': show_flag(OVR, !flag[OVR]); break;/* Ins toggle insert mode */ in main_meta()
H A Dedit.h184 void show_flag(int x, int g);
/dports/devel/ncurses/ncurses-6.3/test/
H A Dsp_tinfo.c93 show_flag(MYDATA * data, const char *name, int value) in show_flag() function
111 show_flag(data, name, (opt_t in show_cap_flag()
209 show_flag(data, "has_ic", has_ic_sp(sp)); in do_stuff()
210 show_flag(data, "has_il", has_il_sp(sp)); in do_stuff()
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/maple/src/
H A Dtm_maple_5.cpp165 bool show_flag= false; in maple_output() local
206 show_flag= true; in maple_output()
213 else if (show_flag) { in maple_output()
/dports/www/libwww/w3c-libwww-5.4.2/WinCom/
H A DWinComDoc.cpp216 int show_flag = m_showServerStatus ? HT_ERR_SHOW_PARS : 0; in OnShowServerStatus() local
217 HTError_setShow((HTErrorShow) (HT_ERR_SHOW_INFO | show_flag)); in OnShowServerStatus()
H A DWinCom.cpp117 int show_flag = m_showServerStatus ? HT_ERR_SHOW_PARS : 0; in InitInstance() local
118 HTError_setShow((HTErrorShow) (HT_ERR_SHOW_INFO | show_flag)); in InitInstance()
/dports/comms/linrad/linrad-04.02/
H A Dcalibrate.c386 int show_flag; in cal_filtercorr() local
444 show_flag=TRUE; in cal_filtercorr()
571 show_flag=TRUE; in cal_filtercorr()
740 if(show_flag) in cal_filtercorr()
771 show_flag=FALSE; in cal_filtercorr()
985 if(show_flag == TRUE) in cal_filtercorr()
1017 show_flag=FALSE; in cal_filtercorr()
1384 if(show_flag == TRUE) in cal_filtercorr()
1416 show_flag=FALSE; in cal_filtercorr()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_notes.c429 gboolean show_flag; in notes_display_items() local
448 show_flag = TRUE; in notes_display_items()
451 show_flag = utl_text_strstr(stripped, search_string); in notes_display_items()
453 show_flag = utl_text_strcasestr(stripped, search_string); in notes_display_items()
458 (julian_day >= julian_start && julian_day <= julian_end)) && show_flag) { in notes_display_items()
/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_config_workflow_page.php122 function show_flag( $p_from_status_id, $p_to_status_id ) { function
207 echo show_flag( $p_from_status, $t_to_status_id );

123