tag | line | file | source code |
ps | 1638 | drivers/char/console.c | int i, ps, pe; |
ps | 1653 | drivers/char/console.c | ps = ys * video_size_row + (xs << 1); |
ps | 1656 | drivers/char/console.c | if (ps > pe) /* make sel_start <= sel_end */ |
ps | 1658 | drivers/char/console.c | int tmp = ps; |
ps | 1659 | drivers/char/console.c | ps = pe; |
ps | 1667 | drivers/char/console.c | new_sel_start = ps; |
ps | 1671 | drivers/char/console.c | spc = isspace(*(off + ps)); |
ps | 1672 | drivers/char/console.c | for (new_sel_start = ps; ; ps -= 2) |
ps | 1674 | drivers/char/console.c | if ((spc && !isspace(*(off + ps))) || |
ps | 1675 | drivers/char/console.c | (!spc && !inword(*(off + ps)))) |
ps | 1677 | drivers/char/console.c | new_sel_start = ps; |
ps | 1678 | drivers/char/console.c | if (!(ps % video_size_row)) |
ps | 1693 | 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]))))) |