/reactos/base/applications/regedit/ |
H A D | regedit.c | 112 static void PerformRegAction(REGEDIT_ACTION action, WCHAR **argv, int *i, BOOL silent) in PerformRegAction() argument 125 if (!silent) in PerformRegAction() 222 BOOL silent = FALSE; in ProcessCmdLine() local 266 silent = TRUE; in ProcessCmdLine() 295 PerformRegAction(action, argv, &i, silent); in ProcessCmdLine()
|
/reactos/base/applications/rapps/ |
H A D | unattended.cpp | 127 UINT argi = 0, silent = FALSE, byregkeyname = FALSE; in HandleUninstallCommand() local 131 ++silent; in HandleUninstallCommand() 194 retval = pInfo->UninstallApplication(silent ? UCF_SILENT : UCF_NONE); in HandleUninstallCommand()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | lcp.h | 116 unsigned int silent :1; /* Wait for the other end to start first */ member
|
H A D | ppp.h | 547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval)
|
/reactos/dll/win32/ieframe/ |
H A D | oleobject.c | 274 VARIANT silent; in on_silent_change() local 276 get_client_disp_property(This->client, DISPID_AMBIENT_SILENT, &silent); in on_silent_change() 278 if(V_VT(&silent) == VT_BOOL) in on_silent_change() 279 IWebBrowser2_put_Silent(&This->IWebBrowser2_iface, V_BOOL(&silent)); in on_silent_change() 280 else if(V_VT(&silent) != VT_EMPTY) in on_silent_change() 281 WARN("wrong V_VT(silent) %d\n", V_VT(&silent)); in on_silent_change()
|
H A D | ieframe.h | 153 VARIANT_BOOL silent; member
|
H A D | webbrowser.c | 909 *pbSilent = This->doc_host.silent; in WebBrowser_get_Silent() 919 This->doc_host.silent = bSilent ? VARIANT_TRUE : VARIANT_FALSE; in WebBrowser_put_Silent()
|
/reactos/dll/win32/mshtml/ |
H A D | persist.c | 276 VARIANT silent, offline; in prepare_for_binding() local 278 hres = get_client_disp_property(This->doc_obj->client, DISPID_AMBIENT_SILENT, &silent); in prepare_for_binding() 280 if(V_VT(&silent) != VT_BOOL) in prepare_for_binding() 281 WARN("silent = %s\n", debugstr_variant(&silent)); in prepare_for_binding() 282 else if(V_BOOL(&silent)) in prepare_for_binding()
|
H A D | oleobj.c | 240 VARIANT silent; in OleObject_SetClientSite() local 421 hres = get_client_disp_property(This->doc_obj->client, DISPID_AMBIENT_SILENT, &silent); in OleObject_SetClientSite() 423 if(V_VT(&silent) != VT_BOOL) in OleObject_SetClientSite() 424 WARN("silent = %s\n", debugstr_variant(&silent)); in OleObject_SetClientSite() 425 else if(V_BOOL(&silent)) in OleObject_SetClientSite()
|
/reactos/base/system/msiexec/ |
H A D | msiexec.c | 42 static BOOL silent; variable 59 if (silent) in report_error() 985 silent = TRUE; in WinMain()
|
/reactos/modules/rosapps/applications/net/dhcpd/ |
H A D | configure | 29 silent= 144 --quiet, --silent do not print \`checking...' messages
|
H A D | INSTALL | 174 `--silent'
|
/reactos/dll/3rdparty/libtirpc/ |
H A D | INSTALL | 239 `--silent'
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | lcp.c | 167 { "silent", o_bool, &lcp_wantoptions[0].silent, 413 if (wo->silent) in lcp_open()
|
H A D | pppol2tp.c | 287 lcp_wo->silent = 0; in pppol2tp_connect()
|
H A D | pppoe.c | 934 lcp_wo->silent = 0; in pppoe_connect()
|
/reactos/dll/3rdparty/libxslt/ |
H A D | NEWS | 588 configure: support silent automake rules if possible (Stefan Kost),
|
/reactos/dll/win32/rasdlg/lang/ |
H A D | en-US.rc | 418 …r to dial). After dialing is complete, click OK. Listen to handset until silent, and then hang up.…
|
H A D | he-IL.rc | 418 …r to dial). After dialing is complete, click OK. Listen to handset until silent, and then hang up.…
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 4521 The smartcard operation requires user interaction but the context was acquired as silent.
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 3835 silent change to the API to return the jmp_buf if the size doesn't match 3918 Added color-tests, silent-rules (Not yet implemented in Makefile.am) and
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | NEWS | 1720 configure: support silent automake rules if possible (Stefan Kost),
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 3503 yours netconn_peer calls (so, it can't be a "silent change"). It also
|