HomeSort by: relevance | last modified time | path
    Searched defs:look (Results 1 - 25 of 47) sorted by relevancy

1 2

  /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
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ShUtil.py 19 def look(self): member in class:ShLexer
53 c = self.look()
182 if self.look().isspace():
200 def look(self): member in class:ShParser
216 tok = self.look()
245 while self.look() == ('|',):
253 while self.look():
257 if not self.look():
  /src/games/hunt/huntd/
draw.c 131 look(PLAYER *pp) function
  /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
329 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file]\n");
  /src/external/gpl3/binutils/dist/bfd/
verilog.c 154 verilog_data_list_type **look; local
156 for (look = &tdata->head;
157 *look != NULL && (*look)->where < entry->where;
158 look = &(*look)->next)
160 entry->next = *look;
161 *look = entry;
srec.c 87 so a short symbol table could look like:
923 srec_data_list_type **look; local
925 for (look = &tdata->head;
926 *look != NULL && (*look)->where < entry->where;
927 look = &(*look)->next)
929 entry->next = *look;
930 *look = entry;
mmo.c 548 arches (not recommended due to its small-size limitations). Look at
1332 Let's look again at the <<lop_stab>> for the trivial file
1556 mmo_data_list_type **look; local
1557 for (look = &sdatap->head;
1558 *look != NULL && (*look)->where < entry->where;
1559 look = &(*look)->next)
1561 entry->next = *look;
1562 *look = entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
verilog.c 154 verilog_data_list_type **look; local
156 for (look = &tdata->head;
157 *look != NULL && (*look)->where < entry->where;
158 look = &(*look)->next)
160 entry->next = *look;
161 *look = entry;
srec.c 87 so a short symbol table could look like:
923 srec_data_list_type **look; local
925 for (look = &tdata->head;
926 *look != NULL && (*look)->where < entry->where;
927 look = &(*look)->next)
929 entry->next = *look;
930 *look = entry;
mmo.c 548 arches (not recommended due to its small-size limitations). Look at
1333 Let's look again at the <<lop_stab>> for the trivial file
1557 mmo_data_list_type **look; local
1558 for (look = &sdatap->head;
1559 *look != NULL && (*look)->where < entry->where;
1560 look = &(*look)->next)
1562 entry->next = *look;
1563 *look = entry
    [all...]
  /src/libexec/telnetd/
utility.c 165 char *look = current+2; local
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
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 126 char look() const { function in class:llvm::rust_demangle::Demangler
  /src/external/gpl3/gdb/dist/bfd/
verilog.c 154 verilog_data_list_type **look; local
156 for (look = &tdata->head;
157 *look != NULL && (*look)->where < entry->where;
158 look = &(*look)->next)
160 entry->next = *look;
161 *look = entry;
srec.c 87 so a short symbol table could look like:
923 srec_data_list_type **look; local
925 for (look = &tdata->head;
926 *look != NULL && (*look)->where < entry->where;
927 look = &(*look)->next)
929 entry->next = *look;
930 *look = entry;
mmo.c 548 arches (not recommended due to its small-size limitations). Look at
1333 Let's look again at the <<lop_stab>> for the trivial file
1557 mmo_data_list_type **look; local
1558 for (look = &sdatap->head;
1559 *look != NULL && (*look)->where < entry->where;
1560 look = &(*look)->next)
1562 entry->next = *look;
1563 *look = entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
verilog.c 154 verilog_data_list_type **look; local
156 for (look = &tdata->head;
157 *look != NULL && (*look)->where < entry->where;
158 look = &(*look)->next)
160 entry->next = *look;
161 *look = entry;
srec.c 87 so a short symbol table could look like:
925 srec_data_list_type **look; local
927 for (look = &tdata->head;
928 *look != NULL && (*look)->where < entry->where;
929 look = &(*look)->next)
931 entry->next = *look;
932 *look = entry;
  /src/external/bsd/nvi/dist/regex/
engine.c 908 sopno look; local
984 for (look = 1; /**/; look += d) {
985 s = g->strip[pc+look];
986 d = g->stripdata[pc+look];
991 FWD(aft, aft, look);
  /src/lib/libc/regex/
engine.c 1047 sopno look; local
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/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptParser.cpp 96 return !isEof() && look().kind() == TokenKind;
99 const RCToken &RCParser::look() const { function in class:llvm::rc::RCParser
158 while (!isEof() && look().isBinaryOp()) {
194 switch (look().kind()) {
350 const RCToken &Token = look();
497 switch (look().kind()) {
  /src/games/adventure/
init.c 114 emerald, pyramid, pearl, rug, chain, spices, back, look, cave, variable
234 look = vocab(DECR('l', 'o', 'o', 'k', '\0'), 0, 0);
  /src/external/gpl3/binutils/dist/gas/
write.c 1359 bfd_vma look = (*reloc)->address; local
1363 if (relocs[mid]->address > look)
1368 if (relocs[mid]->address == look)
1372 while (lo < hi && relocs[lo]->address == look)
1843 is meaningless, and, moreover, will look weird if we are generating a
2615 /* Look backwards. */
2629 /* Look forwards. */
3096 /* The default way to relax a frag is to look through
  /src/external/gpl3/binutils.old/dist/gas/
write.c 1350 bfd_vma look = (*reloc)->address; local
1354 if (relocs[mid]->address > look)
1359 if (relocs[mid]->address == look)
1363 while (lo < hi && relocs[lo]->address == look)
1841 is meaningless, and, moreover, will look weird if we are generating a
2613 /* Look backwards. */
2627 /* Look forwards. */
3094 /* The default way to relax a frag is to look through

Completed in 68 milliseconds

1 2