Searched refs:getcc (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/less/ |
| H A D | command.c | 611 c = getcc(); in mca_search_char() 1140 public char getcc(void) in getcc() function 1205 char c = getcc(); in peekcc() 1443 c = getcc(); in commands() 1467 c = getcc(); in commands() 1501 c = getcc(); in commands() 1853 c = getcc(); in commands() 1866 c = getcc(); in commands() 1917 c = getcc(); in commands() 1993 c = getcc(); in commands() [all …]
|
| H A D | decode.c | 642 char ch = getcc(); in getcc_int() 677 int b = getcc() - X11MOUSE_OFFSET; in x11mouse_action() 680 x = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action() 681 y = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action() 1264 c = getcc(); in editchar()
|
| H A D | funcs.h | 117 public char getcc(void);
|
| /src/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 401 getcc##sz(uint##sz##_t x, uint##sz##_t y) \ 416 getcc(int opsize, uint64_t x, uint64_t y) in getcc() function 1080 rflags2 = getcc(size, result, 0); in emulate_and() 1168 rflags2 = getcc(size, result, 0); in emulate_or() 1221 rflags2 = getcc(size, op1, op2); in emulate_cmp() 1253 rflags2 = getcc(size, op1, vie->immediate); in emulate_cmp() 1497 rflags2 = getcc(size, val1, val2); in emulate_sub()
|