ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         previous_object - return the previous object
  3 
  4 SYNOPSIS
  5         object previous_object(varargs int n)
  6 
  7 
  8 DESCRIPTION
  9         Return the object n+1 (default: 1) steps back in the call_other chain.
 10         If the object is destructed, or the number of steps is larger than
 11         the number of call_others involved, nil is returned.
 12 
 13 SEE ALSO
 14         kfun/call_other, kfun/previous_program, kfun/this_object,
 15         kfun/call_trace

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.