Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1077 static int builtin_local(char **argv) FAST_FUNC;
1182 BLTIN("local" , builtin_local , "Set local variables"),
11219 static int FAST_FUNC builtin_local(char **argv) in builtin_local() function