Lines Matching refs:YYCURSOR
179 #define YYCURSOR p
289 #undef YYCURSOR
328 #define YYCURSOR xp
333 #define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR
344 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start));
345 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
455 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
476 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
487 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
489 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
503 YYCURSOR = ZSTR_VAL(ctx->buf.s);
520 start = YYCURSOR;
527 start = YYCURSOR;
537 start = YYCURSOR;
541 alpha { --YYCURSOR; STATE = STATE_ARG; goto state_arg; }
546 start = YYCURSOR;
553 start = YYCURSOR;
556 any { --YYCURSOR; goto state_next_arg_begin; }
561 start = YYCURSOR;
575 …(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR…