/src/games/hangman/ |
playgame.c | 52 getword();
|
Makefile | 5 SRCS= endgame.c extern.c getguess.c getword.c main.c playgame.c \
|
getword.c | 1 /* $NetBSD: getword.c,v 1.10 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)getword.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: getword.c,v 1.10 2012/06/19 05:45:00 dholland Exp $"); 44 * getword: 48 getword(void) function in typeref:typename:void
|
hangman.h | 88 void getword(void);
|
/src/games/battlestar/ |
battlestar.c | 92 next = getword(next, words[wordcount], -1);
|
getcom.c | 76 getword(char *buf1, char *buf2, int flag) function in typeref:typename:char *
|
command7.c | 67 next = getword(next, words[i], -1);
|
extern.h | 349 char *getword(char *, char *, int);
|
/src/sys/arch/hp300/stand/common/ |
ite_subr.c | 55 uint32_t fontaddr = getword(ip, getword(ip, FONTROM) + FONTADDR); 90 dp = (uint8_t *)(getword(ip, getword(ip, FONTROM) + FONTADDR) + 119 romp = getword(ip, getword(ip, FONTROM) + FONTADDR) + FONTDATA;
|
itevar.h | 48 #define getword(ip, offset) \ macro
|
/src/libexec/ld.elf_so/ |
paths.c | 68 static const char *getword(const char **, const char *, const char *); 134 getword(const char **p, const char *ep, const char *delim) function in typeref:typename:const char * 243 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) 254 if ((ptr = getword(&bp, ep, WS)) == NULL || ptr == bp) { 263 for (i = 0; bp++, (ptr = getword(&bp, ep, WS)) != NULL;) {
|
/src/bin/csh/ |
func.c | 65 static int getword(Char *); 613 (void)getword(aword); 618 (void) getword(aword); 657 while (getword(aword)) 664 if (type == T_GOTO && getword(aword) && eq(aword, goal)) 688 (void) getword(NULL); 703 getword(Char *wp) function in typeref:typename:int 787 * "if(" then getword above sucks in the '(' and so the search routine
|
/src/games/boggle/boggle/ |
mach.c | 85 static void getword(char *); 405 getword(buf); 486 getword(char *q) function in typeref:typename:void
|