NAME called_locally - determine if a call was called locally SYNOPSIS varargs int called_locally(int n) DESCRIPTION Return 1 if the call at callchain n was called locally, 0 if it was called with call_other to another object. The first argument is optional and defaults to 0. SEE ALSO kfun/previous_program, efun/calling_file, efun/calling_object, efun/previous_function