Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/bin/ksh/
Dtable.c39 tp->tbls = NULL;
52 struct tbl **ntblp, **otblp = tp->tbls;
60 tp->tbls = ntblp;
93 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) {
97 if (pp == tp->tbls) /* wrap */
117 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) {
120 if (pp == tp->tbls) /* wrap */
159 ts->next = tp->tbls;
189 sp = tp->tbls; /* source */
227 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp); pp--) {
[all …]
Dtable.h10 struct tbl **tbls; /* hashed table items */ member
Dvar.c72 struct tbl *vp, **vpp = l->vars.tbls, *vq; in popblock()
880 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; ) in makenv()
/netbsd/src/sys/dev/ic/
Desiop.c2010 uint32_t *tbls; in esiop_moretagtbl() local
2037 (void *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT); in esiop_moretagtbl()
2051 tbls, PAGE_SIZE, NULL, BUS_DMA_NOWAIT); in esiop_moretagtbl()
2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG]; in esiop_moretagtbl()
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Daspell.en.pws1285 tbls
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-20071849 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-20071849 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.