Searched refs:getcc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/less/ |
| H A D | command.c | 580 c = getcc(); in mca_search_char() 1264 c = getcc(); in commands() 1648 c = getcc(); in commands() 1660 c = getcc(); in commands() 1667 c = getcc(); in commands() 1916 c = getcc(); in commands() 1932 c = getcc(); in commands() 1940 c = getcc(); in commands() 1967 c = getcc(); in commands() 1979 c = getcc(); in commands() [all …]
|
| H A D | decode.c | 468 char ch = getcc(); in getcc_int() 488 int b = getcc() - X11MOUSE_OFFSET; in x11mouse_action() 489 int x = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action() 490 int y = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action() 943 c = getcc(); in editchar()
|
| H A D | funcs.h | 94 public int getcc(void);
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 407 getcc##sz(uint##sz##_t x, uint##sz##_t y) \ 422 getcc(int opsize, uint64_t x, uint64_t y) in getcc() function 1086 rflags2 = getcc(size, result, 0); in emulate_and() 1174 rflags2 = getcc(size, result, 0); in emulate_or() 1227 rflags2 = getcc(size, op1, op2); in emulate_cmp() 1259 rflags2 = getcc(size, op1, vie->immediate); in emulate_cmp() 1497 rflags2 = getcc(size, val1, val2); in emulate_sub()
|