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

/xsrc/external/mit/xset/dist/
H A Dxset.c1321 int columnwidth; local in function:query
1327 columnwidth = maxnamelen + XKB_IND_FORMAT_CHARS;
1328 if (columnwidth > MAX_LINE_WIDTH) {
1329 columnwidth = MAX_LINE_WIDTH;
1334 int spaces = columnwidth - XKB_IND_FORMAT_CHARS
1348 if (linewidth > (MAX_LINE_WIDTH - columnwidth)) {

Completed in 3 milliseconds