Searched refs:nexttab (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c388 int nexttab = 0; local
427 nexttab -= column;
428 printf("%*s", nexttab, "");
429 column += nexttab;
431 nexttab = column + column_width;

Completed in 52 milliseconds