zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_analysis_stubs.h File Reference

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...
 

Macro Definition Documentation

◆ UNUSED

#define UNUSED (   x)    x

Definition at line 5 of file zpmod_analysis_stubs.h.

Typedef Documentation

◆ Module

typedef void* Module

Definition at line 7 of file zpmod_analysis_stubs.h.

Function Documentation

◆ bin_custom_dot()

int bin_custom_dot ( char *  UNUSEDname,
char **  UNUSEDargv,
UNUSED(void *ops)  ,
UNUSED(int func)   
)

◆ boot_()

int boot_ ( UNUSED(Module m)  )

Optional early boot hook (unused).

Definition at line 54 of file module.c.

◆ cleanup_()

int cleanup_ ( UNUSED(Module m)  )

◆ enables_()

int enables_ ( UNUSED(Module m)  ,
int **  UNUSEDenables 
)

◆ finish_()

int finish_ ( UNUSED(Module m)  )

Finalize module: restore original source handlers.

Definition at line 58 of file module.c.

References zp_source_restore_overrides().

Here is the call graph for this function:

◆ setup_()

int setup_ ( UNUSED(Module m)  )

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().

Here is the call graph for this function: