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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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;
H A Dtextbox.c80 x = (COLS - width) / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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;
H A Dchecklist.c149 x = (COLS - width) / 2;
H A Dmenubox.c178 x = (COLS - width) / 2;
H A Dtextbox.c82 x = (COLS - width) / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dyesno.c54 x = (COLS - width) / 2;
H A Dinputbox.c64 x = (COLS - width) / 2;
H A Dutil.c252 attr_clear(stdscr, LINES, COLS, dlg.screen.atr);
260 for (i = 1; i < COLS - 1; i++)
H A Dchecklist.c137 x = (COLS - width) / 2;
H A Dtextbox.c86 x = (COLS - width) / 2;
H A Dmenubox.c204 x = (COLS - width) / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dde620.h75 #define COLS 0x02 /* coaxial collision status */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c821 enum { COLS = 3 }; enumerator in enum:__anon11431
823 unsigned last[COLS];
830 for (i = COLS-1; i >= 0; i--) {
832 last[COLS-1 - i] = done;
841 if (i >= COLS || next >= last[i]) {

Completed in 133 milliseconds