Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/
DMenuconfig407 --textbox help.out $ROWS $COLS
410 --textbox help.out $ROWS $COLS
420 --textbox scripts/README.Menuconfig $ROWS $COLS
431 $ROWS $COLS $((ROWS-10)) \
979 --textbox help.out $ROWS $COLS
1331 ROWS=${1:-24} COLS=${2:-80}
1336 [ $COLS = 0 ] && COLS=80
1338 if [ $ROWS -lt 19 -o $COLS -lt 80 ]
1345 ROWS=$((ROWS-4)) COLS=$((COLS-5))
/linux-2.4.37.9/drivers/net/
Dde620.h75 #define COLS 0x02 /* coaxial collision status */ macro
/linux-2.4.37.9/scripts/lxdialog/
Dmsgbox.c36 x = (COLS - width) / 2; in dialog_msgbox()
Dyesno.c50 x = (COLS - width) / 2; in dialog_yesno()
Dutil.c127 attr_clear (stdscr, LINES, COLS, screen_attr); in dialog_clear()
135 for (i = 1; i < COLS - 1; i++) in dialog_clear()
Dlxdialog.c131 attr_clear (stdscr, LINES, COLS, screen_attr); in main()
Dinputbox.c55 x = (COLS - width) / 2; in dialog_inputbox()
Dchecklist.c148 x = (COLS - width) / 2; in dialog_checklist()
Dmenubox.c179 x = (COLS - width) / 2; in dialog_menu()
Dtextbox.c82 x = (COLS - width) / 2; in dialog_textbox()