zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Go to the source code of this file.
Macros | |
#define | UNUSED(x) x |
Typedefs | |
typedef void * | Module |
Functions | |
int | bin_custom_dot (char *UNUSED(name), char **UNUSED(argv), UNUSED(void *ops), UNUSED(int func)) |
int | setup_ (UNUSED(Module m)) |
Module setup: initialize option mapping and install source overrides. More... | |
int | enables_ (UNUSED(Module m), int **UNUSED(enables)) |
int | boot_ (UNUSED(Module m)) |
Optional early boot hook (unused). More... | |
int | cleanup_ (UNUSED(Module m)) |
int | finish_ (UNUSED(Module m)) |
Finalize module: restore original source handlers. More... | |
#define UNUSED | ( | x | ) | x |
Definition at line 5 of file zpmod_analysis_stubs.h.
typedef void* Module |
Definition at line 7 of file zpmod_analysis_stubs.h.
Finalize module: restore original source handlers.
Definition at line 58 of file module.c.
References zp_source_restore_overrides().
Module setup: initialize option mapping and install source overrides.
Definition at line 34 of file module.c.
References zp_setup_options_table(), and zp_source_setup_overrides().