zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Builtins: zppathstat, zpdirlist, zpreadfile. More...
#include "zpmod.mdh"
#include "zpmod.pro"
#include "zpmod_emoji.h"
#include "zpmod_fs.h"
#include "zpmod_vendor_shims.h"
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | bin_zppathstat (char *nam, char **argv, Options ops, int func) |
zppathstat builtin entrypoint More... | |
int | bin_zpdirlist (char *nam, char **argv, Options ops, int func) |
zpdirlist builtin entrypoint More... | |
int | bin_zpreadfile (char *nam, char **argv, Options ops, int func) |
zpreadfile builtin entrypoint More... | |
struct builtin * | zp_get_fs_builtins (size_t *count) |
Variables | |
static struct builtin | fs_builtins [] |
Builtins: zppathstat, zpdirlist, zpreadfile.
Definition in file fs_builtins.c.
int bin_zpdirlist | ( | char * | nam, |
char ** | argv, | ||
Options | ops, | ||
int | func | ||
) |
zpdirlist builtin entrypoint
Definition at line 31 of file fs_builtins.c.
References zp_dirlist_core(), zp_icon(), and zwarnnam().
int bin_zppathstat | ( | char * | nam, |
char ** | argv, | ||
Options | ops, | ||
int | func | ||
) |
zppathstat builtin entrypoint
Definition at line 15 of file fs_builtins.c.
References zp_icon(), zp_pathstat_core(), and zwarnnam().
int bin_zpreadfile | ( | char * | nam, |
char ** | argv, | ||
Options | ops, | ||
int | func | ||
) |
zpreadfile builtin entrypoint
Definition at line 45 of file fs_builtins.c.
References zp_icon(), zp_readfile_core(), and zwarnnam().
struct builtin* zp_get_fs_builtins | ( | size_t * | count | ) |
Definition at line 99 of file fs_builtins.c.
References fs_builtins.
|
static |
Definition at line 45 of file fs_builtins.c.
Referenced by zp_get_fs_builtins().