Home
last modified time | relevance | path

Searched defs:exec_builtin (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c8414 #define exec_builtin(to_free, x, argv) \ macro
8417 #define exec_builtin(to_free, x, argv) \ macro
8423 static void exec_builtin(char ***to_free, in exec_builtin() function
/busybox-1.35.0/editors/
Dawk.c2589 static NOINLINE var *exec_builtin(node *op, var *res) in exec_builtin() function