Searched refs:au_d (Results 1 – 1 of 1) sorted by relevance
53 static token_t **au_d; variable68 sizeof (au_d)); in au_open()76 (void) memcpy(au_d_new, au_d, au_d_length * in au_open()77 sizeof (au_d)); in au_open()78 free(au_d); in au_open()80 au_d = au_d_new; in au_open()84 if (au_d[d] == (token_t *)0) { in au_open()85 au_d[d] = (token_t *)&au_d; in au_open()120 if ((d >= au_d_length) || (au_d[d] == (token_t *)0)) { in au_write()123 } else if (au_d[d] == (token_t *)&au_d) { in au_write()[all …]