Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11469 char **ep, **epend; in showvars() local
11471 ep = listvars(on, off, /*strlist:*/ NULL, &epend); in showvars()
11472 qsort(ep, epend - ep, sizeof(char *), vpcmp); in showvars()
11476 for (; ep < epend; ep++) { in showvars()