dusybox ~master (2022-02-04T12:35:29.4841404)
Dub
Repo
word_list
dusybox
bash_builtin_hello
Undocumented in source.
struct
word_list {
WORD_LIST
*
next
;
WORD_DESC
*
word
;
}
Members
Variables
next
WORD_LIST
*
next
;
Undocumented in source.
word
WORD_DESC
*
word
;
Undocumented in source.
Meta
Source
See Implementation
dusybox
bash_builtin_hello
aliases
WORD_DESC
WORD_LIST
sh_builtin_func_t
functions
dz_hello_builtin
manifest constants
BUILTIN_ENABLED
EXECUTION_FAILURE
EXECUTION_SUCCESS
static variables
dz_hello_struct
structs
builtin
word_desc
word_list