Searched refs:tokbuf (Results 1 – 1 of 1) sorted by relevance
68 static char tokbuf[1500]; variable232 for (i = 0; i < sizeof(tokbuf); i++) { in read_string()241 tokbuf[i] = c; in read_string()247 tokbuf[i] = c; in read_string()253 if (i == sizeof(tokbuf)) { in read_string()257 tokbuf[i] = 0; in read_string()258 tval = tokbuf; in read_string()268 tokbuf[i++] = c; in read_number()269 for (; i < sizeof(tokbuf); i++) { in read_number()278 tokbuf[i] = c; in read_number()[all …]