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 yyleng LEX(len)
LEX                20 sapi/phpdbg/phpdbg_lexer.c #define yytext ((char*) LEX(text))
LEX                36 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR = (unsigned char *) input;
LEX                37 sapi/phpdbg/phpdbg_lexer.c 	LEX(len) = strlen(input);
LEX                44 sapi/phpdbg/phpdbg_lexer.c 	LEX(text) = YYCURSOR;
LEX               150 sapi/phpdbg/phpdbg_lexer.c 	YYCURSOR = LEX(text);