Home
last modified time | relevance | path

Searched refs:GET_ARG (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c333 #define GET_ARG(pc) ((WORD)(((pc)[0] << 8) | (pc)[1])) macro
339 #define GET_OFFSET(pc) GET_ARG(pc)
2472 matchCh = GET_ARG(pc); in SimpleMatch()
2481 matchCh = GET_ARG(pc); in SimpleMatch()
2594 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()
2596 k = GET_ARG(pc); in ExecuteREBytecode()
2621 matchCh1 = GET_ARG(pc); in ExecuteREBytecode()
2623 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()
/reactos/dll/win32/vbscript/
H A Dregexp.c333 #define GET_ARG(pc) ((WORD)(((pc)[0] << 8) | (pc)[1])) macro
339 #define GET_OFFSET(pc) GET_ARG(pc)
2472 matchCh = GET_ARG(pc); in SimpleMatch()
2481 matchCh = GET_ARG(pc); in SimpleMatch()
2594 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()
2596 k = GET_ARG(pc); in ExecuteREBytecode()
2621 matchCh1 = GET_ARG(pc); in ExecuteREBytecode()
2623 matchCh2 = GET_ARG(pc); in ExecuteREBytecode()