12.4.2. Jumping to a function definition

If you are editing a large file in the File Editor, it is useful to be able to move to a function definition from the function call. In Example 12.1 the cursor is located at the call to Func_1. Select Edit → Go to → Jump to Function/Include at Cursor to move the cursor to the start of the definition of the function.

Example 12.1. Function call example


Int_Loc = 2;
    while (Int_Loc <= 2)
    if (Func_1 (Str_1_Par_Ref[Int_Loc],
        Str_2_Par_Ref[Int_Loc+1]) == Ident_1)
Copyright © 2005, 2006 ARM Limited. All rights reserved.ARM DUI 0291C
Non-Confidential