HomeSort by: relevance | last modified time | path
    Searched refs:ht_lookup (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 79 extern hashnode ht_lookup (cpp_hash_table *, const unsigned char *,
84 inline hashnode ht_lookup (cpp_hash_table *ht, const ht_identifier &id, function
  /src/external/gpl3/gcc.old/dist/gcc/
stringpool.cc 95 hashnode ht_node = ht_lookup (ident_hash,
109 hashnode ht_node = ht_lookup (ident_hash,
126 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
  /src/usr.bin/config/
mkdevsw.c 99 if ((dm = ht_lookup(t, intern(mstr))) == NULL)
113 dm = ht_lookup(t, intern(mstr));
228 if ((dm = ht_lookup(bdevmtab, intern(mstr))) != NULL) {
234 if ((dm = ht_lookup(cdevmtab, intern(mstr))) == NULL)
files.c 149 if ((fi = ht_lookup(pathtab, path)) == NULL)
150 panic("addfile: ht_lookup(%s)", path);
225 a = ht_lookup(attrtab, name);
264 if (ht_lookup(devbasetab, name) == NULL) {
346 if ((ofi = ht_lookup(basetab, fi->fi_base)) == NULL)
347 panic("fixfiles ht_lookup(%s)", fi->fi_base);
411 res = ht_lookup(fixdevmtab, intern(dm->dm_name));
448 if (ht_lookup(cdevmtab, intern(dm->dm_name)) != NULL) {
457 if (ht_lookup(cdevmtab, intern(mstr)) != NULL) {
471 if (ht_lookup(bdevmtab, intern(dm->dm_name)) != NULL)
    [all...]
sem.c 626 dev = ht_lookup(devbasetab, name);
774 deva = ht_lookup(devatab, name);
803 if ((a = ht_lookup(attrtab, name)) == NULL) {
818 if ((a = ht_lookup(attrtab, name)) == NULL)
828 a = ht_lookup(attrtab, name);
1020 dev = ht_lookup(devbasetab, intern(buf));
1057 if ((cf = ht_lookup(cfhashtab, name)) != NULL) {
1130 if (ht_lookup(cfhashtab, name) == NULL) {
1234 *ab = ht_lookup(devbasetab, cp);
1237 attr = ht_lookup(attrtab, cp)
    [all...]
lint.c 77 if (ht_lookup(*(ot->ot_ht), name))
105 if (ht_lookup(*(ot->ot_ht), name))
mkmakefile.c 260 if ((option = ht_lookup(opttab, optname)) == NULL)
261 option = ht_lookup(fsopttab, optname);
412 if (ht_lookup(selecttab, name) == NULL)
483 if (ht_lookup(selecttab, name) == NULL)
683 return (ht_lookup(selecttab, strtolower(name)) != NULL);
mkheaders.c 255 if (((option = ht_lookup(opttab, dl->dl_name)) == NULL &&
256 (option = ht_lookup(fsopttab, dl->dl_name)) == NULL) &&
main.c 665 if ((a = ht_lookup(attrtab, nv->nv_name)) != NULL) {
671 if (ht_lookup(opttab, nv->nv_name) == NULL)
822 if ((a = ht_lookup(attrtab, dep->nv_name)) != NULL) {
1235 if ((a = ht_lookup(attrtab, n)) != NULL)
1344 if ((onv = ht_lookup(ht, name)) == NULL)
1448 return ((ht_lookup(devitab, dev->d_name) != NULL)
1471 dev = ht_lookup(devbasetab, nv->nv_name);
1544 if (ht_lookup(needcnttab, d->d_name)) {
1914 if ((i = ht_lookup(deaddevitab, dev->d_name)) == NULL)
2030 if (ht_lookup(deaddevitab, d->d_name) != NULL
    [all...]
hash.c 342 ht_lookup(struct hashtab *ht, const char *nam) function
427 return ht_lookup(&tbl->imp, name); \
scan.l 661 return ht_lookup(attrtab, intern(p)) != NULL;
defs.h 554 void *ht_lookup(struct hashtab *, const char *);
mkioconf.c 189 if (ht_lookup(selecttab, name) == NULL)
  /src/external/gpl3/gcc.old/dist/libcpp/
identifiers.cc 94 /* ht_lookup cannot return NULL. */
95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC));
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
symtab.cc 91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, function
traditional.cc 268 result = CPP_HASHNODE (ht_lookup (pfile->hash_table, pfile->out.cur,
charset.cc 2155 return CPP_HASHNODE (ht_lookup (pfile->hash_table,
  /src/external/gpl3/gcc/dist/gcc/
stringpool.cc 107 hashnode ht_node = ht_lookup (ident_hash,
121 hashnode ht_node = ht_lookup (ident_hash,
138 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
  /src/external/gpl3/gcc/dist/libcpp/
identifiers.cc 103 /* ht_lookup cannot return NULL. */
104 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC));
113 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
symtab.cc 91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, function
traditional.cc 268 result = CPP_HASHNODE (ht_lookup (pfile->hash_table, pfile->out.cur,
charset.cc 3047 return CPP_HASHNODE (ht_lookup (pfile->hash_table,
directives.cc 1741 ht_lookup (pfile->extra_hash_table, hp->ident, HT_ALLOC);
lex.cc 2176 ht_lookup (pfile->extra_hash_table, node->ident, HT_NO_INSERT);
  /src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h 78 extern hashnode ht_lookup (cpp_hash_table *, const unsigned char *,

Completed in 90 milliseconds