Lines Matching refs:APPL
26 APPL *application = (APPL *) NULL;
39 extern word api_put(APPL *, CAPI_MSG *);
188 void *TransmitBufferSet(APPL *appl, dword ref) in TransmitBufferSet()
195 void *TransmitBufferGet(APPL *appl, void *p) in TransmitBufferGet()
203 void TransmitBufferFree(APPL *appl, void *p) in TransmitBufferFree()
209 void *ReceiveBufferGet(APPL *appl, int Num) in ReceiveBufferGet()
225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf()
727 APPL *this; in diva_register_appl()
815 memset(this, 0, sizeof(APPL)); in diva_register_appl()
851 APPL *this = &application[appl - 1]; in diva_release_appl()
885 APPL *this = &application[GET_WORD(&msg->header.appl_id) - 1]; in diva_send_message()
1137 if (!(application = diva_os_malloc(0, sizeof(APPL) * MAX_APPL))) { in init_main_structs()
1143 memset(application, 0, sizeof(APPL) * MAX_APPL); in init_main_structs()