Find a symbol in 4.2BSD source
find_symbolLocate any symbol in 4.2BSD source code: functions, structs, macros, typedefs, or variables. Definitions appear first, then references, each with path and line.
Instructions
Locate a function, struct, macro, typedef, or variable across the 4.2BSD source. Definitions are listed first, then declarations and references, each as path:line: code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol to find, e.g. "m_retry" or "sockaddr" | |
| max_results | No | Maximum number of occurrences to return | |
| path_filter | No | Only consider files whose path contains this substring |