Home
last modified time | relevance | path

Searched refs:getcc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c589 c = getcc(); in mca_search_char()
1088 public char getcc(void) in multi_search()
1096 * The next getcc() will return this character. in multi_search()
1140 * The next sequence of getcc()'s will return this string. in multi_search()
1153 char c = getcc(); in multi_search()
1348 c = getcc(); in commands()
1372 c = getcc(); in commands()
1732 c = getcc(); in commands()
1745 c = getcc(); in commands()
1796 c = getcc(); in commands()
1015 public int getcc(void) getcc() function
[all...]
H A Ddecode.c564 char ch = getcc(); in cmd_search()
585 int b = getcc() - X11MOUSE_OFFSET; in cmd_search()
586 int x = getcc() - X11MOUSE_OFFSET-1; in cmd_search()
587 int y = getcc() - X11MOUSE_OFFSET-1; in cmd_search()
1125 c = getcc();
H A Dfuncs.h106 public char getcc(void);
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c415 getcc##sz(uint##sz##_t x, uint##sz##_t y) \
430 getcc(int opsize, uint64_t x, uint64_t y) in getcc() function
1094 rflags2 = getcc(size, result, 0); in emulate_and()
1182 rflags2 = getcc(size, result, 0); in emulate_or()
1235 rflags2 = getcc(size, op1, op2); in emulate_cmp()
1267 rflags2 = getcc(size, op1, vie->immediate); in emulate_cmp()
1511 rflags2 = getcc(size, val1, val2); in emulate_sub()