Home
last modified time | relevance | path

Searched refs:CallORD (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h702 #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 DChanges378 setups): CallORD(), DeclFuncByORD(), DeclVoidFuncByORD(),
/openbsd/gnu/usr.bin/perl/
H A DREADME.os22155 CallORD(), DeclFuncByORD(), DeclVoidFuncByORD(),