Searched refs:tblp (Results 1 – 3 of 3) sorted by relevance
1817 struct tbl *tblp, **pp; in tgrow() local1841 if ((tblp = otblp[i]) != NULL) { in tgrow()1842 if ((tblp->flag & DEFINED)) { in tgrow()1844 j = perturb = tblp->ua.hval; in tgrow()1854 *pp = tblp; in tgrow()1856 } else if (!(tblp->flag & FINUSE)) { in tgrow()1857 afree(tblp, tp->areap); in tgrow()
1077 if (s->u.tblp == p) in yylex()1084 s->u.tblp = p; in yylex()1090 source->u.tblp = p; in yylex()1297 } else if (*s->u.tblp->val.s && in getsc_uu()1298 ctype((c = strnul(s->u.tblp->val.s)[-1]), C_SPACE)) { in getsc_uu()
2200 struct tbl *tblp; member