Home
last modified time | relevance | path

Searched refs:ht_lookup (Results 1 – 24 of 24) sorted by relevance

/openbsd/usr.sbin/config/
H A Dfiles.c148 if ((fi = ht_lookup(pathtab, path)) == NULL) in addfile()
184 if ((oi = ht_lookup(pathtab, path)) == NULL) in addobject()
229 if (ht_lookup(devbasetab, name) == NULL) { in checkaux()
273 if ((ofi = ht_lookup(basetab, fi->fi_base)) == NULL) in fixfiles()
347 dev = ht_lookup(devbasetab, name); in fixcount()
368 sel = ht_lookup(selecttab, name) != NULL; in fixfsel()
382 return (ht_lookup(selecttab, name) != NULL); in fixsel()
H A Dsem.c316 dev = ht_lookup(devbasetab, name); in getdevbase()
448 deva = ht_lookup(devatab, name); in getdevattach()
585 dev = ht_lookup(devbasetab, intern(buf)); in resolve()
714 i = ht_lookup(devitab, name); in enabledev()
726 ab = ht_lookup(devbasetab, cp); in enabledev()
823 ab = ht_lookup(devbasetab, cp); in adddev()
826 attr = ht_lookup(attrtab, cp); in adddev()
895 d = ht_lookup(devbasetab, name); in addpseudo()
904 if (ht_lookup(devitab, name) != NULL) { in addpseudo()
934 d = ht_lookup(devbasetab, intern(base)); in getdevi()
[all …]
H A Dmain.c413 if ((nv = ht_lookup(opttab, name)) != NULL) { in removeoption()
496 if ((nv = ht_lookup(ht, name)) == NULL) in do_option()
584 dev = ht_lookup(devbasetab, nv->nv_name); in cfcrosscheck()
667 if (ht_lookup(needcnttab, d->d_name)) { in badstar()
H A Dmkheaders.c134 if ((option = ht_lookup(opttab, nv->nv_str)) == NULL) in emitopt()
H A Dconfig.h329 void *ht_lookup(struct hashtab *, const char *);
H A Dhash.c259 ht_lookup(struct hashtab *ht, const char *nam) in ht_lookup() function
H A Dmkmakefile.c250 if (ht_lookup(defopttab, nv->nv_name) != NULL) in emitdefs()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstringpool.c103 hashnode ht_node = ht_lookup (ident_hash,
119 hashnode ht_node = ht_lookup (ident_hash,
137 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
H A Dcpphash.c100 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC));
112 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
H A Dhashtable.h75 extern hashnode ht_lookup PARAMS ((hash_table *, const unsigned char *,
H A Dhashtable.c117 ht_lookup (table, str, len, insert) in ht_lookup() function
H A Dcpplex.c458 ht_lookup (pfile->hash_table, base, len, HT_ALLOCED);
465 ht_lookup (pfile->hash_table, base, cur - base, HT_ALLOC);
H A Dcpptrad.c321 result = (cpp_hashnode *) ht_lookup (pfile->hash_table, pfile->out.cur,
H A Ddwarf2out.c4575 ht_lookup (debug_str_hash, (const unsigned char *) str,
H A DChangeLog4296 * hashtable.c (ht_lookup): Use it.
H A DChangeLog.611614 * hashtable.c (ht_lookup): Don't assume that the string we've
H A DChangeLog.72646 (lex_identifier): Call ht_lookup with correct start.
/openbsd/gnu/gcc/gcc/
H A Dstringpool.c110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
141 ht_node = ht_lookup (ident_hash, (const unsigned char *) text, in maybe_get_identifier()
/openbsd/gnu/gcc/libcpp/
H A Didentifiers.c95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); in cpp_lookup()
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT)); in cpp_defined()
H A Dsymtab.c94 ht_lookup (hash_table *table, const unsigned char *str, size_t len, in ht_lookup() function
H A Dtraditional.c256 result = (cpp_hashnode *) ht_lookup (pfile->hash_table, pfile->out.cur, in lex_identifier()
H A Dcharset.c1576 return CPP_HASHNODE (ht_lookup (pfile->hash_table, in _cpp_interpret_identifier()
/openbsd/gnu/gcc/libcpp/include/
H A Dsymtab.h75 extern hashnode ht_lookup (hash_table *, const unsigned char *,
/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c2591 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, in get_identifier_nocopy()