zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_builtins.h File Reference
#include <stddef.h>
Include dependency graph for zpmod_builtins.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct builtin * zp_get_self_builtins (size_t *count)
 
struct builtin * zp_get_fs_builtins (size_t *count)
 
int bin_readarray (char *nam, char **argv, Options ops, int func)
 readarray builtin entrypoint More...
 
int bin_custom_dot (char *name, char **argv, Options ops, int func)
 
int bin_zpmod (char *nam, char **argv, Options ops, int func)
 

Function Documentation

◆ bin_custom_dot()

int bin_custom_dot ( char *  name,
char **  argv,
Options  ops,
int  func 
)

◆ bin_readarray()

int bin_readarray ( char *  nam,
char **  argv,
Options  ops,
int  func 
)

readarray builtin entrypoint

Definition at line 26 of file readarray.c.

◆ bin_zpmod()

int bin_zpmod ( char *  nam,
char **  argv,
Options  ops,
int  func 
)

Definition at line 162 of file zpmod_builtin.c.

References cmd_dirlist(), cmd_fpath_index(), cmd_pathstat(), cmd_readfile(), cmd_report_append(), cmd_source_hot(), cmd_source_study(), zp_bundle_build_core(), zp_compaudit_cache_core(), zp_icon(), zp_path_warmup_core(), zp_rehash_diff_core(), zpmod_usage(), and zwarnnam().

Here is the call graph for this function:

◆ zp_get_fs_builtins()

struct builtin* zp_get_fs_builtins ( size_t *  count)

Definition at line 99 of file fs_builtins.c.

◆ zp_get_self_builtins()

struct builtin* zp_get_self_builtins ( size_t *  count)

Definition at line 517 of file zpmod_builtin.c.

References self_builtins.