/reactos/modules/rostests/winetests/oleaut32/ |
H A D | vartest.c | 3121 VARMOD2(I4,EMPTY,100,10,EMPTY,0,DISP_E_DIVBYZERO); in test_VarMod() 3890 VARXOR(EMPTY,0,EMPTY,0,I2,0); in test_VarXor() 3891 VARXOR(EMPTY,1,EMPTY,0,I2,0); in test_VarXor() 4626 VAROR(EMPTY,0,EMPTY,0,I2,0); in test_VarOr() 4627 VAROR(EMPTY,1,EMPTY,0,I2,0); in test_VarOr() 6329 VARAND(EMPTY,0,EMPTY,0,I2,0); in test_VarAnd() 6330 VARAND(EMPTY,1,EMPTY,0,I2,0); in test_VarAnd() 6331 VARAND(EMPTY,1,EMPTY,1,I2,0); in test_VarAnd() 7040 VARCMP(EMPTY,0,EMPTY,0,VARCMP_EQ); in test_VarCmp() 7260 VARPOW(EMPTY,0,EMPTY,0,R8,1.0); in test_VarPow() [all …]
|
/reactos/modules/rostests/winetests/user32/ |
H A D | text.c | 32 #define EMPTY(rect) (rect.left == rect.right && rect.bottom == rect.top) macro 134 ok(EMPTY(rect), "rectangle should be empty got %s\n", wine_dbgstr_rect(&rect)); in test_DrawTextCalcRect() 139 ok(EMPTY(rect), "rectangle should be empty got %s\n", wine_dbgstr_rect(&rect)); in test_DrawTextCalcRect() 146 ok(EMPTY(rect), "rectangle should be empty got %s\n", wine_dbgstr_rect(&rect)); in test_DrawTextCalcRect() 158 ok(EMPTY(rect), "rectangle should be empty got %s\n", wine_dbgstr_rect(&rect)); in test_DrawTextCalcRect() 198 ok(!EMPTY(rect) && MODIFIED(rect), "rectangle should be modified got %s\n", in test_DrawTextCalcRect() 204 ok(!EMPTY(rect) && MODIFIED (rect), "rectangle should be modified got %s\n", in test_DrawTextCalcRect() 212 ok(!EMPTY(rect) && MODIFIED(rect), "rectangle should be modified got %s\n", in test_DrawTextCalcRect() 219 ok(!EMPTY(rect) && MODIFIED(rect), "rectangle should be modified got %s\n", in test_DrawTextCalcRect() 417 ok(!EMPTY(rect) && MODIFIED(rect), "rectangle should be modified got %s\n", in test_DrawTextCalcRect() [all …]
|
/reactos/base/applications/winhlp32/ |
H A D | macro.lex.l | 142 case EMPTY: return "EMPTY"; 332 while ((t = yylex()) != EMPTY) 351 case EMPTY: goto done;
|
H A D | macro.h | 44 enum token_types {EMPTY, VOID_FUNCTION, BOOL_FUNCTION, INTEGER, STRING, IDENTIFIER}; enumerator
|
H A D | macro.c | 1021 return EMPTY; in MACRO_DoLookUp() 1028 if ((ret = MACRO_DoLookUp(MACRO_Builtins, name, lr, -1)) != EMPTY) in MACRO_Lookup() 1030 if (MACRO_Loaded && (ret = MACRO_DoLookUp(MACRO_Loaded, name, lr, MACRO_NumLoaded)) != EMPTY) in MACRO_Lookup() 1056 return EMPTY; in MACRO_Lookup()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | HTMLparser.c | 652 #define EMPTY NULL macro 804 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs 807 EMPTY , NULL , NULL, DECL basefont_attrs, NULL 840 EMPTY , NULL , DECL col_attrs , NULL, NULL 870 EMPTY, NULL, DECL embed_attrs, NULL, NULL 882 EMPTY, NULL, NULL, DECL frame_attrs, NULL 909 EMPTY, NULL, DECL html_attrs, DECL hr_depr, NULL 924 EMPTY, NULL, DECL input_attrs , DECL align_attr, NULL 930 EMPTY, NULL, NULL, DECL prompt_attrs, NULL 945 EMPTY, NULL, DECL link_attrs, DECL target_attr, NULL [all …]
|
/reactos/sdk/tools/ms2ps/ |
H A D | ms2ps.cpp | 80 enum fstate { EMPTY, INT, FRAC, EXP }; enumerator
|
/reactos/sdk/tools/unicode/ |
H A D | defaults | 50 00d8,2205 'O' # LATIN CAPITAL LETTER O WITH STROKE, EMPTY SET
|