Searched refs:COLS (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in52 COLS=`$TPUT cols`
53 if [ -n "$COLS" ]; then
54 COL=`$EXPR $COLS - 7`
H A Davahi-dnsconfd.in52 COLS=`$TPUT cols`
53 if [ -n "$COLS" ]; then
54 COL=`$EXPR $COLS - 7`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in52 COLS=`$TPUT cols`
53 if [ -n "$COLS" ]; then
54 COL=`$EXPR $COLS - 7`
H A Davahi-dnsconfd.in52 COLS=`$TPUT cols`
53 if [ -n "$COLS" ]; then
54 COL=`$EXPR $COLS - 7`
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmsgbox.c35 x = (COLS - width) / 2;
H A Dyesno.c48 x = (COLS - width) / 2;
H A Dlxdialog.c126 attr_clear(stdscr, LINES, COLS, screen_attr);
H A Dutil.c122 attr_clear(stdscr, LINES, COLS, screen_attr);
130 for (i = 1; i < COLS - 1; i++)
H A Dinputbox.c53 x = (COLS - width) / 2;
H A Dchecklist.c140 x = (COLS - width) / 2;
H A Dmenubox.c194 x = (COLS - width) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dmsgbox.c36 x = (COLS - width) / 2;
H A Dyesno.c50 x = (COLS - width) / 2;
H A Dutil.c127 attr_clear (stdscr, LINES, COLS, screen_attr);
135 for (i = 1; i < COLS - 1; i++)
H A Dinputbox.c55 x = (COLS - width) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dyesno.c54 x = (COLS - width) / 2;
H A Dinputbox.c64 x = (COLS - width) / 2;
H A Dutil.c254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr);
262 for (i = 1; i < COLS - 1; i++)
H A Dchecklist.c143 x = (COLS - width) / 2;
H A Dmenubox.c204 x = (COLS - width) / 2;
H A Dtextbox.c86 x = (COLS - width) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dde620.h75 #define COLS 0x02 /* coaxial collision status */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.gui.c280 x = (COLS-(total_width+4))/2;
385 x = (COLS-(prompt_width+4))/2;
538 win_cols = min(total_cols+2, COLS-2);
544 x = (COLS-win_cols)/2;
H A Dnconf.c1063 print_in_middle(stdscr, 1, 0, COLS,
1486 main_window = newwin(LINES-2, COLS-2, 2, 1);
1489 mwin_max_cols = COLS-6;
1522 if (COLS < 75 || LINES < 20) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dbmed.c787 gEditHostWin = newwin(LINES, COLS, 0, 0);
1155 gHostWin = newwin(LINES, COLS, 0, 0);
1218 COLS - 40 - 2
1221 gHostListWinWide = COLS - 42;

Completed in 122 milliseconds

12