Open from context menu (right mouse button)

Case sensitive
search is case sensitive
Whole words only
Find only words consisting of [a-z,A-Z,0-9,_].
Use wildcards
The following characters have special meaning:
Character means any character, e.g. also spaces, except Whole words only is checked. Then character is one of the above mentioned. To search for '*', '?', '~', '&' or '\' use '\*', '\?', '\~', '\&' or '\\'. There must be at least one none wildcard in the search pattern.
Examples:
| search pattern |
found |
| kw*mark | kw_timemark; kwcan_last_time_mark |
| time | kw_timemark; kwcan_last_time_mark |
| *time* (und Whole words only) | kw_timemark; kwcan_last_time_mark |
| stat*&kw*mark (und Whole words only) | static u16 kw_timemark |
| define~NC_CCP_*_CAL (und Whole words only) | #define NC_CCP_STATE_CAL
0x01 #define NC_CCP_PRIV_CAL 0x01 |
| define&NC_CCP_*_CAL (und Whole words only) | #define NC_CCP_STATE_CAL
0x01 #define NC_CCP_STATE_VALID (NC_CCP_STATE_CAL|NC_CCP_STATE_DAQ) #define NC_CCP_PRIV_CAL 0x01 #define NC_CCP_PRIV_VALID (NC_CCP_PRIV_CAL|NC_CCP_PRIV_DAQ|NC_CCP_PRIV_PGM) |
Don't show results in comments
Search patterns beginning in a comment are omitted. Nevertheless they are counted in the summary.