Lines Matching refs:tok
153 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
313 unsigned int cnt = s->tok - s->bot;
315 memcpy(s->bot, s->tok, s->lim - s->tok);
316 s->tok = s->bot;
324 memcpy(buf, s->tok, s->lim - s->tok);
325 s->tok = buf;
347 s->errors->warning_messages[s->errors->warning_count - 1].position = s->tok ? s->tok - s->str : 0; in add_warning()
348 s->errors->warning_messages[s->errors->warning_count - 1].character = s->tok ? *s->tok : 0; in add_warning()
356 s->errors->error_messages[s->errors->error_count - 1].position = s->tok ? s->tok - s->str : 0; in add_error()
357 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
440 char *tmp = calloc(1, s->cur - s->tok + 1); in timelib_string()
441 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
876 s->tok = cursor; in scan()