tag | line | file | source code |
ps | 1904 | drivers/char/console.c | int i, ps, pe; |
ps | 1919 | drivers/char/console.c | ps = ys * video_size_row + (xs << 1); |
ps | 1927 | drivers/char/console.c | if (ps > pe) /* make sel_start <= sel_end */ |
ps | 1929 | drivers/char/console.c | int tmp = ps; |
ps | 1930 | drivers/char/console.c | ps = pe; |
ps | 1937 | drivers/char/console.c | new_sel_start = ps; |
ps | 1941 | drivers/char/console.c | spc = isspace(*(off + ps)); |
ps | 1942 | drivers/char/console.c | for (new_sel_start = ps; ; ps -= 2) |
ps | 1944 | drivers/char/console.c | if ((spc && !isspace(*(off + ps))) || |
ps | 1945 | drivers/char/console.c | (!spc && !inword(*(off + ps)))) |
ps | 1947 | drivers/char/console.c | new_sel_start = ps; |
ps | 1948 | drivers/char/console.c | if (!(ps % video_size_row)) |
ps | 1963 | drivers/char/console.c | new_sel_start = ps - ps % video_size_row; |
ps | 25 | include/linux/coff.h | #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\ |
ps | 26 | include/linux/coff.h | ((unsigned short)((unsigned char)ps[0])))) |
ps | 29 | include/linux/coff.h | #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\ |
ps | 30 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[2])<<16) |\ |
ps | 31 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[1])<<8) |\ |
ps | 32 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[0]))))) |
ps | 35 | include/linux/coff.h | #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|\ |
ps | 36 | include/linux/coff.h | ((unsigned short)((unsigned char)ps[1])))) |
ps | 39 | include/linux/coff.h | #define COFF_LONG_H(ps) (((long)(((unsigned long)((unsigned char)ps[0])<<24) |\ |
ps | 40 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[1])<<16) |\ |
ps | 41 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[2])<<8) |\ |
ps | 42 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[3]))))) |