Searched refs:COLS (Results 1 – 10 of 10) sorted by relevance
407 --textbox help.out $ROWS $COLS410 --textbox help.out $ROWS $COLS420 --textbox scripts/README.Menuconfig $ROWS $COLS431 $ROWS $COLS $((ROWS-10)) \979 --textbox help.out $ROWS $COLS1331 ROWS=${1:-24} COLS=${2:-80} 1336 [ $COLS = 0 ] && COLS=801338 if [ $ROWS -lt 19 -o $COLS -lt 80 ]1345 ROWS=$((ROWS-4)) COLS=$((COLS-5))
75 #define COLS 0x02 /* coaxial collision status */ macro
36 x = (COLS - width) / 2; in dialog_msgbox()
50 x = (COLS - width) / 2; in dialog_yesno()
127 attr_clear (stdscr, LINES, COLS, screen_attr); in dialog_clear()135 for (i = 1; i < COLS - 1; i++) in dialog_clear()
131 attr_clear (stdscr, LINES, COLS, screen_attr); in main()
55 x = (COLS - width) / 2; in dialog_inputbox()
148 x = (COLS - width) / 2; in dialog_checklist()
179 x = (COLS - width) / 2; in dialog_menu()
82 x = (COLS - width) / 2; in dialog_textbox()