Lines Matching refs:BEGIN
229 BEGIN(config);
231 BEGIN(event);
249 BEGIN(INITIAL);
257 BEGIN(INITIAL);
263 BEGIN(INITIAL);
272 "]" { BEGIN(config); return ']'; }
306 "/" { BEGIN(INITIAL); return '/'; }
309 "[" { BEGIN(array); return '['; }
325 . { unput(*yytext); BEGIN(INITIAL); }
330 <<EOF>> { BEGIN(INITIAL); }
386 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
396 "/" { BEGIN(config); return '/'; }
398 , { BEGIN(event); return ','; }
400 "{" { BEGIN(event); return '{'; }