Searched refs:vbuf (Results 1 – 3 of 3) sorted by relevance
76 VARIABLE[\t ] { static char vbuf[1024];77 char *v = vbuf;84 yylval.str = vbuf;
191 static char vbuf[ND*20], *vpos, *tpos; local192 vpos = vbuf;
613 char *vbuf, *evbuf, *bp; local620 if ((vbuf = malloc((numvnodes + 20) * (VPTRSZ + VNODESZ))) == NULL)622 bp = vbuf;623 evbuf = vbuf + (numvnodes + 20) * (VPTRSZ + VNODESZ);643 return ((struct e_vnode *)vbuf);