Searched refs:tbls (Results 1 – 3 of 3) sorted by relevance
1313 struct tbl **ntblp, **otblp = tp->tbls; in texpand()1320 tp->tbls = ntblp; in texpand()1351 tp->tbls = NULL; in ktinit()1372 pp = &tp->tbls[j & mask]; in ktscan()1429 ts->next = tp->tbls; in ktwalk()1459 sp = tp->tbls; /* source */ in ktsort()
93 struct tbl *vp, **vpp = l->vars.tbls, *vq; in popblock()959 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; ) in makenv()
889 struct tbl **tbls; /* hashed table items */ member