Lines Matching refs:BEGIN
116 BEGIN(config);
118 BEGIN(event);
130 BEGIN(INITIAL); yyless(0);
136 BEGIN(INITIAL); yyless(0);
142 BEGIN(INITIAL); yyless(0);
155 "/" { BEGIN(INITIAL); return '/'; }
171 . { unput(*yytext); BEGIN(INITIAL); }
176 <<EOF>> { BEGIN(INITIAL); }
225 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
232 "/" { BEGIN(config); return '/'; }
234 , { BEGIN(event); return ','; }
236 "{" { BEGIN(event); return '{'; }