Symbol: look
games/adventure/hdr.h
142
emerald, pyramid, pearl, rug, chain, spices, back, look, cave,
games/adventure/init.c
114
emerald, pyramid, pearl, rug, chain, spices, back, look, cave,
games/adventure/init.c
234
look = vocab(DECR('l', 'o', 'o', 'k', '\0'), 0, 0);
games/adventure/subr.c
315
if (k == look) { /* 30 */
games/hunt/huntd/answer.c
364
look(newpp);
games/hunt/huntd/hunt.h
168
void look(PLAYER *);
games/hunt/huntd/shots.c
170
look(pp);
lib/libc/regex/engine.c
1047
sopno look;
lib/libc/regex/engine.c
1140
for (look = 1;
lib/libc/regex/engine.c
1141
OP(s = g->strip[pc+look]) != O_CH;
lib/libc/regex/engine.c
1142
look += OPND(s))
lib/libc/regex/engine.c
1144
FWD(aft, aft, look + 1);
libexec/telnetd/utility.c
165
char *look = current+2;
libexec/telnetd/utility.c
167
while (look < endp) {
libexec/telnetd/utility.c
168
if ((*look++&0xff) == IAC) {
libexec/telnetd/utility.c
169
if (look < endp && (*look++&0xff) == SE) {
libexec/telnetd/utility.c
170
return look;
sys/netinet/tcp_vtw.c
1593
++vtw_stats.look[1];
sys/netinet/tcp_vtw.c
1692
++vtw_stats.look[1];
sys/netinet/tcp_vtw.c
787
++vtw_stats.look[which];
sys/netinet/tcp_vtw.c
937
++vtw_stats.look[which];
sys/netinet/tcp_vtw.h
288
uint64_t look[2]; /* <! lookup: full hash, port hash */
usr.bin/fsplit/fsplit.c
362
if ((ptr = look(line, "subroutine")) != NULL ||
usr.bin/fsplit/fsplit.c
363
(ptr = look(line, "function")) != NULL ||
usr.bin/fsplit/fsplit.c
369
} else if ((ptr = look(line, "program")) != NULL) {
usr.bin/fsplit/fsplit.c
375
} else if ((ptr = look(line, "blockdata")) != NULL) {
usr.bin/fsplit/fsplit.c
435
if ((ptr = look(p, "character")) != NULL ||
usr.bin/fsplit/fsplit.c
436
(ptr = look(p, "logical")) != NULL ||
usr.bin/fsplit/fsplit.c
437
(ptr = look(p, "real")) != NULL ||
usr.bin/fsplit/fsplit.c
438
(ptr = look(p, "integer")) != NULL ||
usr.bin/fsplit/fsplit.c
439
(ptr = look(p, "doubleprecision")) != NULL ||
usr.bin/fsplit/fsplit.c
440
(ptr = look(p, "complex")) != NULL ||
usr.bin/fsplit/fsplit.c
441
(ptr = look(p, "doublecomplex")) != NULL) {
usr.bin/fsplit/fsplit.c
447
ptr = look(ptr, "function");
usr.bin/fsplit/fsplit.c
98
static const char *look(const char *, const char *);
usr.bin/look/look.c
153
exit(look(string, front, back));
usr.bin/look/look.c
92
static int look(char *, char *, char *);
usr.bin/netstat/vtw.c
245
printf("\t\t%" PRIu64 " look\n", stats.look[0]);
usr.bin/netstat/vtw.c
254
printf("\t\t%" PRIu64 " look\n", stats.look[1]);
usr.bin/spell/spellprog/extern.h
2
int look(u_char *, u_char *, u_char *);
usr.bin/spell/spellprog/spellprog.c
855
if ((rval = look((unsigned char *)bp, wlists[i].front,
usr.bin/telnet/telnet.c
2126
char *look = current+2;
usr.bin/telnet/telnet.c
2129
if ((*look++&0xff) == IAC) {
usr.bin/telnet/telnet.c
2130
if ((*look++&0xff) == SE) {
usr.bin/telnet/telnet.c
2131
return look;