Searched refs:BP_GET (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/vbscript/ |
H A D | global.c | 47 #define BP_GET 1 macro 194 if(!(prop->flags & (BP_GET|BP_GETPUT))) { in Builtin_Invoke() 200 if(!prop->proc && prop->flags == BP_GET) { in Builtin_Invoke() 229 if(prop->flags & (BP_GET|BP_GETPUT)) { in Builtin_Invoke() 2630 {L"vbBinaryCompare", NULL, BP_GET, VT_I2, 0}, 2641 {L"vbDatabaseCompare", NULL, BP_GET, VT_I2, 2}, 2654 {L"vbFirstFourDays", NULL, BP_GET, VT_I2, 2}, 2655 {L"vbFirstFullWeek", NULL, BP_GET, VT_I2, 3}, 2656 {L"vbFirstJan1", NULL, BP_GET, VT_I2, 1}, 2658 {L"vbFriday", NULL, BP_GET, VT_I2, 6}, [all …]
|