Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2594 legal_pathopt(const char *opt, const char *term, int magic) in legal_pathopt() function
2648 if (*start == '%' && (p = legal_pathopt(start + 1, term, magic))) { in padvance_magic()
2660 if (legal_pathopt(p + 1, term, magic)) in padvance_magic()