Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c9269 static int evalsubshell(union node *, int);
9336 evalfn = evalsubshell; in evaltree()
9547 evalsubshell(union node *n, int flags) in evalsubshell() function