/titanic_41/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() 593 *q = getkey(); 658 c = getkey(); 774 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() 933 getkey(); in lfixol() 983 c = getkey(); in get_addr() 988 c = getkey(); in get_addr() 993 c = getkey(); in get_addr()
|
H A D | ex_cmds2.c | 296 getkey(); in error1() 657 ignore(getkey()); in vcontin() 659 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 | 180 (void)getkey(), c = getkey(); 192 (void)_mbftowc(multic, &wchar, getkey, &Peekkey); 207 op = getkey(); 855 forbid(getkey() != 'Z');
|
H A D | ex_re.c | 539 ch = c = getkey(); in confirmed() 559 c = getkey(); in confirmed()
|
H A D | ex_cmdsub.c | 1740 for (p=pbuf; (c = getkey())!='\n' && c!=EOF && c!='\r';) {
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/ |
H A D | ickey.c | 70 static char *getkey(const struct keylist *); 201 if ((keyptr = getkey(k)) != NULL) { in installkey() 243 getkey(const struct keylist *k) in getkey() function
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | getkey.c | 35 getkey (void) in getkey() function
|
H A D | Makefile | 71 getkey.c \
|
H A D | lpsched.h | 270 long getkey ( void );
|
H A D | exec.c | 404 key = ep->key = getkey(); in exec()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 557 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in real_get_cmdline() 808 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in get_cmdline() 1119 getkey (void) in getkey() function 1121 return current_term->getkey (); in getkey() 1183 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 | 883 int getkey (void);
|
H A D | builtins.c | 3541 if (ASCII_CHAR (getkey ()) == 27) in pause_func() 4885 (void) term_table[i].getkey (); in terminal_func() 5229 getkey (); in testvbe_func()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | misc.c | 49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 303 static char *getkey(const char *); 445 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66]))) in main() 898 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66]))) in commands() 2510 getkey(const char *prompt) in getkey() function
|
/titanic_41/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 …]
|