Searched refs:tbls (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dmain.c1663 struct tbl **ntblp, **otblp = tp->tbls;
1680 tp->tbls = ntblp;
1712 tp->tbls = NULL;
1733 pp = &tp->tbls[j & mask];
1772 /* enter in tp->tbls */
1782 ts->next = tp->tbls;
1817 sp = tp->tbls; /* source */
H A Dvar.c94 struct tbl *vp, **vpp = l->vars.tbls, *vq;
1092 vpp = l->vars.tbls;
H A Dsh.h1095 struct tbl **tbls; /* hashed table items */ member in struct:table

Completed in 328 milliseconds