Lines Matching refs:cursor
102 #define YYCURSOR cursor
107 #define RET(i) {s->cur = cursor; return i;}
118 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
120 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
311 uchar *fill(Scanner *s, uchar *cursor){
318 cursor -= cnt;
327 cursor = &buf[cursor - s->bot];
339 return cursor;
871 uchar *cursor = s->cur; in scan() local
875 s->tok = cursor; in scan()
2441 s->pos = cursor; s->line++; in scan()