Searched refs:getkey (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dgetkey.c35 getkey (void) function
H A DMakefile71 getkey.c \
H A Dlpsched.h270 long getkey ( void );
H A Dexec.c404 key = ep->key = getkey();
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c92 getkey(char *kp) function
168 if ((k = getkey(kp)) == 0)
238 if ((k = getkey(kp)) == 0)
300 if ((k = getkey(kp)) == 0)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c58 getkey(void) function
224 c = getkey();
229 c = getkey();
250 Peekkey = getkey();
593 *q = getkey();
658 c = getkey();
774 c = getkey();
H A Dex_cmds2.c296 getkey();
657 ignore(getkey());
659 if(getkey() == ':') {
H A Dex_voper.c200 c = getkey(); /* ^_ or ^] */
203 getkey(); /* mouse button */
390 forbid(getkey() != c);
933 getkey();
983 c = getkey();
988 c = getkey();
993 c = getkey();
H A Dex_vmain.c180 (void)getkey(), c = getkey();
192 (void)_mbftowc(multic, &wchar, getkey, &Peekkey);
207 op = getkey();
855 forbid(getkey() != 'Z');
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_re.c539 ch = c = getkey();
559 c = getkey();
H A Dex_cmdsub.c1740 for (p=pbuf; (c = getkey())!='\n' && c!=EOF && c!='\r';) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h43 - If a terminal is dumb, you may assume that only putchar, getkey and
70 int (*getkey) (void); member in struct:term_entry
H A Dcmdline.c216 (void) getkey ();
H A Dchar_io.c115 console_getkey, /* getkey */
579 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
830 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
1160 getkey (void) function
1162 return current_term->getkey ();
1224 tmp = ASCII_CHAR (getkey ());
H A Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
401 c = ASCII_CHAR (getkey ());
633 getkey ();
H A Dshared.h883 int getkey (void);
H A Dbuiltins.c3586 if (ASCII_CHAR (getkey ()) == 27)
4995 (void) term_table[i].getkey ();
5342 getkey ();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c70 static char *getkey(const struct keylist *);
201 if ((keyptr = getkey(k)) != NULL) {
243 getkey(const struct keylist *k) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) {
/illumos-gate/usr/src/cmd/ed/
H A Ded.c303 static char *getkey(const char *);
445 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66])))
898 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66])))
2510 getkey(const char *prompt) function

Completed in 109 milliseconds