Lines Matching refs:YYCURSOR
187 #define YYCURSOR p
298 #undef YYCURSOR
337 #define YYCURSOR xp
342 #define STD_PARA url_adapt_state_ex_t *ctx, char *start, char *YYCURSOR
353 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start));
354 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
464 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
485 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
496 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
498 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
512 YYCURSOR = ZSTR_VAL(ctx->buf.s);
529 start = YYCURSOR;
536 start = YYCURSOR;
546 start = YYCURSOR;
550 alpha { --YYCURSOR; STATE = STATE_ARG; goto state_arg; }
555 start = YYCURSOR;
562 start = YYCURSOR;
565 any { --YYCURSOR; goto state_next_arg_begin; }
570 start = YYCURSOR;
584 …(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR…