Searched refs:epend (Results 1 – 1 of 1) sorted by relevance
11469 char **ep, **epend; in showvars() local11471 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()