tag | line | file | source code |
xs | 2302 | drivers/char/console.c | unsigned short *args, xs, ys, xe, ye; |
xs | 2311 | drivers/char/console.c | xs = get_fs_word(args++) - 1; |
xs | 2317 | drivers/char/console.c | xs = limit(xs, video_num_columns - 1); |
xs | 2321 | drivers/char/console.c | ps = ys * video_size_row + (xs << 1); |
xs | 2325 | drivers/char/console.c | mouse_report(currcons, tty, sel_mode & 15, xs, ys); |
xs | 94 | include/asm-m68k/string.h | void *xs = s; |
xs | 97 | include/asm-m68k/string.h | return xs; |
xs | 105 | include/asm-m68k/string.h | return xs; |
xs | 126 | include/asm-mips/string.h | void *xs = s; |
xs | 129 | include/asm-mips/string.h | return xs; |
xs | 141 | include/asm-mips/string.h | return xs; |
xs | 163 | lib/string.c | char *xs = (char *) s; |
xs | 166 | lib/string.c | *xs++ = c; |