Dump the Hooks to the Pager. More...
#include "config.h"#include <stdbool.h>#include <stdio.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "mutt.h"#include "commands/lib.h"#include "expando/lib.h"#include "pager/lib.h"#include "parse/lib.h"#include "hook.h"#include "muttlib.h"#include "parse.h"
Include dependency graph for dump.c:Go to the source code of this file.
Functions | |
| static void | hooks_dump_one (struct Hook *hook, const struct Command *cmd, struct Buffer *buf) |
| Dump a single hook to the buffer. | |
| static void | hooks_dump_simple (struct Buffer *buf) |
| Dump the simple Hooks. | |
| static void | hooks_dump_index (struct Buffer *buf) |
| Dump the Index Format Hooks. | |
| static void | hooks_dump_charset (struct Buffer *buf) |
| Dump the Charset Hooks. | |
| enum CommandResult | parse_hooks (const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe) |
| Parse the 'hooks' command - Implements Command::parse() -. | |
Dump the Hooks to the Pager.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file dump.c.
|
static |
Dump a single hook to the buffer.
Definition at line 50 of file dump.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump the simple Hooks.
| buf | Buffer for the results |
Definition at line 94 of file dump.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump the Index Format Hooks.
| buf | Buffer for the results |
Definition at line 134 of file dump.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Dump the Charset Hooks.
| buf | Buffer for the results |
Definition at line 173 of file dump.c.
Here is the call graph for this function:
Here is the caller graph for this function: