Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c10117 static int unsetcmd(int, char **) FAST_FUNC;
10216 { BUILTIN_SPEC_REG "unset" , unsetcmd },
14087 unsetcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) in unsetcmd() function