Lines Matching refs:func
99 char* file, int line, Void_t* func, int type)
101 static void dbwarn(vm, data, where, file, line, func, type)
107 Void_t* func; /* function called from */
176 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(func),-1), ':');
188 char* file, int line, Void_t* func, int type)
190 static void dbwatch(vm, data, file, line, func, type)
195 Void_t* func;
203 { dbwarn(vm,data,type,file,line,func,DB_WATCH);
374 Void_t *func;
376 VMFLF(vm,file,line,func);
388 { dbwarn(vm,NIL(Vmuchar_t*),DB_ALLOC,file,line,func,DB_ALLOC);
396 { vm->file = file; vm->line = line; vm->func = func;
401 dbwatch(vm,data,file,line,func,DB_ALLOC);
421 Void_t *func;
425 VMFLF(vm,file,line,func);
436 { dbwarn(vm,(Vmuchar_t*)data,offset == -1L ? 0 : 1,file,line,func,DB_FREE);
441 dbwatch(vm,data,file,line,func,DB_FREE);
444 { vm->file = file; vm->line = line; vm->func = func;
478 Void_t *func;
480 VMFLF(vm,file,line,func);
501 { dbwarn(vm,(Vmuchar_t*)addr,offset == -1L ? 0 : 1,file,line,func,DB_RESIZE);
506 dbwatch(vm,addr,file,line,func,DB_RESIZE);
521 { dbwarn(vm,NIL(Vmuchar_t*),DB_ALLOC,file,line,func,DB_RESIZE);
533 dbwatch(vm,data,file,line,func,DB_RESIZED);
667 Void_t *func;
669 VMFLF(vm,file,line,func);
684 { vm->file = file; vm->line = line; vm->func = func;