Searched refs:tokbuf (Results 1 – 2 of 2) sorted by relevance
64 static char tokbuf[1500]; variable85 bzero(tokbuf, sizeof(tokbuf)); in new_parse()242 for (i = 0; i < sizeof(tokbuf); i++) { in read_string()250 tokbuf[i] = c; in read_string()256 tokbuf[i] = c; in read_string()262 if (i == sizeof(tokbuf)) { in read_string()266 tokbuf[i] = 0; in read_string()267 tval = tokbuf; in read_string()277 tokbuf[i++] = c; in read_number()278 for (; i < sizeof(tokbuf); i++) { in read_number()[all …]
200 static struct buf tokbuf; /* token buffer */ variable289 bufrealloc(&tokbuf, 2); in Lexinit()347 sp = tokbuf.string; in nextlex()348 limit = sp + tokbuf.size; in nextlex()362 sp = bufenlarge(&tokbuf, &limit); in nextlex()374 lookup(tokbuf.string); in nextlex()378 NextString = fstr_save(tokbuf.string); in nextlex()