/src/usr.bin/spell/spellprog/ |
look.c | 1 /* $NetBSD: look.c,v 1.2 2005/06/30 16:25:05 christos Exp $ */ 3 /* derived from: OpenBSD: look.c,v 1.3 2003/06/03 02:56:16 millert Exp */ 39 static const char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; 41 static const char rcsid[] = "$NetBSD: look.c,v 1.2 2005/06/30 16:25:05 christos Exp $"; 58 look(u_char *string, u_char *front, u_char *back) function in typeref:typename:int
|
/src/games/hunt/huntd/ |
draw.c | 131 look(PLAYER *pp) function in typeref:typename:void
|
/src/usr.bin/look/ |
look.c | 1 /* $NetBSD: look.c,v 1.17 2017/02/21 09:23:31 leot Exp $ */ 43 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; 45 __RCSID("$NetBSD: look.c,v 1.17 2017/02/21 09:23:31 leot Exp $"); 49 * look -- find lines in a sorted list. 92 static int look(char *, char *, char *); 153 exit(look(string, front, back)); 157 look(char *string, char *front, char *back) function in typeref:typename:int 329 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file]\n");
|
/src/libexec/telnetd/ |
utility.c | 165 char *look = current+2; local in function:nextitem 167 while (look < endp) { 168 if ((*look++&0xff) == IAC) { 169 if (look < endp && (*look++&0xff) == SE) { 170 return look;
|
/src/usr.bin/fsplit/ |
fsplit.c | 98 static const char *look(const char *, const char *); 150 * Look for a temp file that doesn't correspond to an 164 /* look for an 'end' statement */ 362 if ((ptr = look(line, "subroutine")) != NULL || 363 (ptr = look(line, "function")) != NULL || 369 } else if ((ptr = look(line, "program")) != NULL) { 375 } else if ((ptr = look(line, "blockdata")) != NULL) { 427 * look for typed functions such as: real*8 function, 435 if ((ptr = look(p, "character")) != NULL || 436 (ptr = look(p, "logical")) != NULL | 482 look(const char *s, const char *m) function in typeref:typename:const char * [all...] |
/src/lib/libc/regex/ |
engine.c | 1047 sopno look; local in function:step 1140 for (look = 1; 1141 OP(s = g->strip[pc+look]) != O_CH; 1142 look += OPND(s)) 1144 FWD(aft, aft, look + 1);
|
/src/sys/netinet/ |
tcp_vtw.h | 86 * element index, do we have to look closer. 288 uint64_t look[2]; /* <! lookup: full hash, port hash */ member in struct:vtw_stats
|
/src/games/adventure/ |
init.c | 114 emerald, pyramid, pearl, rug, chain, spices, back, look, cave, variable in typeref:typename:int 234 look = vocab(DECR('l', 'o', 'o', 'k', '\0'), 0, 0);
|