Home
last modified time | relevance | path

Searched refs:getkey (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c58 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 Dex_voper.c200 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 Dex_cmds2.c294 getkey(); in error1()
655 ignore(getkey()); in vcontin()
657 if(getkey() == ':') { in vcontin()
H A Dex_vops2.c1001 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 Dex_vmain.c178 (void)getkey(), c = getkey();
190 (void)_mbftowc(multic, &wchar, getkey, &Peekkey);
205 op = getkey();
852 forbid(getkey() != 'Z');
H A Dex_re.c540 ch = c = getkey(); in confirmed()
560 c = getkey(); in confirmed()
H A Dex_cmdsub.c1745 for (p=pbuf; (c = getkey())!='\n' && c!=EOF && c!='\r';) {
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c92 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 Dgetkey.c35 getkey (void) in getkey() function
H A DMakefile69 getkey.c \
H A Dlpsched.h270 long getkey ( void );
H A Dexec.c298 key = ep->key = getkey(); in exec()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c579 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 Dterm.h70 int (*getkey) (void); member
H A Dstage2.c276 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 Dcmdline.c216 (void) getkey (); in run_script()
H A Dshared.h886 int getkey (void);
H A Dbuiltins.c3548 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 Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c302 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 Dmenu.4th374 \ 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 DChangeLog1422 [!STAGE1_5] (getkey): Rewritten from scratch.
2589 [!STAGE1_5] (getkey) [SUPPORT_HERCULES]: Likewise.
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 ...
8011 (getkey) [HAVE_LIBCURSES]: Likewise.
8664 (getkey) [HAVE_LIBCURSES]: Likewise.
8669 getkey.
8944 * shared_src/asm.S (asm_getkey): Renamed to getkey.
[all …]