/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 58 getkey(void) in getkey() function 224 c = getkey(); in getesc() 229 c = getkey(); in getesc() 250 Peekkey = getkey(); in peekkey() 594 *q = getkey(); 659 c = getkey(); 775 c = getkey(); in vgetcnt()
|
H A D | ex_voper.c | 200 c = getkey(); /* ^_ or ^] */ in operate() 203 getkey(); /* mouse button */ in operate() 390 forbid(getkey() != c); in operate() 934 getkey(); in lfixol() 984 c = getkey(); in get_addr() 989 c = getkey(); in get_addr() 994 c = getkey(); in get_addr()
|
H A D | ex_cmds2.c | 294 getkey(); in error1() 655 ignore(getkey()); in vcontin() 657 if(getkey() == ':') { in vcontin()
|
H A D | ex_vops2.c | 1001 c = getkey(); 1110 c = getkey(); 1138 c = getkey(); 1160 if((length = _mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) { 1196 if((length = mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) { 1198 if((length = _mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) {
|
H A D | ex_vmain.c | 178 (void)getkey(), c = getkey(); 190 (void)_mbftowc(multic, &wchar, getkey, &Peekkey); 205 op = getkey(); 852 forbid(getkey() != 'Z');
|
H A D | ex_re.c | 540 ch = c = getkey(); in confirmed() 560 c = getkey(); in confirmed()
|
H A D | ex_cmdsub.c | 1745 for (p=pbuf; (c = getkey())!='\n' && c!=EOF && c!='\r';) {
|
/illumos-gate/usr/src/cmd/ipcrm/ |
H A D | ipcrm.c | 92 getkey(char *kp) in getkey() function 168 if ((k = getkey(kp)) == 0) in msggetkey() 238 if ((k = getkey(kp)) == 0) in semgetkey() 300 if ((k = getkey(kp)) == 0) in shmgetkey()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | getkey.c | 35 getkey (void) in getkey() function
|
H A D | Makefile | 69 getkey.c \
|
H A D | lpsched.h | 270 long getkey ( void );
|
H A D | exec.c | 298 key = ep->key = getkey(); in exec()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 579 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in real_get_cmdline() 830 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in get_cmdline() 1160 getkey (void) in getkey() function 1162 return current_term->getkey (); in getkey() 1224 tmp = ASCII_CHAR (getkey ()); in grub_putchar()
|
H A D | term.h | 70 int (*getkey) (void); member
|
H A D | stage2.c | 276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu() 401 c = ASCII_CHAR (getkey ()); in run_menu() 633 getkey (); in run_menu()
|
H A D | cmdline.c | 216 (void) getkey (); in run_script()
|
H A D | shared.h | 886 int getkey (void);
|
H A D | builtins.c | 3548 if (ASCII_CHAR (getkey ()) == 27) in pause_func() 4944 (void) term_table[i].getkey (); in terminal_func() 5288 getkey (); in testvbe_func()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | misc.c | 49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 302 static char *getkey(const char *); 445 kflag = run_setkey(&perm[0], getkey(msgtab[66])); in main() 908 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66]))) == -1) { in commands() 2531 getkey(const char *prompt) in getkey() function
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu.4th | 374 \ captured by the `getkey' function. 584 : getkey ( -- ascii_keycode ) 1002 \ restore cursor for case the getkey ends up in 1006 getkey \ Block here, waiting for a key to be pressed
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1422 [!STAGE1_5] (getkey): Rewritten from scratch. 2589 [!STAGE1_5] (getkey) [SUPPORT_HERCULES]: Likewise. 3698 * stage2/char_io.c [!STAGE1_5] (getkey): Use logical AND 3701 [!STAGE1_5] (getkey) [SUPPORT_SERIAL]: Don't check if both 3813 * stage2/stage2.c (run_menu): Wrap getkey with the macro 3815 Call translate_keycode as well as getkey, unless checkkey 3938 (getkey) [SUPPORT_SERIAL]: If both TERMINAL_CONSOLE and 4268 [!STAGE1_5] (getkey): Renamed to ... 4272 * stage2/char_io.c [!STAGE1_5] (getkey): New function. 4288 (getkey): Renamed to ... [all …]
|