greatest.
-Its possible to search among the identifiers
-(function and variable names, etc.) as well as the entire Mozilla
-source text. The free-text search is implemented
-using Glimpse, so all the
-capabilities of Glimpse are available. Regular
-expression searches are especially useful.
+
It's possible to search through the entire Mozilla source text;
+or to search for files whose name matches a pattern; or to search
+for the definitions of particular functions, variables, etc.
-
An identifier is a macro, typedef, struct, enum, union, function,
-function prototype or variable. The individual files of the
-source code are formatted on the fly and presented with clickable
-identifiers. (This means: please don't use a web-crawler to try and
-download all of these pages.)
+
The individual files of the source code are formatted on the fly
+and presented with clickable identifiers. An identifier is a
+macro, typedef, struct, enum, union, function, function prototype or
+variable. Clicking on them shows you a summary of how and where they
+are used.
+
+
The free-text search command is implemented
+using Glimpse, so all the
+capabilities of Glimpse are available.
+Regular expression searches are
+especially useful.
+
+
(Don't use use a web-crawler to try and download all of these pages;
+the CGIs will feed you several gigabytes worth of generated HTML!)
The pages here are generated by the
LXR tool, which was originally