Search 4.2BSD source code
search_sourceSearch 4.2BSD kernel and userland C source code, returning grep-style matches with optional path filtering.
Instructions
Search the 4.2BSD kernel and userland C source. Returns matching lines in the style of grep (path:line: code). Optionally filter by a path substring such as "netinet" or "libc/gen".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms, e.g. "m_get" or "struct mbuf" | |
| max_results | No | Maximum number of matching lines to return | |
| path_filter | No | Only consider files whose path contains this substring |