Home
last modified time | relevance | path

Searched refs:nullW (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/jscript/
H A Djson.c32 static const WCHAR nullW[] = {'n','u','l','l',0}; variable
113 if(!is_keyword(ctx, nullW)) in parse_json_value()
544 if(hres == S_FALSE && !append_string(ctx, nullW)) in stringify_array()
547 if(!append_string(ctx, nullW)) in stringify_array()
688 if(!append_string(ctx, nullW)) in stringify()
720 if(!append_string(ctx, nullW)) in stringify()
H A Djsutils.c759 static const WCHAR nullW[] = {'n','u','l','l',0}; in to_string() local
768 *str = jsstr_alloc(nullW); in to_string()
/reactos/dll/win32/wbemprox/
H A Dwql.y648 static const WCHAR nullW[] = {'N','U','L','L'};
665 { nullW, ARRAY_SIZE(nullW), TK_NULL },
/reactos/dll/win32/vbscript/
H A Dlex.c71 static const WCHAR nullW[] = {'n','u','l','l',0}; variable
133 {nullW, tNULL},
/reactos/base/applications/cmdutils/wscript/
H A Dhost.c52 static const WCHAR nullW[] = {'n','u','l','l',0}; in to_string() local
55 *dst = SysAllocString(nullW); in to_string()
/reactos/dll/win32/kernel32/winnls/string/
H A Dformat_msg.c179 static const WCHAR nullW[] = {'(','n','u','l','l',')',0}; in format_insert() local
182 if (!str) str = nullW; in format_insert()
/reactos/dll/win32/urlmon/
H A Duri.c3561 static const WCHAR nullW[] = {0}; in validate_scheme_name() local
3562 ptr = nullW; in validate_scheme_name()
3731 static const WCHAR nullW[] = {0}; in validate_path() local
3732 ptr = nullW; in validate_path()