[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-hackers
Subject:    
From:       Soren Dayton <csdayton () midway ! uchicago ! edu>
Date:       1996-05-30 10:57:51
[Download RAW message or body]

> I am looking for a utility that will be able to search a source file and 
> it's includes in search of something like a struct of a function 
> declaration...  I'm not sure it such a util exists... if it doesn't I 
> will write one... but I don't want to re-invent the wheel... (almost said 
> invent the wheel :) )...  thanks for your pointers... TTYL..

how about modifying makedepend(1) to output to an arbitrary file?  then
you could do things like:

ctags -tF `makedepend -output  /dev/fd/0 $fil;e | cut -d: -f2-`

that would seem to solve your problem.

Soren

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic