Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dutil.c257 int lines, columns; in dialog_clear() local
260 columns = getmaxx(stdscr); in dialog_clear()
262 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
277 if (len > columns - 2) { in dialog_clear()
280 skip = len - (columns - 2 - strlen(ellipsis)); in dialog_clear()
306 for (i = len + 1; i < columns - 1; i++) in dialog_clear()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dnconf.c1459 int lines, columns; in setup_windows() local
1461 getmaxyx(stdscr, lines, columns); in setup_windows()
1467 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1470 mwin_max_cols = columns-6; in setup_windows()
1478 int lines, columns; in main() local
1504 getmaxyx(stdscr, lines, columns); in main()
1505 if (columns < 75 || lines < 20) { in main()
A Dnconf.gui.c548 int x, y, lines, columns; in show_scroll_win() local
559 getmaxyx(stdscr, lines, columns); in show_scroll_win()
575 win_cols = min(total_cols+2, columns-2); in show_scroll_win()
581 x = (columns-win_cols)/2; in show_scroll_win()
/l4re-core-master/lua/lib/contrib/doc/
A Dlua.css129 table.columns td {
/l4re-core-master/libsigma0/doc/
A Dlibsigma0.cfg398 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
/l4re-core-master/l4util/doc/
A Dl4util.cfg426 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
/l4re-core-master/uclibc/doc/
A Duclibc.cfg592 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat2021 Fix unwind directives and make it fit in 80 columns.

Completed in 24 milliseconds