Lines Matching refs:tok
138 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
323 unsigned int cnt = s->tok - s->bot;
325 memcpy(s->bot, s->tok, s->lim - s->tok);
326 s->tok = s->bot;
334 memcpy(buf, s->tok, s->lim - s->tok);
335 s->tok = buf;
371 message->position = s->tok ? s->tok - s->str : 0; in add_warning()
372 message->character = s->tok ? *s->tok : 0; in add_warning()
381 message->position = s->tok ? s->tok - s->str : 0; in add_error()
382 message->character = s->tok ? *s->tok : 0; in add_error()
471 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
472 memcpy(tmp, s->tok, s->cur - s->tok); in timelib_string()
1019 s->tok = cursor; in scan()