HomeSort by relevance Sort by last modified time
    Searched refs:getkey (Results 1 - 21 of 21) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
getkey.c 35 getkey (void) function
Makefile 71 getkey.c \
lpsched.h 272 long getkey ( void );
exec.c 405 key = ep->key = getkey();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipcrm/
ipcrm.c 95 getkey(char *kp) function
171 if ((k = getkey(kp)) == 0)
241 if ((k = getkey(kp)) == 0)
303 if ((k = getkey(kp)) == 0)
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
term.h 43 - If a terminal is dumb, you may assume that only putchar, getkey and
70 int (*getkey) (void); member in struct:term_entry
cmdline.c 216 (void) getkey ();
char_io.c 99 console_getkey, /* getkey */
542 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
793 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
1104 getkey (void) function
1106 return current_term->getkey ();
1168 tmp = ASCII_CHAR (getkey ());
stage2.c 272 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
375 (GRUB_TIMEOUT == -1) relax in GETKEY even if no key has been
381 /* Key was pressed, show which entry is selected before GETKEY,
383 hang in GETKEY */
387 c = ASCII_CHAR (getkey ());
618 getkey ();
shared.h 888 int getkey (void);
890 /* Like GETKEY, but doesn't block, and returns -1 if no keystroke is
builtins.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_vget.c 61 getkey(void) function
227 c = getkey();
232 c = getkey();
253 Peekkey = getkey();
596 *q = getkey();
661 c = getkey();
777 c = getkey();
ex_cmds2.c 296 getkey();
657 ignore(getkey());
659 if(getkey() == ':') {
ex_voper.c 200 c = getkey(); /* ^_ or ^] */
203 getkey(); /* mouse button */
390 forbid(getkey() != c);
933 getkey();
983 c = getkey();
988 c = getkey();
993 c = getkey();
ex_vmain.c 180 (void)getkey(), c = getkey();
192 (void)_mbftowc(multic, &wchar, getkey, &Peekkey);
207 op = getkey();
855 forbid(getkey() != 'Z');
    [all...]
ex_vops2.c 1003 c = getkey();
1112 c = getkey();
1140 c = getkey();
1162 if((length = _mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) {
1198 if((length = mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) {
1200 if((length = _mbftowc((char *)multic, &wchar, getkey, &Peekkey)) <= 0) {
    [all...]
ex_re.c 542 ch = c = getkey();
562 c = getkey();
ex_cmdsub.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
ickey.c 70 static char *getkey(const struct keylist *);
201 if ((keyptr = getkey(k)) != NULL) {
243 getkey(const struct keylist *k) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
misc.c 49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) {
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 308 static char *getkey(const char *);
450 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66])))
903 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66])))
2521 getkey(const char *prompt) function
    [all...]

Completed in 3389 milliseconds