LEX                15 sapi/phpdbg/phpdbg_lexer.c #define YYSETCONDITION(x) LEX(state) = x;
LEX                16 sapi/phpdbg/phpdbg_lexer.c #define YYGETCONDITION() LEX(state)
LEX                17 sapi/phpdbg/phpdbg_lexer.c #define YYCURSOR LEX(cursor)
LEX                18 sapi/phpdbg/phpdbg_lexer.c #define YYMARKER LEX(marker)
LEX                19 sapi/phpdbg/phpdbg_lexer.c #define YYCTXMARKER LEX(ctxmarker)
LEX                20 sapi/phpdbg/phpdbg_lexer.c #define yyleng LEX(len)
LEX                21 sapi/phpdbg/phpdbg_lexer.c #define yytext ((char*) LEX(text))
LEX                38 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR = (unsigned char *) input;
LEX                39 sapi/phpdbg/phpdbg_lexer.c 	LEX(len) = strlen(input);
LEX                64 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR;
LEX               177 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);
LEX              1564 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);