|
From: | Hideki IWAMOTO |
Subject: | [feature request] search the place where the header file is included |
Date: | Fri, 14 Mar 2003 22:00:00 +0900 |
I want the function to find quickly the place where the header file is used by following operation. >global -Prx 'die.h' die.h 42 gctags/C.c #include "die.h" die.h 42 gctags/Cpp.c #include "die.h" die.h 38 gctags/java.c #include "die.h" die.h 38 libutil/conf.c #include "die.h" die.h 43 libutil/dbop.c #include "die.h" die.h 34 libutil/defined.c #include "die.h" die.h 30 libutil/die.c #include "die.h" .... ---- Hideki IWAMOTO address@hidden
[Prev in Thread] | Current Thread | [Next in Thread] |