Searched refs:CallORD (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 702 #define CallORD(ret,o,at,args) (((ret (*)at) loadByOrdinal(o, 1))args) macro 704 ret name at { return CallORD(ret,o,at,args); } 706 void name at { CallORD(void,o,at,args); } 710 ret name at { unsigned long rc; return CheckOSError(CallORD(ret,o,at,args)); } 714 ret name at { unsigned long rc; return !CheckOSError(CallORD(ret,o,at,args)); } 716 ret name at { return SaveWinError(CallORD(ret,o,at,args)); }
|
H A D | Changes | 378 setups): CallORD(), DeclFuncByORD(), DeclVoidFuncByORD(),
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.os2 | 2155 CallORD(), DeclFuncByORD(), DeclVoidFuncByORD(),
|