Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2635 const char *lpathopt; in padvance_magic() local
2645 lpathopt = NULL; in padvance_magic()
2649 lpathopt = start + 1; in padvance_magic()
2661 lpathopt = p + 1; in padvance_magic()
2668 pathopt = lpathopt; in padvance_magic()
13784 const char *lpathopt = pathopt; in find_command() local
13788 if (lpathopt) { in find_command()
13789 if (*lpathopt == 'b') { in find_command()
13819 if (lpathopt) { /* this is a %func directory */ in find_command()