/src/games/battlestar/ |
getcom.c | 76 getword(char *buf1, char *buf2, int flag) function in typeref:typename:char *
|
/src/games/hangman/ |
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
|
/src/games/boggle/boggle/ |
mach.c | 85 static void getword(char *); 405 getword(buf); 486 getword(char *q) function in typeref:typename:void
|
/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/sys/arch/hp300/stand/common/ |
itevar.h | 48 #define getword(ip, offset) \ macro
|
/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
|