Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dregexp.c89 #define JS_ISWORD(c) ((c) < 128 && (isalnum(c) || (c) == '_')) macro
2157 if (src < end && JS_ISWORD(*src)) { in ProcessCharSet()
2239 if (JS_ISWORD(i)) in ProcessCharSet()
2244 if (!JS_ISWORD(i)) in ProcessCharSet()
2372 if ((x->cp == gData->cpbegin || !JS_ISWORD(x->cp[-1])) ^ in SimpleMatch()
2373 !(x->cp != gData->cpend && JS_ISWORD(*x->cp))) { in SimpleMatch()
2378 if ((x->cp == gData->cpbegin || !JS_ISWORD(x->cp[-1])) ^ in SimpleMatch()
2379 (x->cp != gData->cpend && JS_ISWORD(*x->cp))) { in SimpleMatch()
2402 if (x->cp != gData->cpend && JS_ISWORD(*x->cp)) { in SimpleMatch()
2408 if (x->cp != gData->cpend && !JS_ISWORD(*x->cp)) { in SimpleMatch()
/reactos/dll/win32/vbscript/
H A Dregexp.c89 #define JS_ISWORD(c) ((c) < 128 && (isalnum(c) || (c) == '_')) macro
2157 if (src < end && JS_ISWORD(*src)) { in ProcessCharSet()
2239 if (JS_ISWORD(i)) in ProcessCharSet()
2244 if (!JS_ISWORD(i)) in ProcessCharSet()
2372 if ((x->cp == gData->cpbegin || !JS_ISWORD(x->cp[-1])) ^ in SimpleMatch()
2373 !(x->cp != gData->cpend && JS_ISWORD(*x->cp))) { in SimpleMatch()
2378 if ((x->cp == gData->cpbegin || !JS_ISWORD(x->cp[-1])) ^ in SimpleMatch()
2379 (x->cp != gData->cpend && JS_ISWORD(*x->cp))) { in SimpleMatch()
2402 if (x->cp != gData->cpend && JS_ISWORD(*x->cp)) { in SimpleMatch()
2408 if (x->cp != gData->cpend && !JS_ISWORD(*x->cp)) { in SimpleMatch()