Home | History | Annotate | Download | only in src

Lines Matching refs:id1

1390     // Command: diff <id1> <id2> [<dump options>]
1418 request.arguments.id1 = parseInt(args[1]);
1421 request.arguments.id1 = 0;
1453 request.arguments.id1 = extractObjId(args[1]);
1456 request.arguments.id1 = 0;
1576 print(' diff <id1> <id2> [<dump options>]');
1577 print(' - prints the diff between LOLs id1 and id2.');
1590 print(' path <id1> <id2> - prints the retaining path from obj id1 to id2.');