Lines Matching refs:tok
137 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
307 unsigned int cnt = s->tok - s->bot;
309 memcpy(s->bot, s->tok, s->lim - s->tok);
310 s->tok = s->bot;
318 memcpy(buf, s->tok, s->lim - s->tok);
319 s->tok = buf;
342 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
343 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
352 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
353 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
442 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
443 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
855 s->tok = cursor; in scan()