Lines Matching refs:token_t
53 static token_t **au_d;
62 token_t **au_d_new;
67 au_d_new = (token_t **)calloc(au_d_required_length,
84 if (au_d[d] == (token_t *)0) {
85 au_d[d] = (token_t *)&au_d;
111 au_write(int d, token_t *m)
113 token_t *mp;
117 if (m == (token_t *)0)
120 if ((d >= au_d_length) || (au_d[d] == (token_t *)0)) {
123 } else if (au_d[d] == (token_t *)&au_d) {
128 for (mp = au_d[d]; mp->tt_next != (token_t *)0; mp = mp->tt_next)
147 token_t *dchain; /* mbuf chain which is the tokens */
148 token_t *record; /* mbuf chain which is the record */
157 ((dchain = au_d[d]) == (token_t *)0)) {
162 au_d[d] = (token_t *)0;
164 if (dchain == (token_t *)&au_d) {
172 while (dchain != (token_t *)0) {
188 for (record = dchain; record != (token_t *)0;
226 while (dchain != (token_t *)0) {
258 while (dchain != (token_t *)0) {