Home
last modified time | relevance | path

Searched refs:ZleEntryPoint (Results 1 – 3 of 3) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dinit.c1578 mod_export ZleEntryPoint zle_entry_ptr;
H A Dzsh.h3205 typedef char * (*ZleEntryPoint)(int cmd, va_list ap); typedef
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_main.c2314 zle_entry_ptr = (ZleEntryPoint)0; in finish_()