Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c234 unsigned height, widecols; in next_column() local
255 widecols = dtlen % height; in next_column()
256 if (!widecols) widecols = height; in next_column()
257 transition = widecols * columns; in next_column()
266 return (*xpos*height) + widecols + (ul/(columns-1)); in next_column()