You are part of a team working on a large program.
After a certain amount of debate, the team has decided to change the order of the parameters of the function sequentialInsert. Someone else is actually changing the definition of that function.
Your job is to find all the places where that function is called and to make repairs as necessary. What command would you give to list all calls to that function? You should show the lines of code containing each call and the name of the file from in which each such line occurs