Searched refs:nullW (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | json.c | 32 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 D | jsutils.c | 759 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 D | wql.y | 648 static const WCHAR nullW[] = {'N','U','L','L'}; 665 { nullW, ARRAY_SIZE(nullW), TK_NULL },
|
/reactos/dll/win32/vbscript/ |
H A D | lex.c | 71 static const WCHAR nullW[] = {'n','u','l','l',0}; variable 133 {nullW, tNULL},
|
/reactos/base/applications/cmdutils/wscript/ |
H A D | host.c | 52 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 D | format_msg.c | 179 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 D | uri.c | 3561 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()
|