Lines Matching refs:BEGIN
209 BEGIN(config);
211 BEGIN(event);
229 BEGIN(INITIAL);
237 BEGIN(INITIAL);
243 BEGIN(INITIAL);
250 "]" { BEGIN(config); return ']'; }
277 "/" { BEGIN(INITIAL); return '/'; }
280 "[" { BEGIN(array); return '['; }
296 . { unput(*yytext); BEGIN(INITIAL); }
301 <<EOF>> { BEGIN(INITIAL); }
353 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
363 "/" { BEGIN(config); return '/'; }
365 , { BEGIN(event); return ','; }
367 "{" { BEGIN(event); return '{'; }