Prototype for a Pager Function. More...
Collaboration diagram for Pager Function API:Functions | |
| static int | op_pager_bottom (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Jump to the bottom of the message - Implements pager_function_t -. | |
| static int | op_pager_half_down (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Scroll down 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_half_up (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Scroll up 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_hide_quoted (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Toggle display of quoted text - Implements pager_function_t -. | |
| static int | op_pager_next_line (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Scroll down one line - Implements pager_function_t -. | |
| static int | op_pager_next_page (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Move to the next page - Implements pager_function_t -. | |
| static int | op_pager_prev_line (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Scroll up one line - Implements pager_function_t -. | |
| static int | op_pager_prev_page (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Move to the previous page - Implements pager_function_t -. | |
| static int | op_pager_search (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Search for a regular expression - Implements pager_function_t -. | |
| static int | op_pager_search_next (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Search for next match - Implements pager_function_t -. | |
| static int | op_pager_skip_headers (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Jump to first line after headers - Implements pager_function_t -. | |
| static int | op_pager_skip_quoted (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Skip beyond quoted text - Implements pager_function_t -. | |
| static int | op_pager_top (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Jump to the top of the message - Implements pager_function_t -. | |
| static int | op_exit (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Exit this menu - Implements pager_function_t -. | |
| static int | op_help (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Help screen - Implements pager_function_t -. | |
| static int | op_save (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Save the Pager text - Implements pager_function_t -. | |
| static int | op_search_toggle (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Toggle search pattern coloring - Implements pager_function_t -. | |
| static int | op_view_attachments (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
| Show MIME attachments - Implements pager_function_t -. | |
Prototype for a Pager Function.
| shared | Shared Index data |
| priv | Private Index data |
| op | Operation to perform, e.g. OP_MAIN_LIMIT |
| enum | FunctionRetval |
|
static |
Jump to the bottom of the message - Implements pager_function_t -.
Definition at line 403 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll down 1/2 page - Implements pager_function_t -.
Definition at line 415 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll up 1/2 page - Implements pager_function_t -.
Definition at line 441 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle display of quoted text - Implements pager_function_t -.
Definition at line 461 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll down one line - Implements pager_function_t -.
Definition at line 483 of file functions.c.
Here is the call graph for this function:
|
static |
Move to the next page - Implements pager_function_t -.
Definition at line 509 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll up one line - Implements pager_function_t -.
Definition at line 535 of file functions.c.
Here is the call graph for this function:
|
static |
Move to the previous page - Implements pager_function_t -.
Definition at line 553 of file functions.c.
Here is the call graph for this function:
|
static |
Search for a regular expression - Implements pager_function_t -.
This function handles:
Definition at line 577 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Search for next match - Implements pager_function_t -.
This function handles:
Definition at line 724 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Jump to first line after headers - Implements pager_function_t -.
Definition at line 820 of file functions.c.
Here is the call graph for this function:
|
static |
Skip beyond quoted text - Implements pager_function_t -.
Definition at line 859 of file functions.c.
Here is the call graph for this function:
|
static |
Jump to the top of the message - Implements pager_function_t -.
Definition at line 959 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements pager_function_t -.
Definition at line 979 of file functions.c.
|
static |
Help screen - Implements pager_function_t -.
Definition at line 989 of file functions.c.
Here is the call graph for this function:
|
static |
Save the Pager text - Implements pager_function_t -.
Definition at line 1005 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle search pattern coloring - Implements pager_function_t -.
Definition at line 1063 of file functions.c.
Here is the call graph for this function:
|
static |
Show MIME attachments - Implements pager_function_t -.
Definition at line 1077 of file functions.c.
Here is the call graph for this function: