Lines Matching refs:BEGIN
98 BEGIN(config);
100 BEGIN(event);
112 BEGIN(INITIAL); yyless(0);
118 BEGIN(INITIAL); yyless(0);
124 BEGIN(INITIAL); yyless(0);
173 "/" { BEGIN(INITIAL); return '/'; }
177 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
184 "/" { BEGIN(config); return '/'; }
186 , { BEGIN(event); return ','; }
188 "{" { BEGIN(event); return '{'; }
204 . { unput(*yytext); BEGIN(INITIAL); }
209 <<EOF>> { BEGIN(INITIAL); }