Searched defs:FKEY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm_impl.h79 #define FKEY "key" /* uint64_t */ macro
118 FKEY, FNPORTS, FPORTS, FPOLICY, \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c106 * 11a - 123 FKEY() Numeric character received as part of a function key
112 #define FKEY(c) (((c) < '0' || (c) > '9') ? 0 : ((c) - '0' + 0x11a)) macro
491 if ((fkey = FKEY(c)) != 0) {
1549 td->tio_keymap[FKEY('1')] = termio_home;
1551 td->tio_keymap[FKEY('4')] = termio_end;

Completed in 420 milliseconds