Home
last modified time | relevance | path

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

/386bsd/usr/src/usr.bin/rcs/src/
H A Drcssyn.c116 extern int getkey();
180 if (!getkey(Khead)) fatserror("Missing head"); in getadmin()
188 if (getkey(Kbranch)) { /* optional */ in getadmin()
196 if (getkey(Ksuffix)) { in getadmin()
206 if (!getkey(Kaccess)) fatserror("Missing access list"); in getadmin()
219 if (!getkey(Ksymbols)) fatserror("Missing symbols"); in getadmin()
239 if (!getkey(Klocks)) serror("Missing locks"); in getadmin()
262 if (!getkey(Kstrict)) { in getadmin()
268 if (getkey(Kcomment) && (nexttok==STRING)) { in getadmin()
317 if (!getkey(Knext)) fatserror("Missing next"); in getdelta()
[all …]
H A Drcsgen.c199 if (!getkey(Klog) || nexttok!=STRING)
208 if (!getkey(Ktext) || nexttok!=STRING)
H A Drcs.c746 if ( ! getkey(Khead)) faterror("Missing head in %s", accessfile); in getrplaccess()
750 if (getkey(Kbranch)) { /* optional */ in getrplaccess()
758 if (getkey(Ksuffix)) { in getrplaccess()
768 if (! getkey(Kaccess))fatserror("Missing access list in %s",accessfile); in getrplaccess()
863 if (!getkey(Klog) || nexttok!=STRING)
872 if (!getkey(Ktext) || nexttok!=STRING)
H A Drlog.c518 if ( ! getkey(Klog) || ( nexttok != STRING ) ) in readdeltalog()
523 if ( ! getkey(Ktext) || (nexttok != STRING) ) in readdeltalog()
H A Drcslex.c374 int getkey (key) in getkey() function
H A Drcsrev.c90 extern int getkey();
/386bsd/usr/src/usr.bin/elvis/
H A Dtio.c55 ch = getkey(0);
67 ch = getkey(0);
72 ch = getkey(quoted ? 0 : WHEN_EX);
255 getkey(WHEN_MSG);
649 int getkey(when) in getkey() function
H A Dinput.c338 key[0] = getkey(when);
432 *key = getkey(0);
591 if (getkey(0) == ctrl('Z'))
744 *key = getkey(0);
H A Dvcmd.c68 if (getkey(0) == ':')
659 sign = getkey(0);
856 for (sel = dfltsel; (key = getkey(WHEN_POPUP)) != '\\' && key != '\r'; )
952 key = getkey(0);
H A Dmove1.c362 if (getkey(0) != '[')
372 if (getkey(0) != ']')
H A Dmove4.c72 for (i = 0; key >= '0' && key <= '9'; key = getkey(0))
H A Dvi.c316 key = getkey(WHEN_VICMD); in vi()
484 i = getkey(KEYMODE(keyptr->args)); in vi()
493 i = getkey(0); in vi()
H A Dcmd2.c177 if (getkey(0) != 'y')
/386bsd/usr/src/bin/ed/
H A Ded.h223 int getkey __P((void));
H A Dcbc.c193 getkey() in getkey() function
H A Ded.c152 des = getkey();
952 des = getkey();
/386bsd/usr/src/usr.bin/elvis/doc/
H A Dinternal.ms134 This function is called in the getkey() function before each keystroke is