| tag | line | file | source code |
| y | 180 | arch/i386/boot/compressed/misc.c | int x,y,pos; |
| y | 184 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
| y | 189 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
| y | 191 | arch/i386/boot/compressed/misc.c | y--; |
| y | 194 | arch/i386/boot/compressed/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
| y | 197 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
| y | 199 | arch/i386/boot/compressed/misc.c | y--; |
| y | 206 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
| y | 208 | arch/i386/boot/compressed/misc.c | pos = (x + cols * y) * 2; /* Update cursor position */ |
| y | 135 | arch/i386/math-emu/fpu_emu.h | #define reg_move(x, y) { \ |
| y | 136 | arch/i386/math-emu/fpu_emu.h | *(short *)&((y)->sign) = *(const short *)&((x)->sign); \ |
| y | 137 | arch/i386/math-emu/fpu_emu.h | *(long *)&((y)->exp) = *(const long *)&((x)->exp); \ |
| y | 138 | arch/i386/math-emu/fpu_emu.h | *(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); } |
| y | 161 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned long div_small(unsigned long long *x, unsigned long y); |
| y | 84 | arch/i386/math-emu/fpu_proto.h | extern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
| y | 85 | arch/i386/math-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
| y | 66 | arch/i386/math-emu/fpu_system.h | #define FPU_verify_area(x,y,z) if ( verify_area(x,y,z) ) \ |
| y | 21 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
| y | 739 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
| y | 756 | arch/i386/math-emu/fpu_trig.c | *y = x; |
| y | 29 | arch/i386/math-emu/poly_l2.c | void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
| y | 89 | arch/i386/math-emu/poly_l2.c | yaccum.lsw = 0; XSIG_LL(yaccum) = significand(y); |
| y | 96 | arch/i386/math-emu/poly_l2.c | reg_move(&CONST_Z, y); |
| y | 100 | arch/i386/math-emu/poly_l2.c | result->exp = expon_expon + y->exp + 1; |
| y | 103 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
| y | 114 | arch/i386/math-emu/poly_l2.c | int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
| y | 128 | arch/i386/math-emu/poly_l2.c | XSIG_LL(yaccum) = significand(y); |
| y | 133 | arch/i386/math-emu/poly_l2.c | result->exp = exponent + y->exp + 1; |
| y | 136 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
| y | 143 | arch/i386/math-emu/poly_l2.c | reg_move(y, result); |
| y | 76 | arch/sparc/kernel/process.c | regs->pc, regs->npc, regs->y); |
| y | 212 | arch/sparc/kernel/process.c | dump->regs.y = regs->y; |
| y | 2005 | drivers/block/floppy.c | #define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1)) |
| y | 429 | drivers/char/console.c | gotoxy(currcons, x, y); |
| y | 500 | drivers/char/console.c | y = 0; |
| y | 503 | drivers/char/console.c | y = max_y - 1; |
| y | 505 | drivers/char/console.c | y = new_y; |
| y | 506 | drivers/char/console.c | pos = origin + y*video_size_row + (x<<1); |
| y | 678 | drivers/char/console.c | if (y+1 == bottom) |
| y | 680 | drivers/char/console.c | else if (y < video_num_lines-1) { |
| y | 681 | drivers/char/console.c | y++; |
| y | 692 | drivers/char/console.c | if (y == top) |
| y | 694 | drivers/char/console.c | else if (y > 0) { |
| y | 695 | drivers/char/console.c | y--; |
| y | 939 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
| y | 1040 | drivers/char/console.c | p[1] = y; |
| y | 1184 | drivers/char/console.c | scrdown(currcons,y,bottom); |
| y | 1203 | drivers/char/console.c | scrup(currcons,y,bottom); |
| y | 1250 | drivers/char/console.c | saved_y = y; |
| y | 1658 | drivers/char/console.c | gotoxy(currcons,par[0],y); |
| y | 1662 | drivers/char/console.c | gotoxy(currcons,x,y-par[0]); |
| y | 1666 | drivers/char/console.c | gotoxy(currcons,x,y+par[0]); |
| y | 1670 | drivers/char/console.c | gotoxy(currcons,x+par[0],y); |
| y | 1674 | drivers/char/console.c | gotoxy(currcons,x-par[0],y); |
| y | 1678 | drivers/char/console.c | gotoxy(currcons,0,y+par[0]); |
| y | 1682 | drivers/char/console.c | gotoxy(currcons,0,y-par[0]); |
| y | 464 | drivers/char/random.c | #define F1(x, y, z) (z ^ (x & (y ^ z))) |
| y | 465 | drivers/char/random.c | #define F2(x, y, z) F1(z, x, y) |
| y | 466 | drivers/char/random.c | #define F3(x, y, z) (x ^ y ^ z) |
| y | 467 | drivers/char/random.c | #define F4(x, y, z) (y ^ (x | ~z)) |
| y | 470 | drivers/char/random.c | #define MD5STEP(f, w, x, y, z, data, s) \ |
| y | 471 | drivers/char/random.c | ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) |
| y | 333 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
| y | 347 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
| y | 80 | drivers/char/tty_ioctl.c | #define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z))) |
| y | 235 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
| y | 280 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
| y | 89 | drivers/net/smc9194.c | #define free_irq( x, y ) free_irq( x ) |
| y | 90 | drivers/net/smc9194.c | #define request_irq( x, y, z, u, v ) request_irq( x, y, z, u ) |
| y | 71 | drivers/scsi/AM53C974.c | #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } |
| y | 72 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); } |
| y | 75 | drivers/scsi/AM53C974.c | #define LIST(x,y) |
| y | 76 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) |
| y | 97 | drivers/scsi/AM53C974.c | #define LIST(x,y) |
| y | 98 | drivers/scsi/AM53C974.c | #define REMOVE(w,x,y,z) |
| y | 72 | drivers/scsi/NCR5380.c | #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } |
| y | 73 | drivers/scsi/NCR5380.c | #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); } |
| y | 75 | drivers/scsi/NCR5380.c | #define LIST(x,y) |
| y | 76 | drivers/scsi/NCR5380.c | #define REMOVE(w,x,y,z) |
| y | 348 | drivers/scsi/eata_dma.c | unsigned int i, x, y; |
| y | 364 | drivers/scsi/eata_dma.c | for (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { |
| y | 365 | drivers/scsi/eata_dma.c | if (y >= sh->can_queue) |
| y | 366 | drivers/scsi/eata_dma.c | y = 0; |
| y | 367 | drivers/scsi/eata_dma.c | if (hd->ccb[y].status == FREE) |
| y | 371 | drivers/scsi/eata_dma.c | hd->last_ccb = y; |
| y | 378 | drivers/scsi/eata_dma.c | queue_counter, int_counter, sh->can_queue, x, y); |
| y | 397 | drivers/scsi/eata_dma.c | cp = &hd->ccb[y]; |
| y | 404 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, y)); |
| y | 508 | drivers/scsi/eata_dma.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
| y | 522 | drivers/scsi/eata_dma.c | cmd->target, cmd->lun, y, sh->irq)); |
| y | 56 | drivers/scsi/eata_dma.h | #define DBG(x, y) if ((x)) {y;} |
| y | 58 | drivers/scsi/eata_dma.h | #define DBG(x, y) |
| y | 4 | drivers/scsi/eata_dma_proc.c | u32 y; |
| y | 18 | drivers/scsi/eata_dma_proc.c | y = *(bp + 3); |
| y | 281 | drivers/scsi/eata_pio.c | uint x, y; |
| y | 300 | drivers/scsi/eata_pio.c | y = x = 0; |
| y | 302 | drivers/scsi/eata_pio.c | if (hd->ccb[y].status!=FREE) { |
| y | 304 | drivers/scsi/eata_pio.c | DBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y)); |
| y | 313 | drivers/scsi/eata_pio.c | cp = &hd->ccb[y]; |
| y | 321 | drivers/scsi/eata_pio.c | cmd->pid, cmd->target, cmd->lun, y)); |
| y | 361 | drivers/scsi/eata_pio.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
| y | 395 | drivers/scsi/eata_pio.c | cmd->target, cmd->lun, y, sh->irq)); |
| y | 56 | drivers/scsi/eata_pio.h | #define DBG(x, y) if ((x)) {y;} |
| y | 58 | drivers/scsi/eata_pio.h | #define DBG(x, y) |
| y | 259 | drivers/scsi/scsi_proc.c | int x, y = *size; |
| y | 261 | drivers/scsi/scsi_proc.c | y = sprintf(buffer + len, |
| y | 266 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->vendor[x]); |
| y | 268 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y," "); |
| y | 270 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Model: "); |
| y | 273 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->model[x]); |
| y | 275 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
| y | 277 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Rev: "); |
| y | 280 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->rev[x]); |
| y | 282 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
| y | 284 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
| y | 286 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Type: %s ", |
| y | 289 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " ANSI" |
| y | 292 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " CCS\n"); |
| y | 294 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
| y | 296 | drivers/scsi/scsi_proc.c | *size = y; |
| y | 855 | fs/binfmt_elf.c | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) |
| y | 28 | fs/select.c | #define ROUND_UP(x,y) (((x)+(y)-1)/(y)) |
| y | 32 | include/asm-alpha/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
| y | 37 | include/asm-alpha/segment.h | *(char *) y = x; |
| y | 40 | include/asm-alpha/segment.h | *(short *) y = x; |
| y | 43 | include/asm-alpha/segment.h | *(int *) y = x; |
| y | 46 | include/asm-alpha/segment.h | *(long *) y = x; |
| y | 55 | include/asm-alpha/segment.h | static inline unsigned long __get_user(const void * y, int size) |
| y | 62 | include/asm-alpha/segment.h | result = *(unsigned char *) y; |
| y | 65 | include/asm-alpha/segment.h | result = *(unsigned short *) y; |
| y | 68 | include/asm-alpha/segment.h | result = *(unsigned int *) y; |
| y | 71 | include/asm-alpha/segment.h | result = *(unsigned long *) y; |
| y | 90 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
| y | 47 | include/asm-i386/bugs.h | static double y = 3145727.0; |
| y | 93 | include/asm-i386/bugs.h | : "m" (*&x), "m" (*&y)); |
| y | 70 | include/asm-i386/i82489.h | #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) |
| y | 35 | include/asm-i386/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
| y | 40 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
| y | 41 | include/asm-i386/segment.h | :"iq" ((unsigned char) x), "m" (*__sd(y))); |
| y | 45 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
| y | 46 | include/asm-i386/segment.h | :"ir" ((unsigned short) x), "m" (*__sd(y))); |
| y | 50 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
| y | 51 | include/asm-i386/segment.h | :"ir" (x), "m" (*__sd(y))); |
| y | 58 | include/asm-i386/segment.h | static inline unsigned long __get_user(const void * y, int size) |
| y | 66 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
| y | 71 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
| y | 76 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
| y | 66 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) (*(unsigned short *)(&x) = (y)) |
| y | 49 | include/asm-mips/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
| y | 54 | include/asm-mips/segment.h | *(char *) y = x; |
| y | 57 | include/asm-mips/segment.h | *(short *) y = x; |
| y | 60 | include/asm-mips/segment.h | *(int *) y = x; |
| y | 63 | include/asm-mips/segment.h | *(long *) y = x; |
| y | 72 | include/asm-mips/segment.h | static inline unsigned long __get_user(const void * y, int size) |
| y | 79 | include/asm-mips/segment.h | result = *(unsigned char *) y; |
| y | 82 | include/asm-mips/segment.h | result = *(unsigned short *) y; |
| y | 85 | include/asm-mips/segment.h | result = *(unsigned int *) y; |
| y | 88 | include/asm-mips/segment.h | result = *(unsigned long *) y; |
| y | 24 | include/asm-mips/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
| y | 11 | include/asm-ppc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
| y | 15 | include/asm-ppc/segment.h | *(char *) y = x; |
| y | 18 | include/asm-ppc/segment.h | *(short *) y = x; |
| y | 21 | include/asm-ppc/segment.h | *(int *) y = x; |
| y | 24 | include/asm-ppc/segment.h | *(long *) y = x; |
| y | 31 | include/asm-ppc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
| y | 35 | include/asm-ppc/segment.h | return *(unsigned char *) y; |
| y | 37 | include/asm-ppc/segment.h | return *(unsigned short *) y; |
| y | 39 | include/asm-ppc/segment.h | return *(unsigned int *) y; |
| y | 41 | include/asm-ppc/segment.h | return *(unsigned long *) y; |
| y | 351 | include/asm-ppc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
| y | 85 | include/asm-sparc/fbio.h | short x, y; |
| y | 26 | include/asm-sparc/kgdb.h | unsigned long y; |
| y | 121 | include/asm-sparc/processor.h | regs->y = 0; |
| y | 17 | include/asm-sparc/ptrace.h | unsigned long y; |
| y | 25 | include/asm-sparc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
| y | 29 | include/asm-sparc/segment.h | *(char *) y = x; |
| y | 32 | include/asm-sparc/segment.h | *(short *) y = x; |
| y | 35 | include/asm-sparc/segment.h | *(int *) y = x; |
| y | 43 | include/asm-sparc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
| y | 47 | include/asm-sparc/segment.h | return *(unsigned char *) y; |
| y | 49 | include/asm-sparc/segment.h | return *(unsigned short *) y; |
| y | 51 | include/asm-sparc/segment.h | return *(unsigned int *) y; |
| y | 358 | include/asm-sparc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
| y | 10 | include/asm-sparc/user.h | unsigned long psr, pc, npc, y; |
| y | 60 | include/asm-sparc/winmacro.h | wr %scratch, 0x0, %y; |
| y | 86 | include/asm-sparc/winmacro.h | rd %y, %scratch; \ |
| y | 431 | include/linux/sbpcd.h | #define OUT(x,y) outb(y,x) |
| y | 130 | include/linux/sjcd.h | unsigned char x, y, z; |
| y | 82 | include/linux/soundcard.h | #define _IO(x,y) ((int)(IOC_VOID|(x<<8)|y)) |
| y | 83 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
| y | 84 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
| y | 86 | include/linux/soundcard.h | #define _IOWR(x,y,t) ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
| y | 19 | include/linux/stats206.h | y {x(interrupt), x(data_ready), x(fifo_overflow), x(data_error), |
| y | 163 | include/net/tcp.h | #define tcp_reset_msl_timer(x,y,z) reset_timer(x,y,z) |
| y | 299 | lib/inflate.c | int y; /* number of dummy codes added */ |
| y | 341 | lib/inflate.c | for (y = 1 << j; j < i; j++, y <<= 1) |
| y | 342 | lib/inflate.c | if ((y -= c[j]) < 0) |
| y | 344 | lib/inflate.c | if ((y -= c[i]) < 0) |
| y | 346 | lib/inflate.c | c[i] += y; |
| y | 481 | lib/inflate.c | return y != 0 && g != 1; |
| y | 23 | net/core/iovec.c | extern inline int min(int x, int y) |
| y | 25 | net/core/iovec.c | return x>y?y:x; |
| y | 41 | scripts/ksymoops.cc | inline int strequ(char const* x, char const* y) { return (::strcmp(x, y) == 0); } |
| y | 42 | scripts/ksymoops.cc | inline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); } |
| y | 61 | scripts/lxdialog/checklist.c | int y, int x, int height) |
| y | 63 | scripts/lxdialog/checklist.c | wmove(win, y, x); |
| y | 78 | scripts/lxdialog/checklist.c | y = y + height + 1; |
| y | 79 | scripts/lxdialog/checklist.c | wmove(win, y, x); |
| y | 102 | scripts/lxdialog/checklist.c | int y = height - 2; |
| y | 104 | scripts/lxdialog/checklist.c | print_button (dialog, "Select", y, x, selected == 0); |
| y | 105 | scripts/lxdialog/checklist.c | print_button (dialog, " Help ", y, x + 14, selected == 1); |
| y | 107 | scripts/lxdialog/checklist.c | wmove(dialog, y, x+1 + 14*selected); |
| y | 120 | scripts/lxdialog/checklist.c | int i, x, y, box_x, box_y; |
| y | 145 | scripts/lxdialog/checklist.c | y = (LINES - height) / 2; |
| y | 147 | scripts/lxdialog/checklist.c | draw_shadow (stdscr, y, x, height, width); |
| y | 149 | scripts/lxdialog/checklist.c | dialog = newwin (height, width, y, x); |
| y | 175 | scripts/lxdialog/checklist.c | list = subwin (dialog, list_height, list_width, y+box_y+1, x+box_x+1); |
| y | 147 | scripts/lxdialog/colors.h | #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) |
| y | 35 | scripts/lxdialog/dialog.h | #define MIN(x,y) (x < y ? x : y) |
| y | 36 | scripts/lxdialog/dialog.h | #define MAX(x,y) (x > y ? x : y) |
| y | 128 | scripts/lxdialog/dialog.h | void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x); |
| y | 129 | scripts/lxdialog/dialog.h | void print_button (WINDOW * win, const char *label, int y, int x, int selected); |
| y | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
| y | 132 | scripts/lxdialog/dialog.h | void draw_shadow (WINDOW * win, int y, int x, int height, int width); |
| y | 33 | scripts/lxdialog/inputbox.c | int y = height - 2; |
| y | 35 | scripts/lxdialog/inputbox.c | print_button (dialog, " Ok ", y, x, selected==0); |
| y | 36 | scripts/lxdialog/inputbox.c | print_button (dialog, " Help ", y, x + 14, selected==1); |
| y | 38 | scripts/lxdialog/inputbox.c | wmove(dialog, y, x+1+14*selected); |
| y | 49 | scripts/lxdialog/inputbox.c | int i, x, y, box_y, box_x, box_width; |
| y | 56 | scripts/lxdialog/inputbox.c | y = (LINES - height) / 2; |
| y | 59 | scripts/lxdialog/inputbox.c | draw_shadow (stdscr, y, x, height, width); |
| y | 61 | scripts/lxdialog/inputbox.c | dialog = newwin (height, width, y, x); |
| y | 84 | scripts/lxdialog/inputbox.c | getyx (dialog, y, x); |
| y | 85 | scripts/lxdialog/inputbox.c | box_y = y + 2; |
| y | 87 | scripts/lxdialog/inputbox.c | draw_box (dialog, y + 1, box_x - 1, 3, box_width + 2, |
| y | 57 | scripts/lxdialog/menubox.c | int y, int x, int height) |
| y | 63 | scripts/lxdialog/menubox.c | wmove(win, y, x); |
| y | 78 | scripts/lxdialog/menubox.c | y = y + height + 1; |
| y | 79 | scripts/lxdialog/menubox.c | wmove(win, y, x); |
| y | 104 | scripts/lxdialog/menubox.c | int y = height - 2; |
| y | 106 | scripts/lxdialog/menubox.c | print_button (win, "Select", y, x, selected == 0); |
| y | 107 | scripts/lxdialog/menubox.c | print_button (win, " Exit ", y, x + 12, selected == 1); |
| y | 108 | scripts/lxdialog/menubox.c | print_button (win, " Help ", y, x + 24, selected == 2); |
| y | 110 | scripts/lxdialog/menubox.c | wmove(win, y, x+1+12*selected); |
| y | 123 | scripts/lxdialog/menubox.c | int i, j, x, y, box_x, box_y; |
| y | 131 | scripts/lxdialog/menubox.c | y = (LINES - height) / 2; |
| y | 133 | scripts/lxdialog/menubox.c | draw_shadow (stdscr, y, x, height, width); |
| y | 135 | scripts/lxdialog/menubox.c | dialog = newwin (height, width, y, x); |
| y | 162 | scripts/lxdialog/menubox.c | y + box_y + 1, x + box_x + 1); |
| y | 32 | scripts/lxdialog/msgbox.c | int i, x, y, key = 0; |
| y | 37 | scripts/lxdialog/msgbox.c | y = (LINES - height) / 2; |
| y | 39 | scripts/lxdialog/msgbox.c | draw_shadow (stdscr, y, x, height, width); |
| y | 41 | scripts/lxdialog/msgbox.c | dialog = newwin (height, width, y, x); |
| y | 40 | scripts/lxdialog/textbox.c | int i, x, y, cur_x, cur_y, fpos, key = 0; |
| y | 83 | scripts/lxdialog/textbox.c | y = (LINES - height) / 2; |
| y | 86 | scripts/lxdialog/textbox.c | draw_shadow (stdscr, y, x, height, width); |
| y | 88 | scripts/lxdialog/textbox.c | dialog = newwin (height, width, y, x); |
| y | 92 | scripts/lxdialog/textbox.c | text = subwin (dialog, height - 4, width - 2, y + 1, x + 1); |
| y | 451 | scripts/lxdialog/textbox.c | int i, y, x; |
| y | 460 | scripts/lxdialog/textbox.c | getyx (win, y, x); |
| y | 198 | scripts/lxdialog/util.c | print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x) |
| y | 216 | scripts/lxdialog/util.c | wmove (win, y, (width - prompt_len) / 2); |
| y | 220 | scripts/lxdialog/util.c | cur_y = y; |
| y | 258 | scripts/lxdialog/util.c | print_button (WINDOW * win, const char *label, int y, int x, int selected) |
| y | 262 | scripts/lxdialog/util.c | wmove (win, y, x); |
| y | 279 | scripts/lxdialog/util.c | wmove (win, y, x + temp + 1); |
| y | 286 | scripts/lxdialog/util.c | draw_box (WINDOW * win, int y, int x, int height, int width, |
| y | 293 | scripts/lxdialog/util.c | wmove (win, y + i, x); |
| y | 321 | scripts/lxdialog/util.c | draw_shadow (WINDOW * win, int y, int x, int height, int width) |
| y | 327 | scripts/lxdialog/util.c | wmove (win, y + height, x + 2); |
| y | 330 | scripts/lxdialog/util.c | for (i = y + 1; i < y + height + 1; i++) { |
| y | 31 | scripts/lxdialog/yesno.c | int y = height - 2; |
| y | 33 | scripts/lxdialog/yesno.c | print_button (dialog, " Yes ", y, x, selected == 0); |
| y | 34 | scripts/lxdialog/yesno.c | print_button (dialog, " No ", y, x + 13, selected == 1); |
| y | 36 | scripts/lxdialog/yesno.c | wmove(dialog, y, x+1 + 13*selected ); |
| y | 46 | scripts/lxdialog/yesno.c | int i, x, y, key = 0, button = 0; |
| y | 51 | scripts/lxdialog/yesno.c | y = (LINES - height) / 2; |
| y | 53 | scripts/lxdialog/yesno.c | draw_shadow (stdscr, y, x, height, width); |
| y | 55 | scripts/lxdialog/yesno.c | dialog = newwin (height, width, y, x); |