Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c9267 static int evalfor(union node *, int);
9328 evalfn = evalfor; in evaltree()
9483 evalfor(union node *n, int flags) in evalfor() function