Searched defs:fkey (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c313 fkey(i) function
/illumos-gate/usr/src/common/ficl/
H A Dloader.c798 * fkey - get a character from a file
799 * fkey ( file -- char )
802 fkey(ficlVm *pVM) function
1020 ficlDictionarySetPrimitive(dp, "fkey", fkey, FICL_WORD_DEFAULT);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c403 int c, fkey = 0; local
491 if ((fkey = FKEY(c)) != 0) {
514 if (fkey != 0) {
521 c = fkey;
524 fkey = 0;

Completed in 62 milliseconds