Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 30) sorted by relevance

12

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c3201 exec->rollbacks[exec->nbRollbacks].state = exec->state; in xmlFARegExecSave()
3202 exec->rollbacks[exec->nbRollbacks].index = exec->index; in xmlFARegExecSave()
3214 memcpy(exec->rollbacks[exec->nbRollbacks].counts, exec->counts, in xmlFARegExecSave()
3230 exec->state = exec->rollbacks[exec->nbRollbacks].state; in xmlFARegExecRollBack()
3231 exec->index = exec->rollbacks[exec->nbRollbacks].index; in xmlFARegExecRollBack()
3232 exec->transno = exec->rollbacks[exec->nbRollbacks].nextbranch; in xmlFARegExecRollBack()
3240 memcpy(exec->counts, exec->rollbacks[exec->nbRollbacks].counts, in xmlFARegExecRollBack()
3318 for (;exec->transno < exec->state->nbTrans;exec->transno++) { in xmlFARegExec()
3902 for (;exec->transno < exec->state->nbTrans;exec->transno++) { in xmlRegExecPushStringInternal()
4161 exec->errState = exec->state; in xmlRegExecPushStringInternal()
[all …]
H A Drelaxng.c8020 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent() local
8081 xmlRegFreeExecCtxt(exec); in xmlRelaxNGValidateCompiledContent()
8138 ctxt->elem = exec; in xmlRelaxNGElemPush()
8243 if (exec == NULL) { in xmlRelaxNGValidateProgressiveCallback()
8247 xmlRelaxNGElemPush(ctxt, exec); in xmlRelaxNGValidateProgressiveCallback()
8339 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidatePushElement() local
8360 if (exec == NULL) { in xmlRelaxNGValidatePushElement()
8451 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidatePopElement() local
8474 xmlRegFreeExecCtxt(exec); in xmlRelaxNGValidatePopElement()
10991 xmlRegExecCtxtPtr exec; in xmlRelaxNGFreeValidCtxt() local
[all …]
H A Dvalid.c261 xmlRegExecCtxtPtr exec; /* regexp runtime */ member
296 ctxt->vstateTab[ctxt->vstateNr].exec = in vstateVPush()
299 ctxt->vstateTab[ctxt->vstateNr].exec = NULL; in vstateVPush()
319 xmlRegFreeExecCtxt(ctxt->vstateTab[ctxt->vstateNr].exec); in vstateVPop()
321 ctxt->vstateTab[ctxt->vstateNr].exec = NULL; in vstateVPop()
5343 xmlRegExecCtxtPtr exec; in xmlValidateElementContent() local
5352 if (exec != NULL) { in xmlValidateElementContent()
5409 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlValidateElementContent()
5411 xmlRegFreeExecCtxt(exec); in xmlValidateElementContent()
5866 if (state->exec != NULL) { in xmlValidatePushElement()
[all …]
/reactos/sdk/lib/ucrt/exec/
H A Dexec.cmake3 exec/cenvarg.cpp
4 exec/exec.cmake
5 exec/getproc.cpp
6 exec/loaddll.cpp
7 exec/spawnl.cpp
8 exec/spawnlp.cpp
9 exec/spawnv.cpp
10 exec/spawnvp.cpp
11 exec/system.cpp
12 exec/wait.cpp
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttobjs.c823 exec->callTop = 0; in tt_size_run_fpgm()
824 exec->top = 0; in tt_size_run_fpgm()
915 exec->callTop = 0; in tt_size_run_prep()
916 exec->top = 0; in tt_size_run_prep()
956 exec->GS.rp0 = 0; in tt_size_run_prep()
957 exec->GS.rp1 = 0; in tt_size_run_prep()
958 exec->GS.rp2 = 0; in tt_size_run_prep()
960 exec->GS.gep0 = 1; in tt_size_run_prep()
961 exec->GS.gep1 = 1; in tt_size_run_prep()
962 exec->GS.gep2 = 1; in tt_size_run_prep()
[all …]
H A Dttsubpix.c895 loader->exec->sph_tweak_flags |= SPH_TWEAK_##x;
900 loader->exec->sph_tweak_flags &= ~SPH_TWEAK_##x;
924 if ( loader->exec->sph_tweak_flags & SPH_TWEAK_PIXEL_HINTING ) in sph_set_tweaks()
926 loader->exec->ignore_x_mode = FALSE; in sph_set_tweaks()
960 loader->exec->size->cvt_ready = -1; in sph_set_tweaks()
963 loader->exec->size, in sph_set_tweaks()
971 if ( loader->exec->rasterizer_version != in sph_set_tweaks()
975 loader->exec->size->cvt_ready = -1; in sph_set_tweaks()
978 loader->exec->size, in sph_set_tweaks()
993 loader->exec->face->sph_compatibility_mode = TRUE; in sph_set_tweaks()
[all …]
H A Dttgload.c1447 subpixel_hinting = loader->exec ? loader->exec->subpixel_hinting in tt_loader_set_pp()
1449 grayscale = loader->exec ? loader->exec->grayscale in tt_loader_set_pp()
1456 subpixel_hinting = loader->exec ? loader->exec->subpixel_hinting_lean in tt_loader_set_pp()
1458 grayscale = loader->exec ? loader->exec->grayscale_cleartype in tt_loader_set_pp()
2144 ( loader->exec && loader->exec->backward_compatibility ) ) && in compute_glyph_metrics()
2381 TT_ExecContext exec; in tt_loader_init() local
2417 exec = size->context; in tt_loader_init()
2418 if ( !exec ) in tt_loader_init()
2486 exec->bgr = in tt_loader_init()
2489 exec->vertical_lcd = in tt_loader_init()
[all …]
H A Dttinterp.c431 exec->zp1 = exec->zp0; in TT_Load_Context()
432 exec->zp2 = exec->zp0; in TT_Load_Context()
460 exec->zp1 = exec->pts; in TT_Load_Context()
461 exec->zp2 = exec->pts; in TT_Load_Context()
462 exec->zp0 = exec->pts; in TT_Load_Context()
534 exec->zp0 = exec->pts; in TT_Run_Context()
535 exec->zp1 = exec->pts; in TT_Run_Context()
536 exec->zp2 = exec->pts; in TT_Run_Context()
545 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context()
546 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context()
[all …]
H A Dttinterp.h443 TT_Goto_CodeRange( TT_ExecContext exec,
448 TT_Set_CodeRange( TT_ExecContext exec,
454 TT_Clear_CodeRange( TT_ExecContext exec,
493 TT_Done_Context( TT_ExecContext exec );
496 TT_Load_Context( TT_ExecContext exec,
501 TT_Save_Context( TT_ExecContext exec,
505 TT_Run_Context( TT_ExecContext exec );
531 TT_RunIns( TT_ExecContext exec );
/reactos/modules/rostests/winetests/jscript/
H A Dregexp.js29 m = re.exec(" aabaaa");
38 m = re.exec(" aabaaa");
59 m = re.exec(" aabaaa");
67 m = re.exec(" aabaaa");
84 m = re.exec(" a");
88 m = re.exec(" a");
91 m = re.exec();
541 m = re.exec(" ");
556 m = re.exec(" ");
628 /(b)/.exec("abc");
[all …]
/reactos/dll/win32/vbscript/
H A Dinterp.c2141 exec.top = 0; in exec_script()
2142 exec.stack = heap_alloc(exec.stack_size * sizeof(VARIANT)); in exec_script()
2143 if(!exec.stack) { in exec_script()
2161 exec.instr = exec.code->instrs + func->code_off; in exec_script()
2162 exec.script = ctx; in exec_script()
2163 exec.func = func; in exec_script()
2165 while(exec.instr) { in exec_script()
2195 instr_jmp(&exec, exec.instr->arg1.uint); in exec_script()
2198 stack_popn(&exec, exec.top-stack_off); in exec_script()
2213 stack_popn(&exec, exec.top); in exec_script()
[all …]
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlregexp.h72 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
91 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
97 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
103 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
/reactos/media/doc/
H A DChinese translation notes.txt10 …下面可能会产生 .DS_Store,所以需要在 git 提交前在代码根目录中执行 find . -name ".DS_Store" -depth -exec rm {} \; 以删除 .DS_St…
43 …面可能會產生 .DS_Store,所以需要在 git 提交前在代碼根目錄中執行 find . -name ".DS_Store" -depth - exec rm {} \; 以刪除 .DS_St…
/reactos/sdk/lib/ucrt/
H A DCMakeLists.txt89 include(exec/exec.cmake)
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dconfigure.in22 find "$dir" -name '*.in' -exec "$MAINDIR/dos2unix.sh" {} \;
23 find "$dir" -name '*.h' -exec "$MAINDIR/dos2unix.sh" {} \;
24 find "$dir" -name '*.c' -exec "$MAINDIR/dos2unix.sh" {} \;
/reactos/base/shell/cmd/
H A Dhistory.txt27 o added exec code (thanks to Steffan Kaiser).
40 exec() problems.
44 o used Borland's spawnve to fix exec problem
166 o changed to using spawnl instead of exec. exec does not copy the
/reactos/dll/win32/jsproxy/
H A Dpac.js56 var test = /^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/.exec(ipaddr);
/reactos/dll/win32/shell32/
H A Dshlexec.cpp26 WINE_DEFAULT_DEBUG_CHANNEL(exec);
1006 WCHAR * exec; in dde_connect() local
1115 exec = ddeexec; in dde_connect()
1158 exec = ifexec; in dde_connect()
1162 …SHELL_ArgifyW(static_res, ARRAY_SIZE(static_res), exec, lpFile, pidl, szCommandline, &resultLen, N… in dde_connect()
1167 SHELL_ArgifyW(dynamic_res, resultLen, exec, lpFile, pidl, szCommandline, NULL, NULL); in dde_connect()
1171 TRACE("%s %s => %s\n", debugstr_w(exec), debugstr_w(lpFile), debugstr_w(res)); in dde_connect()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dtttypes.h1661 TT_ExecContext exec; member
/reactos/dll/win32/mshtml/
H A Dolecmd.c888 if(!iter->id || !iter->exec) in exec_from_table()
891 return iter->exec(This, cmdexecopt, in, out); in exec_from_table()
/reactos/modules/rosapps/applications/net/dhcpd/
H A DINSTALL100 give `configure' the option `--exec-prefix=PATH', the package will use
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtewin.cpp760 if (d->exec() == 1) // ok clicked in timerEvent()
2522 g_App->exec(); in param_connect()
2550 g_App->exec(); in main()
/reactos/dll/3rdparty/libtirpc/
H A DINSTALL131 give `configure' the option `--exec-prefix=PATH', the package will use
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A DPPPD_FOLLOWUP69 2010-08-23 - Nit: use _exit when exec fails and restrict values to 0-255
/reactos/dll/win32/jscript/
H A Djsglobal.idl792 ArrayInstance *exec(VARIANT String);

12