Searched refs:tblp (Results 1 – 3 of 3) sorted by relevance
1828 struct tbl *tblp, **pp; in tgrow() local1852 if ((tblp = otblp[i]) != NULL) { in tgrow()1853 if ((tblp->flag & DEFINED)) { in tgrow()1855 j = perturb = tblp->ua.hval; in tgrow()1865 *pp = tblp; in tgrow()1867 } else if (!(tblp->flag & FINUSE)) { in tgrow()1868 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()
2198 struct tbl *tblp; member