Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11466 showvars(const char *sep_prefix, int on, int off) in showvars() argument
11474 sep = *sep_prefix ? " " : sep_prefix; in showvars()
11492 out1fmt("%s%s%.*s%s\n", sep_prefix, sep, (int)(p - *ep), *ep, q); in showvars()