Search a menu for a item matching a regex. More...
Collaboration diagram for search():Functions | |
| static int | select_file_search (struct Menu *menu, regex_t *rx, int line) |
| Menu search callback for matching files - Implements Menu::search() -. | |
| static int | generic_search (struct Menu *menu, regex_t *rx, int line) |
| Search a menu for a item matching a regex - Implements Menu::search() -. | |
Search a menu for a item matching a regex.
| 0 | Success |
| >0 | Error, e.g. REG_NOMATCH |
|
static |
Menu search callback for matching files - Implements Menu::search() -.
Definition at line 497 of file dlg_browser.c.
Here is the caller graph for this function:
|
static |
Search a menu for a item matching a regex - Implements Menu::search() -.
Definition at line 56 of file menu.c.
Here is the call graph for this function:
Here is the caller graph for this function: