Home
last modified time | relevance | path

Searched refs:tblp (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/ksh/
H A Dtable.c56 struct tbl *tblp, **p; in texpand() local
69 if ((tblp = otblp[i]) != NULL) { in texpand()
70 if ((tblp->flag&DEFINED)) { in texpand()
71 for (p = &ntblp[hash(tblp->name) & in texpand()
75 *p = tblp; in texpand()
77 } else if (!(tblp->flag & FINUSE)) { in texpand()
78 afree(tblp, tp->areap); in texpand()
H A Dlex.h19 struct tbl *tblp; /* alias (SALIAS) */ member
H A Dlex.c840 if (s->u.tblp == p) in yylex()
845 s->u.tblp = p; in yylex()
1018 } else if (*s->u.tblp->val.s && in getsc__()
1019 isspace((unsigned char)strchr(s->u.tblp->val.s, 0)[-1])) { in getsc__()