fu
fu is a drop-in replacement for the
finduses
filter of noweb that lets the user specify what
identifiers look like. Here's the description from the code itself:
fu: finduses replacement, with the ability to specify the pattern
for an identifier on the command line.
Usage: fu [pattern] [-noquote]
pattern is a Perl regexp for matching an identifier.
If you put parentheses in there, use (?: ... ) so that they
won't match outside the pattern! If pattern is not given,
uses \w[\w\d]*, which matches C/C++ identifiers.
-noquote says not to look inside quoted code.
Version 0.2 of 26 May 1997
Go back to Dan's noweb page
Go back to Dan's home page
Last updated 17 Feb 1999