Home
last modified time | relevance | path

Searched refs:IfcDoExit (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Drxiface.h164 int IfcDoExit( tsd_t *TSD, int Code,
H A Dclient.c738 rcode = IfcDoExit( TSD, code, 0, NULL, 0, NULL, NULL, NULL ) ; in hookup()
770 rcode = IfcDoExit( TSD, code, len, str, 0, NULL, NULL, NULL) ; in hookup_output()
815 rcode = IfcDoExit( TSD, code, len1, str1, len2, str2, NULL, NULL) ; in hookup_output2()
848 rcode = IfcDoExit( TSD, code, 0, NULL, 0, NULL, &retlen, &retstr ) ; in hookup_input()
896 rcode = IfcDoExit( TSD, code, len, str, 0, NULL, &retlen, &retstr ) ; in hookup_input_output()
H A Dwrappers.h27 #define IfcDoExit __regina_IfcDoExit macro
H A Drexxsaa.c530 int IfcDoExit( tsd_t *TSD, int Code, in IfcDoExit() function