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

Go to the source code of this file.

Macros

#define ZPMOD_SOURCE_HOT_H
 

Functions

int cmd_source_hot (char *nam, char **argv)
 Implements zpmod source-hot. More...
 

Macro Definition Documentation

◆ ZPMOD_SOURCE_HOT_H

#define ZPMOD_SOURCE_HOT_H

Definition at line 3 of file zpmod_source_hot.h.

Function Documentation

◆ cmd_source_hot()

int cmd_source_hot ( char *  nam,
char **  argv 
)

Implements zpmod source-hot.

Parameters
namThe builtin name.
argvSubcommand arguments.
Returns
int 0 on success, 1 on failure.

Definition at line 37 of file source_hot.c.