zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
#include <stddef.h>
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) |
int bin_custom_dot | ( | char * | name, |
char ** | argv, | ||
Options | ops, | ||
int | func | ||
) |
int bin_readarray | ( | char * | nam, |
char ** | argv, | ||
Options | ops, | ||
int | func | ||
) |
readarray builtin entrypoint
Definition at line 26 of file readarray.c.
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().
struct builtin* zp_get_fs_builtins | ( | size_t * | count | ) |
Definition at line 99 of file fs_builtins.c.
struct builtin* zp_get_self_builtins | ( | size_t * | count | ) |
Definition at line 517 of file zpmod_builtin.c.
References self_builtins.